Add ssh-keygen

master
joaogmauricio 2021-03-05 09:12:09 +01:00 committed by GitHub
parent af562d63cb
commit 2db67eefb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
_gtfobins/ssh-keygen.md Normal file
View File

@ -0,0 +1,12 @@
---
functions:
library-load:
- description: |
code: ssh-keygen -D ./lib.so
sudo:
- description: |
code: sudo ssh-keygen -D ./lib.so
suid:
- description: |
code: ./ssh-keygen -D ./lib.so
---