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
2.*(Optional)* Patches `network_security_config.xml` to trust user-installed CAs + disables certificate pinning
237
237
3. Re-signs with `uber-apk-signer` and uploads the patched APK to R2
238
238
4. Shows a **download panel** in the Auditor UI with direct R2 links for:
239
-
-📦 Original APK
240
-
-🔒 MITM Patched APK (if requested)
239
+
- Original APK
240
+
- MITM Patched APK (if requested)
241
241
5. Automatically loads the APK into the browser auditor for analysis
242
242
243
243
> **Scan records from APK Auditor are hidden from the main Scans dashboard** — they exist only within the Auditor context.
@@ -297,13 +297,13 @@ Options:
297
297
-o <output> Save output to a file
298
298
```
299
299
300
-
**Dashboard — 🎯 Targets page:**
300
+
**Dashboard — Targets page:**
301
301
302
302
The web dashboard includes a dedicated **Targets** page (sidebar → Targets) that:
303
303
- Shows color-coded cards for each platform with credential status
304
304
- Lets you paste credentials or relies on env vars (`H1_TOKEN`, `BUGCROWD_TOKEN`, `YWH_TOKEN`, `INTIGRITI_TOKEN`)
305
305
- Fetches all in-scope root domains with one click
306
-
- Provides per-domain **+ Add** (saves to Domains DB) and **▶ Scan** (opens new scan)
306
+
- Provides per-domain **+ Add** (saves to Domains DB) and **> Scan** (opens new scan)
307
307
-**+ Add All** saves all domains in one bulk request
308
308
-**Copy List** copies to clipboard (works on both HTTP and HTTPS)
309
309
@@ -350,7 +350,7 @@ autoar status [--json]
350
350
351
351
---
352
352
353
-
## 🤖 AI-Driven Security Framework — Free for Everyone
353
+
## AI-Driven Security Framework — Free for Everyone
354
354
355
355
As of the latest release, AutoAR's AI engine runs on `**[stepfun/step-3.5-flash:free](https://openrouter.ai/stepfun/step-3.5-flash:free)**` via [OpenRouter](https://openrouter.ai). This is a **completely free model** — no credits, no billing required.
356
356
@@ -415,7 +415,7 @@ autoar both Start Discord bot + API server simultaneously
415
415
416
416
---
417
417
418
-
## 🛠️ Installation
418
+
## Installation
419
419
420
420
### Option 1 — Docker (Primary & Recommended)
421
421
@@ -475,7 +475,7 @@ go install github.com/h0tak88r/AutoAR/cmd/autoar@latest
475
475
476
476
---
477
477
478
-
## ⚙️ Configuration
478
+
## Configuration
479
479
480
480
Copy `.env.example` to `.env` and fill in your values:
481
481
@@ -558,7 +558,7 @@ H1_API_KEY=... # HackerOne
558
558
INTEGRITI_API_KEY=... # Intigriti
559
559
560
560
# AI analysis — only ONE key is needed
561
-
# ✅ Recommended: OpenRouter free tier (no credit card required)
561
+
# Recommended: OpenRouter free tier (no credit card required)
562
562
# Sign up at https://openrouter.ai · Uses stepfun/step-3.5-flash:free automatically
AutoAR is designed to work seamlessly with **CoPaw** AI assistant, enabling natural language control of your entire recon pipeline:
649
649
@@ -657,9 +657,9 @@ See the [CoPaw AutoAR Skill documentation](/blob/main/docs/copaw-skill.md) for f
657
657
658
658
---
659
659
660
-
## 🐳 Docker & Compose Deep Dive
660
+
## Docker & Compose Deep Dive
661
661
662
-
### 🏗️ Architecture & Internal Structure (v4.1+)
662
+
### Architecture & Internal Structure (v4.1+)
663
663
664
664
AutoAR follows a strictly decoupled, package-based architecture designed for enterprise scaling and clean dependency management:
665
665
@@ -728,7 +728,7 @@ OPENROUTER_API_KEY=...
728
728
729
729
---
730
730
731
-
## 🗄️ Database
731
+
## Database
732
732
733
733
AutoAR supports two databases:
734
734
@@ -757,7 +757,7 @@ DB_HOST=./bughunt.db
757
757
758
758
---
759
759
760
-
## 🔧 Troubleshooting
760
+
## Troubleshooting
761
761
762
762
### No Terminal Logs?
763
763
@@ -804,7 +804,7 @@ For PostgreSQL, ensure:
804
804
805
805
---
806
806
807
-
## 🏷️ GitHub release (tag → CI)
807
+
## GitHub release (tag → CI)
808
808
809
809
Versions are defined once in `[internal/version/version.go](internal/version/version.go)` (`Version`, no `v` prefix). To publish **v4.2.0**:
810
810
@@ -820,7 +820,7 @@ You need a Git remote with push access (HTTPS + token or SSH). No manual “Crea
820
820
821
821
---
822
822
823
-
## 🤝 Contributing
823
+
## Contributing
824
824
825
825
Contributions are welcome! Please:
826
826
@@ -831,21 +831,21 @@ Contributions are welcome! Please:
831
831
832
832
---
833
833
834
-
## ⚠️ Legal Disclaimer
834
+
## Legal Disclaimer
835
835
836
836
AutoAR is intended for **authorized security testing only**. Only use it on targets where you have explicit written permission, or on bug bounty programs where the target is in-scope. Unauthorized scanning of systems you do not own is illegal.
837
837
838
838
The authors of AutoAR assume no liability for misuse of this tool.
839
839
840
840
---
841
841
842
-
## 📄 License
842
+
## License
843
843
844
844
MIT License — see [LICENSE](LICENSE) for details.
845
845
846
846
---
847
847
848
848
849
849
850
-
Built with ❤️ for the bug bounty community · [GitHub](https://github.com/h0tak88r/AutoAR)
850
+
Built with for the bug bounty community · [GitHub](https://github.com/h0tak88r/AutoAR)
0 commit comments