Add tasksh

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R 2022-07-02 12:56:30 +02:00 committed by GitHub
parent 887384bc2f
commit 07a408d696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/tasksh.md Normal file
View File

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