A pthon program in cybersecurity kit series that spoofs the DNS servers of the victims browser.
Linux distro (preferably Kali Linux), Python 3, terminal or any IDE (vscode or pycharm)
-
Download Kali Linux, Python 3 and IDE:
-
Download repository :
- On GitHub, navigate to the main page of the repository.
- Under the repository name, click Clone or Download.
- In the Clone with HTTPs section, click to copy the clone URL for the repository.
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory to be made.
- Alternatively, you can download its .zip file and store it to your desired location on the system.
-
Run requirements.txt (if any):
- Opne terminal/Command Prompt
- Type the following code : pip install -r requirements.txt (Python 2) or pip3 install -r requirements.txt (Python 3)
-
Usage :
- sudo python dns_spoofer.py -m [Machine to execute command on (local/remote)] -s [Website to spoof] -d [Website to redirect to]