Skip to content

auxiliary enum spiders site_map

nanoCoder edited this page Dec 15, 2011 · 2 revisions

Author(s):

forced-request

Description:

This is a site map enumeration module.

Module Options:

MAX_DEPTH  3                                true       Maximum depth of recursion
PROXYA                                      false      Proxy IP Address
PROXYP                                      false      Proxy Port Number
RURL       http://www.example.com           true       Target address
STARTPAGE  index.php                        true       Page to start the enumeration from
THROTTLE   0                                false      Specify a number, after x we pause
VERBOSE    false                            true       Show verbose output?

Options Explained (Module Specific):

MAX_DEPTH -- Maximum depth of recursion.

RURL -- Provide Remote URL (RURL) which you want to enumerate.

STARTPAGE -- Page to start the enumeration from.

VERBOSE -- Show verbose output?

Real world example:

We'd like to enumerate a site map. The remote RURL is http://example.com/. The commands are:

set MAX_DEPTH 2
set RURL http://example.com/
set STARTPAGE index.php
set VERBOSE true
run
Clone this wiki locally