{% extends "base.html" %} {% block title %}Targets - AUTARCH{% endblock %} {% block content %}
Manage scope — IPs, CIDRs, domains, and URLs for your engagement.
| # | Host | Name | Type | OS | Status | Ports | Tags | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ t.host }} | {{ t.name if t.name != t.host else '' }} | {{ t.type }} | {{ t.os }} | {{ t.status }} | {{ t.ports or '—' }} | {% for tag in t.tags %}{{ tag }}{% endfor %} | 🔍 |
| No targets yet — click + Add Target to add your first one. | ||||||||