আশা করি ভাল আছেন ।
আমি হ্যাকিং জগত এ নতুন , নিজের ছোট্ট ধারনা থেকে আজকে প্রথম টিউন লিখতে বসলাম ।
ডিএনএস কি ?
DNS= Domain name server .
ডিএনএস এর কাজ কি ? কিভাবে ডিএনএস কাজ করে ?
এই ছবি টি দেখুন ।
এখন আমরা সাধারন একটি পরিক্ষা করব । এটাকে ডিএনএস পইজনিং ও বলা হয়ে থাকে । কিন্তু এটা নিতান্তই সাধারন পরিক্ষা । (হ্যাকিং এর সময় ঠিক এই কাজ টাই হয় )
প্রথমেঃ
start>search>notepad.exe>run as administrator
in notepad: file>open>all file(instead of text documents)>go to C:WINDOWSsystem32driversetchosts >open
হস্ট ফাইল টা ওপেন করলে দেখবেন যে এরকম আছেঃ
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a ‘#’ symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
তারপর একটু মজা করি নিচের দুটি লাইন লাগানঃ
173.252.110.27 www.google.com
173.252.110.27 google.com
তারপরে সেভ করুন ।
কিছুটা এমন দেখতে হবে হস্ট ফাইল টিঃ
তারপরে আপনার ব্রাওজার এ যেয়ে google.com অথবা www.google.com এ জান।
তারপরে মজা দেখেন
কি হয়েছে আমাকে জানাবেন কিন্তু ।
আজ এই পর্যন্তই । আগামি তে আরও কিছু নিয়ে আসব কিনা ভাবছি ।
No comments:
Post a Comment