Routerhunter is a tool that's used to find vulnerable routers on a network and perform various attacks on it to exploit the DNSChanger vulnerability. This vulnerability allows an attacker to change the DNS server of the router, directing all the traffic to desired websites.
Going on a hunt with Routerhunter
Getting ready
For this recipe, you will again need to clone a Git repository.
We will use the following command:
git clone https://github.com/Exploit-install/Routerhunter-2.0.git
How to do it...
- Once the file is cloned, enter the directory.
- Run the following command:
python routerhunter.py -h
The following screenshot shows the output of the preceding command:
We can provide Routerhunter an IP range, DNS server IPs, and so on.