mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Fix sudo script
This commit is contained in:
parent
4c7554d5fe
commit
a9c3dc58fa
@ -3,7 +3,7 @@ functions:
|
|||||||
shell:
|
shell:
|
||||||
- code: script -q /dev/null
|
- code: script -q /dev/null
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo ./script -q /dev/null
|
- code: sudo script -q /dev/null
|
||||||
file-write:
|
file-write:
|
||||||
- description: The wrote content is corrupted by debug prints.
|
- description: The wrote content is corrupted by debug prints.
|
||||||
code: script -q -c 'echo DATA' file_to_write
|
code: script -q -c 'echo DATA' file_to_write
|
||||||
|
Loading…
Reference in New Issue
Block a user