Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/lan_port_scan.json
1146 views
1
{"name": "LAN Port Scan",
2
"author": "aburro & aussieklutz",
3
"modules": [
4
{"name": "get_internal_ip_webrtc",
5
"condition": null,
6
"code": null,
7
"options": {}
8
},
9
{"name": "port_scanner",
10
"condition": "status==1",
11
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start = s[0]+'.'+s[1]+'.'+s[2]+'.'+s[3]; var mod_input = start;",
12
"options": {
13
"ipHost":"<<mod_input>>",
14
"ports":"80,8080",
15
"closetimeout":"1100",
16
"opentimeout":"2500",
17
"delay":"600",
18
"debug":"false"
19
}
20
}
21
],
22
"execution_order": [0, 1],
23
"execution_delay": [0, 0],
24
"chain_mode": "nested-forward"
25
}
26
27