Install haktrails on Kali Linux

3 years ago 270
BOOK THIS SPACE FOR AD
ARTICLE AD

Ravindra

haktrails : (subdomain) recon tool for bug bounty.

Instructions to Install haktrails on Kali Linux.

Note : This tool uses SecurityTrails API Key. You can register with them to get free API Key — https://securitytrails.com/app/signup?plan=api-0

▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8)
▶ Check : go version
▶ Run : go get github.com/hakluke/haktrails
▶ Run : cp /root/go/bin/haktrails /usr/local/go/bin/
▶ Run : mkdir ~/.config/haktools/
▶ Run : nano ~/.config/haktools/haktrails-config.yml

Add below lines in the file and replace <yourkey> with your API key —
securitytrails:
key: <yourkey>

Save and Exit.

▶ Run (help) : haktrails
▶ Check : haktrails banner
▶ Check (API usage — Free API Key allows only 50 DNS queires per month) : haktrails usage
▶ Check (API Key Status) : haktrails ping
▶ Usage / Example : echo “yahoo.com” | haktrails subdomains

▶ More Info : https://github.com/hakluke/haktrails

▶ Note : Above mentioned paths may be different for you. So please work accordingly.

Thank You..!!

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

Read Entire Article