PortWitness: find out active domain and subdomains of websites
PortWitness is a bash tool designed to find out active domain and subdomains of websites using port scanning. It helps penetration testers and bug hunters collect and gather information about active subdomains for the domain they are targeting. It enumerates subdomains using Sublist3r and uses Nmap along with nslookup to check for active sites. Active domain or sub-domains are finally stored in an output file.Using that Output file a user can directly start testing those sites.
Sublist3r has also been integrated with this module.It’s very effective and accurate when it comes to finding out which sub-domains are active using Nmap and nslookup.
This tool also helps a user in getting the ip addresses of all sub-domains and stores then in a text file, these ip’s can be used for further scanning of the target.
Installation
git clone https://github.com/viperbluff/PortWitness.git
Usage
bash portwitness.sh url