1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-26 09:58:02 +01:00
GTFOBins.github.io/_gtfobins/ss.md

18 lines
353 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
---