Skip to content

auxiliary enum passive_recon

nanoCoder edited this page Oct 22, 2011 · 1 revision

Author(s):

cktricky

Description:

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.

Module Options:

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

Options Explained (Module Specific):

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.

Real world example:

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
Clone this wiki locally