mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
New command: ssh-keygen
This commit is contained in:
parent
bde35dc4c7
commit
0a110bb044
17
_gtfobins/ssh-keygen.md
Normal file
17
_gtfobins/ssh-keygen.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
description: |
|
||||||
|
The read file content is corrupted by error prints.
|
||||||
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
ssh-keyscan -f "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./ssh-keyscan -f "$LFILE"
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo ssh-keyscan -f "$LFILE"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user