Updated to correct module

This commit is contained in:
aaron
2020-04-01 12:34:42 +10:00
parent 10f367eb5a
commit 047b18ec88

View File

@@ -10,7 +10,7 @@
"code": null,
"options": {}
},
{"name": "ping_sweep",
{"name": "port_scanner",
"condition": "status==1",
"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;",
"options": {