|
4 | 4 |
|
5 | 5 | **The ultimate bug bounty automation framework. Scan smarter, find more, ship faster.** |
6 | 6 |
|
7 | | -[](https://golang.org/) |
| 7 | +[](https://golang.org/) |
8 | 8 | [](LICENSE) |
9 | 9 | [](https://discord.com) |
10 | 10 |
|
@@ -39,6 +39,7 @@ Results are automatically uploaded to **Cloudflare R2 storage** and linked direc |
39 | 39 | | 🤖 **AI Agent** | Full AI hunt loop (CLI + Discord `/ai` & `/brain`) — powered by **Step-3.5 Flash via OpenRouter (free tier)** — zero cost required | |
40 | 40 | | 📤 **R2 Storage** | Auto-upload every non-empty result file to Cloudflare R2 and print the public URL | |
41 | 41 | | 🔔 **Smart Alerts** | Rich Discord notifications for zero-findings scans — no more empty files or spam | |
| 42 | +| 🖥️ **Web dashboard** | **v4.0+** — Single-page UI at `/ui` for stats, scans, domains, URL/subdomain monitors, R2 files, and settings (optional Supabase auth) | |
42 | 43 |
|
43 | 44 | --- |
44 | 45 |
|
@@ -343,7 +344,7 @@ autoar both Start Discord bot + API server simultaneously |
343 | 344 |
|
344 | 345 | ### Prerequisites |
345 | 346 |
|
346 | | -- **Go 1.21+** — [Download](https://golang.org/dl/) |
| 347 | +- **Go 1.24+** — [Download](https://golang.org/dl/) |
347 | 348 | - **Git** |
348 | 349 | - System tools: `curl`, `bash` |
349 | 350 | - *(Optional)* PostgreSQL for persistent storage, or use SQLite for zero-config |
@@ -711,13 +712,13 @@ For PostgreSQL, ensure: |
711 | 712 |
|
712 | 713 | ## 🏷️ GitHub release (tag → CI) |
713 | 714 |
|
714 | | -Versions are defined once in [`internal/version/version.go`](internal/version/version.go) (`Version`, no `v` prefix). To publish **v3.5.3**: |
| 715 | +Versions are defined once in [`internal/version/version.go`](internal/version/version.go) (`Version`, no `v` prefix). To publish **v4.0.0**: |
715 | 716 |
|
716 | | -1. Set `const Version = "3.5.3"` and commit. |
| 717 | +1. Set `const Version = "4.0.0"` and commit. |
717 | 718 | 2. From the repo root: |
718 | 719 | ```bash |
719 | 720 | chmod +x scripts/tag-release.sh |
720 | | - ./scripts/tag-release.sh v3.5.3 |
| 721 | + ./scripts/tag-release.sh v4.0.0 |
721 | 722 | ``` |
722 | 723 | This pushes your current branch and the annotated tag. **[`.github/workflows/release.yml`](.github/workflows/release.yml)** then builds Linux binaries, attaches `tar.gz` / `zip`, generates release notes, and pushes **`ghcr.io/<owner>/autoar`** for that tag. |
723 | 724 |
|
|
0 commit comments