You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
masswhois allows the conducting of whois lookup for both single and large domains, subdomains, IP addresses, or a combination of all. The security researcher, can then scan through these results, to find domains or IP not behind a CDN, and further conduct more automation testing.
"masswhois 'Version 01'" Performs whois lookup for Single/Bulk 'Domain','Subdomain', or 'IP Address' provided by the user of this tool and launch the result in the browser.
WHAT NEXT ?
The Security Researcher or Pentester, can then scan through these lookup to find addresses, that do not have common 'CDN" names, as they reveal the actual hosting Server IP address.
The Security Researcher or Pentester, can then further use their 'Scanning tools' to look for vulnerabilities.
HOW TO INSTALL
sudo apt install whois
git clone the repository
cd masswhois
See Banner for other Instructions
SUPPORTED OS's
Tested on Kali Linux.
Tested on Ubuntu.
Tested on Linux OS's running on virtual machines.
DISCLAIMER
No packages required, just ensure your system update and upgrade is run before installing. To do that use the code below.
sudo apt-get update && sudo apt-get upgrade -y
About
masswhois allows the conducting of whois lookup for both single and large domains, subdomains, IP addresses, or a combination of all. The security researcher, can then scan through these results, to find domains or IP not behind a CDN, and further conduct more automation testing.