mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Add sudo and suid to od
This commit is contained in:
parent
467e4e875d
commit
069e7da89d
@ -3,6 +3,14 @@ description: |
|
||||
Three spaces are added before each character in the read file, and
|
||||
non-printable chars are printed as backslash escape sequences.
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo od -An -c -w9999 "$LFILE"
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./od -An -c -w9999 "$LFILE"
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
|
Loading…
Reference in New Issue
Block a user