Install httprobe on Kali Linux

2 years ago 535
BOOK THIS SPACE FOR AD
ARTICLE AD

Ravindra

Install httprobe on Kali Linux

httprobe : Take a list of domains and probe for working http and https servers.

Instructions to Install httprobe on Kali Linux

Note : Check your Kali Linux is updated and run all commands as root user.

▶ Method One

Requirement : go lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8)
Check : go version
Run : go get -u github.com/tomnomnom/httprobe
Run : cp /root/go/bin/httprobe /usr/local/go/bin
Run (Usage / Check) : nano filename.txt
▶Add domains in above file, save file by pressing CTRL + O and then ENTER, exit file by pressing CTRL + X
Run (Usage / Check) : cat domains.txt | httprobe
▶Above command shows the basic use of httprobe

Note : Above shown path may be diffrent for you.

▶ Method Two (Easy)

Run : apt install httprobe -y
Run (Usage / Check) : nano filename.txt
▶Add domains in above file, save file by pressing CTRL + O and then ENTER, exit file by pressing CTRL + X
Run (Usage / Check) : cat domains.txt | httprobe
▶Above command shows the basic use of httprobe

More Info : https://github.com/tomnomnom/httprobe

Thank You..!!
Ping us on Instagram : https://www.instagram.com/Infosec97/

Read Entire Article