1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-04-27 17:23:55 +02:00

New command: ss

This commit is contained in:
Emanuel Duss 2020-11-12 14:21:00 +01:00
parent a8458733ea
commit bde35dc4c7

17
_gtfobins/ss.md Normal file

@ -0,0 +1,17 @@
---
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"
---