{{ device.ip }}
{% if device.hostname %}
{{device.hostname}}
{% endif %}
|
{{ device.mac_addr or 'Unknown' }}
{% if device.manufacturer %}
{{device.manufacturer}}
{% endif %}
|
{{ device.ports | join(", ") }} |
{% if device.stage == 'complete' %}
complete
{% elif device.stage == 'found' %}
found
{% elif device.stage == 'scanning' %}
scanning
{% else %}
{{device.stage}}
{% endif %}
|
{% if 80 in device.ports %}
HTTP
{% endif %}
{% if 443 in device.ports %}
HTTPS
{% endif %}
{% if 22 in device.ports %}
SSH
{% endif %}
{% if 21 in device.ports %}
FTP
{% endif %}
{% if 23 in device.ports %}
Telnet
{% endif %}
{% if 445 in device.ports %}
SMB
{% endif %}
{% if 3306 in device.ports %}
MySQL
{% endif %}
{% if 5432 in device.ports %}
PostgreSQL
{% endif %}
{% if 3389 in device.ports %}
RDP
{% endif %}
{% if 5900 in device.ports %}
VNC
{% endif %}
{% if 27017 in device.ports %}
MongoDB
{% endif %}
{% if 6379 in device.ports %}
Redis
{% endif %}
{% if 11211 in device.ports %}
Memcached
{% endif %}
{% if 1433 in device.ports %}
MSSQL
{% endif %}
{% if 1521 in device.ports %}
Oracle
{% endif %}
{% if 27015 in device.ports %}
Source
{% endif %}
{% if 27015 in device.ports %}
Minecraft
{% endif %}
{% if 27015 in device.ports %}
Teamspeak
{% endif %}
{% if 27015 in device.ports %}
Garry's Mod
{% endif %}
{% if 27015 in device.ports %}
Rust
{% endif %}
{% if 27015 in device.ports %}
ARK
{% endif %}
{% if 27015 in device.ports %}
Terraria
{% endif %}
{% if 27015 in device.ports %}
Factorio
{% endif %}
{% if 27015 in device.ports %}
StarMade
{% endif %}
{% if 27015 in device.ports %}
7 Days to Die
{% endif %}
|