-
Notifications
You must be signed in to change notification settings - Fork 29
auxiliary enum passive_recon
nanoCoder edited this page Oct 22, 2011
·
1 revision
cktricky
This module will send a single request and then analyze the headers in the response to determine technologies used by the application utilized by the target.
METHOD GET false By default the value is GET, change it to POST if you please
PROXYA false Proxy IP Address
PROXYP false Proxy Port Number
REDIRECT true false Set to false if you prefer the 301/302 not be followed
RURL http://www.example.com/test.php true Target address
THROTTLE 0 false Specify a number, after x requests we pause
METHOD -- METHOD is the way that you want to make the request.
REDIRECT -- REDIRECT is the way that you choose a status code.
RURL -- Provide Remote URL (RURL) for the recon.
We'd like to recon the remote URL. The remote RURL is http://www.examplereconsite.com. The commands are:
set METHOD POST (If you want to switch)
set RURL http://www.examplereconsite.com
set REDIRECT false (If you want to switch)
run