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
feat: Complete API integration with all features and README updates
- Added all missing API endpoints: FFuf, Backup, Misconfig, React2Shell, JWT, DNS (dangling-ip)
- Extended ScanRequest struct with all new feature options
- Updated API version to 3.3.0
- Updated README with comprehensive API endpoint documentation
- All CLI features now available via REST API
- Real-time progress tracking via Discord webhooks
21
+
- Optimized concurrency across all phases (200-500 threads)
22
+
- Automatic live host reuse across phases
23
+
- Real-time file sending after each phase completion
14
24
15
25
### 🛡️ **Vulnerability Scanning**
16
26
-**Nuclei Integration**: 1000+ vulnerability templates with custom rate limiting
@@ -21,6 +31,8 @@ AutoAR is a comprehensive, modular security automation toolkit designed for bug
21
31
-**SQL Injection Testing**: SQLMap integration for automated SQLi testing
22
32
-**XSS Detection**: Dalfox integration for cross-site scripting detection
23
33
-**Backup File Discovery**: Automated backup file and sensitive file discovery
34
+
-**Cloud Misconfiguration Scanning**: Automated cloud service misconfiguration detection with high concurrency
35
+
-**FFuf Fuzzing**: Web path fuzzing with 403 bypass techniques, real-time filtering, and custom wordlists
24
36
25
37
### 🎯 **Specialized Scanners**
26
38
-**APK/IPA Analysis**: Embedded apkX engine for Android/iOS static analysis with secret extraction, certificate pinning detection, and MITM patching (pure Go implementation, no external binaries required)
@@ -295,10 +307,6 @@ autoar both # Start both bot and API
295
307
autoar help
296
308
```
297
309
298
-
### Operational Modes
299
-
300
-
AutoAR supports three operational modes to fit your workflow:
301
-
302
310
### 🎯 Operational Modes
303
311
304
312
#### 1. Discord Bot Mode (Default)
@@ -348,7 +356,7 @@ Once the bot is running, use these slash commands in Discord:
-`/github-wordlist org:company` - Generate wordlists from GitHub org
372
380
-`/s3 bucket:example-bucket` - S3 bucket scanning (works with or without AWS credentials - automatically tests for public access if credentials are missing)
373
-
-`/dns domain:example.com` - DNS takeover detection
381
+
-`/dns domain:example.com type:takeover|dangling-ip` - DNS takeover detection and dangling IP detection
374
382
-`/ports domain:example.com [threads:100]` - Port scanning
375
383
376
384
#### KeyHack API Key Validation
@@ -385,7 +393,7 @@ Once the bot is running, use these slash commands in Discord:
385
393
-`/github-wordlist org:microsoft` - Generate wordlists from organization files
0 commit comments