1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-22 07:41:33 +01:00
GTFOBins.github.io/_gtfobins/ss.md
2020-12-20 20:41:49 +01:00

18 lines
379 B
Markdown

---
description: |
The file content is actually parsed so only a part of the first line is returned as a part of 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
---