Tuesday 5 June 2012

Extract hosts/subdomains, ip or emails for a specific domain with Google search.

Goohost
Goohost is a simple shell script written by Watakushi that extracts hosts/subdomains, ip or emails for a specific domain with Google search.
 Step 1 : Open the Backtrack
and type : 
mkdir -p /pentest/enumeration/google/goohost/
cd /pentest/enumeration/google/goohost
wget http://dl. dropbox.com/u/10761700/goohost.sh
chmod +x goohost.sh
./goohost.sh -m ip -t fbi.gov
./goohost.sh -m host -t fbi.gov
./goohost.sh -m mail -t fbi.gov
Enjoy :)
video [http://www.youtube.com/watch?feature=player_embedded&v=vBbK-DGA_Hs ]