47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"parsing": {
|
|
"working": [
|
|
{
|
|
"title": "normal",
|
|
"args": "1.1.1.1",
|
|
"exit": 0
|
|
},
|
|
{
|
|
"title": "dns",
|
|
"args": "google.com",
|
|
"exit": 0
|
|
},
|
|
{
|
|
"title": "ttl",
|
|
"args": "1.1.1.1 --ttl 128",
|
|
"exit": 0
|
|
},
|
|
{
|
|
"title": "preload",
|
|
"args": "1.1.1.1 -p 1",
|
|
"exit": 0
|
|
},
|
|
{
|
|
"title": "payload size",
|
|
"args": "1.1.1.1 -s 1",
|
|
"exit": 0
|
|
}
|
|
]
|
|
},
|
|
"excution": {
|
|
"payload_size": [
|
|
{
|
|
"title": "normal",
|
|
"args": "1.1.1.1 -s 56"
|
|
},
|
|
{
|
|
"title": "empty payload",
|
|
"args": "1.1.1.1 -s 0"
|
|
},
|
|
{
|
|
"title": "too high",
|
|
"args": "1.1.1.1 -s "
|
|
}
|
|
]
|
|
}
|
|
} |