X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fviews%2Fscoreboard.html;h=2f7619485f73bff71c0458f4772a64dd5cd86891;hb=adf9456ecab40aa5775ceb39fe478384d47ef064;hp=a1d9cc11ca44ff2955a5700ffccf7a1620f2d93e;hpb=4520869112a5dd22410c0a4e036db012408e8723;p=fba.git diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index a1d9cc1..2f76194 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -1,6 +1,21 @@ {% extends "base.html" %} -{% block title %}Scoreboard - {% if mode == 'software' %}TOP {{amount}} used software{% elif mode == 'detection_mode' %}Detection mode statistics{% elif mode == 'block_level' %}TOP {{amount}} block level statistics{% elif mode == 'obfuscation' %}Obfuscation statistics{% elif mode == 'obfuscator' %}TOP {{amount}} obfuscating software{% elif mode == 'avg_peers' %}TOP {{amount}} average peer count{% elif mode == 'command' %}TOP {{amount}} commands{% elif mode == 'error_code' %}TOP {{amount}} error codes{% elif mode == 'reference' %}TOP {{amount}} referencing instances{% elif mode == 'blocked' %}TOP {{amount}} deferated instances{% elif mode == 'blocker' %}TOP {{amount}} deferating instances{% endif %}{% endblock %} +{% block title %} + Scoreboard - + {% if mode == 'software' %}TOP {{amount}} used software + {% elif mode == 'detection_mode' %}Detection mode statistics + {% elif mode == 'block_level' %}TOP {{amount}} block level statistics + {% elif mode == 'obfuscation' %}Obfuscation statistics + {% elif mode == 'obfuscator' %}TOP {{amount}} obfuscating software + {% elif mode == 'avg_peers' %}TOP {{amount}} average peer count + {% elif mode == 'avg_blocks' %}TOP {{amount}} average block count + {% elif mode == 'command' %}TOP {{amount}} commands + {% elif mode == 'error_code' %}TOP {{amount}} error codes + {% elif mode == 'reference' %}TOP {{amount}} referencing instances + {% elif mode == 'blocked' %}TOP {{amount}} deferated instances + {% elif mode == 'blocker' %}TOP {{amount}} deferating instances + {% endif %} +{% endblock %} {% block header %} {% if mode == 'blocker' %} @@ -19,12 +34,16 @@

Detection mode statistics

{% elif mode == 'avg_peers' %}

TOP {{amount}} average peer count

+ {% elif mode == 'avg_blocks' %} +

TOP {{amount}} average block count

{% elif mode == 'obfuscator' %}

TOP {{amount}} obfuscating software

{% elif mode == 'obfuscation' %}

Obfuscation statistics

{% elif mode == 'block_level' %}

TOP {{amount}} block levels

+ {% else %} +

mode={{mode}} not supported

{% endif %} {% endblock %} @@ -33,8 +52,21 @@ - - + + @@ -42,13 +74,15 @@
№{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}{% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode') %}Total{% else %}Blocks{% endif %} + {% if mode in ('software', 'avg_peers', 'avg_blocks', 'obfuscator') %}Software + {% elif mode == 'obfuscation' %}Obfuscation status + {% elif mode == 'detection_mode' %}Detection mode + {% elif mode == 'error_code' %}Error code + {% else %}Instance + {% endif %} + + {% if mode == 'reference' %}References + {% elif mode in('avg_peers', 'avg_blocks') %}Average + {% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total + {% else %}Blocks + {% endif %} +
{{loop.index}} - {% if mode in ('command', 'error_code', 'avg_peers', 'obfuscator', 'obfuscation') %} - {{entry['domain']}} - {% elif entry['domain'] == None %} + {% if entry['domain'] == None %} - + {% elif mode in ('error_code', 'obfuscation') %} + {{entry['domain']}} {% elif mode == 'block_level' %} {{entry['domain']}} - {% elif mode in ('software', 'detection_mode') %} + {% elif mode in ('avg_peers', 'avg_blocks', 'obfuscator') %} + {{entry['domain']}} + {% elif mode in ('software', 'detection_mode', 'command') %} {{entry['domain']}} {% else %} {% with domain=entry['domain'] %} @@ -81,9 +115,10 @@
  1. AUTO_DISCOVERY: /.well-known/nodeinfo was reachable and software type was found in nodeinfo response
  2. STATIC_CHECK: Node information was found by probing for well-known URLs
  3. +
  4. PLATFORM: Meta data og:platform was found in HTML code
  5. GENERATOR: Meta data generator was found in HTML code
  6. +
  7. APP_NAME: Meta data application-name was found in HTML code
  8. SITE_NAME: Meta data og:site_name was found in HTML code
  9. -
  10. PLATFORM: Meta data og:platform was found in HTML code
  11. None: the instance was not reachable or the used software was not stated