🕷️ EvilSpider Recon Dashboard

Target: {{ target }}
Generated: {{ timestamp }} | Duration: {{ duration }}s
Discovered Endpoints
{{ endpoints|length }}
Secrets / Keys
{{ secrets|length }}
Forms / Inputs
{{ forms|length }}
Subdomains
{{ subdomains|length }}
Technologies
{{ technologies|length }}
Security Issues
{{ security_issues|length }}
{% for ep in endpoints %} {% endfor %}
Status URL Tags / Flags
{{ ep.status }} {{ ep.url }} {% if ep.has_upload %}Upload Form{% endif %} {% if '?' in ep.url %}Params{% endif %} {% if ep.redirect_chain %}Redirected{% endif %}
{% for sec in secrets %} {% endfor %}
Severity Rule / Category Masked Value Source URL Context Snippet
{{ sec.severity }} {{ sec.rule }}
{{ sec.category }}
{{ sec.masked }} {{ sec.source_url }}
{{ sec.context_snippet }}
{% for f in forms %} {% endfor %}
Type Method Action URL Inputs Count Inputs / Fields
{{ f.form_type }} {{ f.method }} {{ f.action }} {{ f.inputs_count }} {% for inp in f.inputs %}{{ inp.name }} ({{ inp.type }}){% if not loop.last %}, {% endif %}{% endfor %}
{% for t in technologies %}

{{ t.name }} {% if t.version %}v{{ t.version }}{% endif %}

{{ t.category }}
{% endfor %}
{% for sec in security_issues %} {% endfor %}
Severity Type Header / Target Description
{{ sec.severity }} {{ sec.type }} {{ sec.header or sec.parameter or 'General' }} {{ sec.description }}
{% for spec in api_specs %}

{{ spec.title }} ({{ spec.type }} {{ spec.version }})

{{ spec.description }}

{% for ep in spec.endpoints %} {% endfor %}
Method Path Summary Parameters
{{ ep.method }} {{ ep.path }} {{ ep.summary }} {% for p in ep.parameters %}{{ p.name }} ({{ p.in }}) {% endfor %}
{% endfor %}
{% for sub in subdomains %} {% endfor %}
Subdomain Actions
{{ sub }} Open Target ↗