Created
August 6, 2017 02:46
-
-
Save xntrik/aac49e471732a416c5a4bb3e3f217e0a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"modules": [ | |
{"name": "get_internal_ip_webrtc", | |
"condition": null, | |
"code": null, | |
"options": {} | |
}, | |
{"name": "internal_network_fingerprinting", | |
"condition": "status==1", | |
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start=parseInt(s[3])-1;var end=parseInt(s[3])+1;var mod_input = s[0]+'.'+s[1]+'.'+s[2]+'.'+start+'-'+s[0]+'.'+s[1]+'.'+s[2]+'.'+end;", | |
"options": { | |
"ipRange":"<<mod_input>>", | |
"ports":"80", | |
"threads":"5", | |
"wait":"2", | |
"timeout":"10" | |
} | |
} | |
], | |
"execution_order": [0,1], | |
"execution_delay": [0, 0], | |
"chain_mode": "nested-forward" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment