Happy Hunting With RouterHunter

Happy Hunting With RouterHunter

The RouterHunter is an automated security tool which used to find vulnerable routers and devices on the internet and perform tests. This can perform various attacks to exploit the DNSChanger vulnerability. We will able to change the DNS server of the router hence directing all the traffic to desired sites on internet.

Are you ready ?? update your Kali Linux machine by using following command in terminal :

apt-get update && apt-get upgrade

Type y if it asks for confirmation on additional space requirements.

Now we are ready to use RouterHunter. We gonna use following steps :

  • Clone the github repository by using following command :

git clone https://github.com/googleinurl/RouterHunterBR

Or you can download this from github by using This Link.

  • After clone/download routerhunter we need to enter the directory.
  • We need to install some dependencies by using following command 
apt-get install curl libcurl3 libcurle-dev php5 php5-cli php5-curl
  • After that run following command to use Routerhunter :

php RouterHunterBR.php -h

The following screenshot shows the output od the preceding command :

  • We can provide Routerhunter an IP range, DNS server IPś, and so on.

KP AKA Koushik Pal is a Security researcher and specialist focused on educating about Linux for cybersecurity and URL‑masking vulnerabilities. Creator of MaskPhish, a well‑known open‑source bash-based URL‑masking tool. Linux enthusiasts Active speaker, trainer, and advocate for secure web practices.

Post Comment