Skip to content

Latest commit

 

History

History
executable file
·
26 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

executable file
·
26 lines (25 loc) · 1.12 KB



"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