Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/lan_ping_sweep.json
1146 views
1
{"name": "LAN Ping Sweep",
2
"author": "bcoles",
3
"browser": "FF",
4
"modules": [
5
{"name": "get_internal_ip_webrtc",
6
"condition": null,
7
"code": null,
8
"options": {}
9
},
10
{"name": "ping_sweep",
11
"condition": "status==1",
12
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start = s[0]+'.'+s[1]+'.'+s[2]+'.1'; var end = s[0]+'.'+s[1]+'.'+s[2]+'.255'; var mod_input = start+'-'+end;",
13
"options": {
14
"rhosts":"<<mod_input>>",
15
"threads":"3"
16
}
17
}
18
],
19
"execution_order": [0, 1],
20
"execution_delay": [0, 0],
21
"chain_mode": "nested-forward"
22
}
23
24