Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1001861 // HTML Bot: Port scan

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1490L/10K/35K).

!752

static S html() {
  L<ScannedBot> l = fullBotScan();
  new StringBuilder buf;
  buf.append("<h3>Port scan at bots.tinybrain.de</h3>");
  buf.append("<table border>");
  for (ScannedBot bot : l) {
    buf.append("<tr>");
    buf.append("<td>" + htmlEncode(bot.helloString) + "</td>");
    buf.append("<td>" + htmlEncode(bot.address) + "</td>");
    buf.append("</tr>");
  }
  buf.append("</table>");
  ret buf.toString();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001861
Snippet name: HTML Bot: Port scan
Eternal ID of this version: #1001861/1
Text MD5: 80516e96f9bb4ea6c50da81ccb075df5
Transpilation MD5: b24c8fdb76ae5079d1a1e20320817828
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-11 01:19:26
Source code size: 445 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 709 / 2455
Referenced in: [show references]