1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/look.md

16 lines
253 B
Markdown
Raw Normal View History

2020-03-11 12:21:03 +01:00
---
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"
---