* arerules: Remove os/browser properties with redundant 'ALL' values * Tools: Add Autorun REST examples * AutorunEngine: Cleanup, rename REST routes, use Core::Models in REST API
20 lines
419 B
JSON
20 lines
419 B
JSON
{"name": "LAN Fingerprint (Common IPs)",
|
|
"author": "antisnatchor",
|
|
"modules": [
|
|
{"name": "internal_network_fingerprinting",
|
|
"condition": null,
|
|
"code": null,
|
|
"options": {
|
|
"ipRange":"common",
|
|
"ports":"80,8080",
|
|
"threads":"3",
|
|
"wait":"5",
|
|
"timeout":"10"
|
|
}
|
|
}
|
|
],
|
|
"execution_order": [0],
|
|
"execution_delay": [0],
|
|
"chain_mode": "sequential"
|
|
}
|