@@ -52,8 +52,15 @@ autoar subdomain run -s <subdomain> Focused deep-dive on a single subdo
5252 live check → ports → JS → vuln scan → nuclei
5353
5454autoar lite run -d <domain> Lighter workflow: livehosts → reflection → JS → CNAME → DNS → misconfig
55+ [--skip-js] Skip JavaScript scanning
56+ [--phase-timeout] Set default phase timeout in seconds
57+ [--timeout-<phase>] Specific overrides (e.g. --timeout-livehosts)
5558
5659autoar fastlook run -d <domain> Quick recon: subdomains → live hosts → URLs/JS collection
60+
61+ autoar asr -d <domain> High-depth reconnaissance (ASR Modes)
62+ [-mode 1-5] Recon mode (default: 5)
63+ [-t <threads>] Number of threads
5764```
5865
5966### Reconnaissance
@@ -92,11 +99,13 @@ autoar jwt scan --token <JWT_TOKEN> Analyze JWT tokens for vulnerabili
9299
93100```
94101autoar dns takeover -d <domain> Comprehensive DNS takeover scan (all methods)
102+ [-s <subdomain>] Target a single subdomain directly (skips enumeration)
95103autoar dns cname -d <domain> CNAME takeover detection
96104autoar dns ns -d <domain> Nameserver takeover detection
97105autoar dns azure-aws -d <domain> Azure/AWS cloud service takeover
98106autoar dns dnsreaper -d <domain> DNSReaper-based detection
99107autoar dns dangling-ip -d <domain> Dangling IP detection
108+ autoar dns cf1016 -s <subdomain> Cloudflare 1016 Dangling DNS detection
100109autoar dns all -d <domain> Run all DNS checks simultaneously
101110```
102111
@@ -231,7 +240,12 @@ autoar monitor subdomains -d <domain> One-time check for subdomain chang
231240autoar monitor subdomains manage add -d <domain> -i <interval_sec>
232241autoar monitor subdomains manage list
233242autoar monitor subdomains manage start --all | --id <id> | -d <domain>
234- autoar monitor subdomains manage stop --all
243+ autoar monitor subdomains manage stop --all | --id <id> | -d <domain>
244+
245+ autoar monitor updates manage add -u <url> [--strategy hash|content|regex] [--pattern <regex>]
246+ autoar monitor updates manage remove -u <url>
247+ autoar monitor updates manage start [--id <id>] [--all]
248+ autoar monitor updates manage list
235249```
236250
237251### AI Agent Commands
0 commit comments