{% extends "base.html" %} {% block title %}Geo Recon{% endblock %} {% block content %}
Geocode a place → internet-facing assets in that area (Shodan)
{% if result.mode == 'free' %}
Scope: {{ result.query }} · {{ result.summary.hosts }} host(s) enriched via
Shodan InternetDB + geoIP (free, passive).
{% else %}
Query: {{ result.query }} · Shodan reports
{{ "{:,}".format(result.total) }} total matching hosts (showing top {{ result.assets|length }}).
{% endif %}
| IP | Port | Product | Org | City | Vulns |
|---|---|---|---|---|---|
| {{ a.ip }}{% if a.hostnames %} {{ a.hostnames[0] }}{% endif %} |
{{ a.port }}/{{ a.transport }} | {{ a.product }}{% if a.version %} {{ a.version }}{% endif %} | {{ a.org or '—' }} | {{ a.city or a.country or '—' }} | {% for v in a.vulns %}{{ v }} {% endfor %} |
| No assets returned for this scope. | |||||