You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add subdomain import feature: POST /api/subdomains/import
with modal UI on Subdomains page. Strips URLs, extracts
root domain via publicsuffix (eTLD+1), groups by domain,
batch inserts via existing BatchInsertSubdomains.
- Add ParseSubdomainAndRoot utility using golang.org/x/net/publicsuffix
- Fix nuclei global template scan not showing progress:
RunScanInProcess now auto-creates phase tracking when
total_phases is 0, same as executeScan does
placeholder="admin.target.com https://dev.target.com/path?q=1 api.staging.target.com:8080 https://another-domain.net # lines starting with # are ignored"></textarea>
0 commit comments