Add ARE rules for scanning common LAN IPs

This commit is contained in:
Brendan Coles
2016-04-04 13:17:10 +00:00
parent 969db8b2ea
commit c1558878aa
3 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{"name": "LAN HTTP Scan (Common IPs)",
"author": "bcoles",
"browser": ["FF", "C"],
"browser_version": "ALL",
"os": "ALL",
"os_version": "ALL",
"modules": [
{"name": "get_http_servers",
"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"
}