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 react2shell file scanning support: batch domain processing with automatic live hosts collection
- Added file attachment support to Discord /react2shell command
- Added CLI support: react2shell scan -f <domains_file>
- For each domain: automatically collects live hosts, then runs smart scan
- Concise output: shows only scanned hosts count and vulnerable hosts (if any)
- Updated README with new features
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ AutoAR is a comprehensive, modular security automation toolkit designed for bug
14
14
15
15
### 🛡️ **Vulnerability Scanning**
16
16
-**Nuclei Integration**: 1000+ vulnerability templates with custom rate limiting
17
-
-**React2Shell Scanner**: React Server Components RCE detection (CVE-2025-55182) with WAF bypass methods, source code exposure checks, and DoS testing
17
+
-**React2Shell Scanner**: React Server Components RCE detection (CVE-2025-55182) with WAF bypass methods, source code exposure checks, DoS testing, and batch domain processing with automatic live hosts collection
-**S3 Bucket Enumeration**: AWS S3 bucket discovery and analysis (pure Go via AWS SDK v2, no aws CLI required). Supports both authenticated and unauthenticated testing - automatically falls back to HTTP-based public access testing when credentials are missing
@@ -345,7 +347,8 @@ Once the bot is running, use these slash commands in Discord:
345
347
346
348
#### Vulnerability Scanning
347
349
-`/nuclei domain:example.com [threads:100]` - Run Nuclei scans
348
-
-`/react2shell_scan domain:example.com [threads:100] [enable_source_exposure:false] [dos_test:false]` - Scan domain hosts for React Server Components RCE (CVE-2025-55182) using next88 smart scan (sequential: normal → WAF bypass → Vercel WAF → paths)
350
+
-`/react2shell domain:example.com [threads:100] [enable_source_exposure:false] [dos_test:false]` - Scan domain hosts for React Server Components RCE (CVE-2025-55182) using next88 smart scan (sequential: normal → WAF bypass → Vercel WAF → paths). Automatically collects live hosts first, then runs smart scan.
351
+
-`/react2shell file:<domains.txt> [threads:100] [enable_source_exposure:false] [dos_test:false]` - Process multiple domains from file. For each domain: collects live hosts, then runs smart scan. Perfect for batch scanning.
349
352
-`/react2shell url:https://example.com [verbose:false]` - Test single URL for React Server Components RCE using next88 smart scan
0 commit comments