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.

21 lines
516 B
JSON

{
"description": "Each input line is treated as a lookup query for the 'dig' command and the output is corrupted with the result or errors of the operation, so this may not be suitable for binary files. Grepping for 'DiG' might help to filter out unwanted content.",
"functions": {
"file-read": [
{
"code": "dig -f [file]\n"
}
],
"sudo": [
{
"code": "sudo dig -f [file]\n"
}
],
"suid": [
{
"code": "./dig -f [file]\n"
}
]
}
}