Knockpy Tool

1 min read

Guide For Install Knockpy Tool In Termux.

Knockpy is a python tool designed to enumerate subdomains on a target domain through a wordlist. It is designed to scan for DNS zone transfer and to try to bypass the wildcard DNS record automatically if it is enabled. Now knockpy supports queries to VirusTotal subdomains, you can setting the API_KEY within the config.json file.




Installation Commands

pkg up -y

pkg install git -y

pkg install python2 -y

git clone https://github.com /guelfoweb/knock

cd knock

pip2 install dnspython

python2 setup.py install

knockpy -h

knockpy -r domain.com

I am Kunal and I am 14 years old

You may like these posts

  • Guide For Install AssetFinder Tool In Termux.Assetfinder tool is for find domains and subdomains potentially related to a given domain.Installation Commands #professor { border:…
  • Guide For Install Websploit Tool In Termux.Websploit is a high level MITM framework.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; background…
  • Guide For Install Heart Bleed Tool In TermuxThe heart bleed bug is a serious vulnerability in the popular Openssl port number 443. this weakness allows stealing the information pro…
  • Guide For Install Zphisher Tool In Termux.Zphisher is automated phishing tool.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; background-color…
  • Guide For Install GoldenEye Tool In Termux.GoldenEye is Dos tool for HTTP security testing. GoldenEye Layer 7 (KeepAlive+NoCache) DoS Test ToolInstallation Commands #professo…
  • Guide For Install AdvPhishing Tool In Termux.AdvPhishing tool is advance phishing tool mainly for phishing 2 factor authentication or otp access.Installation Commands #professor {…

Post a Comment