A simple script to extracting Subdomains and finding their hosts and knowing the live hosts (IPs) .
Extracting Subdomains and finding their hosts and knowing the live hosts (IPs) using one simple script .
Usage :
In this script i used Cisco website as an example in your case if you use another website you may need to write your own script ( commands with different attributes (switches) values ).
- To Getting index.html file type :- wget cisco.com .
- Write your script and save it in the same directory .
- Then type :- sudo sh YourScriptName.sh
to execute the script .
Example :- sudo sh ExtractingSubdomainsFindingHostsShowLiveHosts.sh