Goofile

From aldeid
Jump to navigation Jump to search

Description

Search for a specific file type in a given domain.

Installation

Backtrack

Backtrack 5 R2 already comes with goofile installed, in /pentest/enumeration/google/goofile/.

From scratch

$ cd ~/src/
$ wget http://goofile.googlecode.com/files/goofilev1.5.zip
$ unzip goofilev1.5.zip
$ cd goofilev1.5/
$ chmod +x goofile.py

Usage

Syntax

$ ./goofile.py [options]

Options

-d
domain to search
-f
filetype (ex. pdf)

Example

root@bt:/pentest/enumeration/google/goofile# ./goofile.py -d eissq.com -f conf

-------------------------------------
|Goofile v1.5	                    |
|Coded by Thomas (G13) Richards     |
|www.g13net.com                     |
|code.google.com/p/goofile          |
-------------------------------------


Searching in eissq.com for conf
========================================

Files found:
====================

www.eissq.com/files/extensions.conf
extensions.conf
www.eissq.com/files/iax.conf
iax.conf
www.eissq.com/files/sip.conf
sip.conf
====================

Comments