Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/lan_sw_port_scan.json
1146 views
1
{"name": "LAN SW 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": "sw_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":"192.168.1.10",
14
"ports":"80,8080"
15
}
16
}
17
],
18
"execution_order": [0, 1],
19
"execution_delay": [0, 0],
20
"chain_mode": "nested-forward"
21
}
22
23