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.

24 lines
363 B
JSON

{
"functions": {
"file-write": [
{
"code": "echo DATA | xxd | xxd -r - [file]\n"
}
],
"file-read": [
{
"code": "xxd [file] | xxd -r\n"
}
],
"suid": [
{
"code": "./xxd [file] | xxd -r\n"
}
],
"sudo": [
{
"code": "sudo xxd [file] | xxd -r\n"
}
]
}
}