Skip to content

Commit 5c5a91d

Browse files
committed
docs: complete readmes for ASR, CF1016, lite timeouts and monitor updates
1 parent c73da20 commit 5c5a91d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
5454
autoar 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
5659
autoar 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
```
94101
autoar dns takeover -d <domain> Comprehensive DNS takeover scan (all methods)
102+
[-s <subdomain>] Target a single subdomain directly (skips enumeration)
95103
autoar dns cname -d <domain> CNAME takeover detection
96104
autoar dns ns -d <domain> Nameserver takeover detection
97105
autoar dns azure-aws -d <domain> Azure/AWS cloud service takeover
98106
autoar dns dnsreaper -d <domain> DNSReaper-based detection
99107
autoar dns dangling-ip -d <domain> Dangling IP detection
108+
autoar dns cf1016 -s <subdomain> Cloudflare 1016 Dangling DNS detection
100109
autoar 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
231240
autoar monitor subdomains manage add -d <domain> -i <interval_sec>
232241
autoar monitor subdomains manage list
233242
autoar 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

Comments
 (0)