Add ginsh

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
Miguel R 2022-02-19 13:36:27 +01:00 committed by GitHub
parent 54a87cb3eb
commit 71de637921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
_gtfobins/ginsh.md Normal file
View File

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