add data source for dig

master
Mr. Robot 3 years ago committed by GitHub
parent 03a836b49c
commit 0f48c1b057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"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"
}
]
}
}
Loading…
Cancel
Save