Goohost: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ =Installation= First create a directory for the installation $ '''mkdir -p /pentest/enumeration/google/goohost/''' Then download the tool and make it executa…“) |
Thomas (Diskussion | Beiträge) |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
Then download the tool and make it executable: | Then download the tool and make it executable: | ||
$ '''cd /pentest/enumeration/google/goohost/''' | $ '''cd /pentest/enumeration/google/goohost/''' | ||
| − | $ '''wget https:// | + | $ '''wget https://raw.githubusercontent.com/leebaird/discover/master/mods/goohost.sh''' |
$ '''chmod +x goohost.sh''' | $ '''chmod +x goohost.sh''' | ||
| − | |||
=Usage= | =Usage= | ||
Aktuelle Version vom 16. Oktober 2015, 09:57 Uhr
Installation
First create a directory for the installation
$ mkdir -p /pentest/enumeration/google/goohost/
Then download the tool and make it executable:
$ cd /pentest/enumeration/google/goohost/ $ wget https://raw.githubusercontent.com/leebaird/discover/master/mods/goohost.sh $ chmod +x goohost.sh
Usage
Syntax
$ ./goohost.sh -t domain.tld [-m <host|ip|mail> -p <1-20> -v]
Options
- -t <domain>
- target domain. E.g. backtrack.linux.org
- -m <method>
- method: <ip|host|mail>
- Default value is set to host
- host: raw google hosts and subdomains search
- ip: raw google hosts and subdomains search and performs a reverse DNS resolution
- mail: raw google email search
- -p <num>
- Max number of pages (1-20) to download from Google.
- Default 5
- -v
- verbosity.
- Default is set to off
Example
Method: IP (-m ip)
$ ./goohost.sh -m ip -t aldeid.com Results saved in file report-27526-aldeid.com.txt $ cat report-27526-aldeid.com.txt www.aldeid.com 80.14.163.161
Method: Host (-m host)
$ ./goohost.sh -m host -t aldeid.com Results saved in file report-29958-aldeid.com.txt 1 results found! $ cat report-29958-aldeid.com.txt www.aldeid.com
Method: Mail (-m mail)
$ ./goohost.sh -m mail -t aldeid.com Results saved in file report-14152-aldeid.com.txt 0 results found!