add data source for capsh

master
Mr. Robot 3 years ago committed by GitHub
parent 2e22a90753
commit 938d30a3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
{
"functions": {
"shell": [
{
"code": "capsh --"
}
],
"suid": [
{
"code": "./capsh --gid=0 --uid=0 --"
}
],
"sudo": [
{
"code": "sudo capsh --"
}
]
}
}
Loading…
Cancel
Save