Download Jar. Libraryless. Click here for Pure Java version (5474L/37K).
1 | !7 |
2 | |
3 | p {
|
4 | startSmartBot(); |
5 | |
6 | S ip = myFirewallIP(); |
7 | for (int port = 4678; port <= 4680; port++) {
|
8 | S url = "http://" + ip + ":" + port; |
9 | if (canLoadPage(url)) {
|
10 | print("Found: " + url);
|
11 | openBrowser(url); |
12 | } |
13 | } |
14 | |
15 | print("Port isn't forwarded");
|
16 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011376 |
| Snippet name: | Search Smart Bot's Public URL |
| Eternal ID of this version: | #1011376/1 |
| Text MD5: | 2e900ba8a35bebe85e28c91d185d47ff |
| Transpilation MD5: | c47722eb152677169cddc906ce363443 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-26 04:57:51 |
| Source code size: | 289 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 732 / 1529 |
| Referenced in: | [show references] |