-
Notifications
You must be signed in to change notification settings - Fork 29
auxiliary enum spiders site_map
nanoCoder edited this page Dec 15, 2011
·
2 revisions
forced-request
This is a site map enumeration module.
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?
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?
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