parent
19f2907265
commit
6e08132c37
|
@ -65,7 +65,12 @@ Editing payload variable options:
|
|||
- This option will run payload as normal, after a successful connection attempt a connection to remote_host using netcat.
|
||||
- ( EDIT PAYLOAD FOR REMOTE_HOST, IP START LISTENER ON REMOTE_HOST WITH THIS COMMAND "nc -lnvp PORT# -s IP_REMOTE_HOST" )
|
||||
|
||||
* **Configuring RECON scan with recon=on andrecon=off**
|
||||
- **`option=4`**
|
||||
|
||||
- This option will run payload as normal, after a successful connection open default browser and start web page.
|
||||
- ( EDIT PAYLOAD FOR WEB SITE DEFAULT https://forums.hak5.org )
|
||||
|
||||
* **Configuring RECON scan with recon=on and recon=off**
|
||||
|
||||
The options recon=off and recon=on play a key role in performing basic recon scans using Nmap, Iw, and Curl.
|
||||
|
||||
|
@ -141,4 +146,4 @@ s/\n(\S+).*/ \1/ match on the appended hold space and replace it by a space and
|
|||
|
||||
11{..} executes the commands between the ellipses on the eleventh line of config.txt.
|
||||
G append the contents of hold space to the pattern space using a newline as a separator.
|
||||
s/\n\S+// match on the appended hold space and remove the newline and the first column, thus leaving a space and the second column.
|
||||
s/\n\S+// match on the appended hold space and remove the newline and the first column, thus leaving a space and the second column.
|
||||
|
|
Loading…
Reference in New Issue