1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 16:26:01 +02:00
This commit is contained in:
Andrea Cardaci 2020-03-11 12:21:03 +01:00
parent 1b4e4ab15e
commit d8a1e55782

15
_gtfobins/look.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
file-read:
- code: |
LFILE=file_to_read
look '' "$LFILE"
suid:
- code: |
LFILE=file_to_read
./look '' "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo look '' "$LFILE"
---