1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Fix ex shell path and remove suid

This commit is contained in:
Andrea Cardaci 2020-12-20 20:13:01 +01:00
parent dc3de20e84
commit 6a6485c44b

View File

@ -3,7 +3,7 @@ functions:
shell:
- code: |
ex
!sh
!/bin/sh
file-write:
- code: |
ex file_to_write
@ -20,9 +20,5 @@ functions:
sudo:
- code: |
sudo ex
!sh
suid:
- code: |
./ex
!sh -p
!/bin/sh
---