Installer and updater for Recon Fuzzer.
curl -L https://raw.githubusercontent.com/Recon-Fuzz/reconup/refs/heads/main/install | bashThen restart your shell or run:
source ~/.zshrc # or ~/.bashrcSince Recon Fuzzer is in a private repository, you need a GitHub personal access token with repo scope.
reconup <your_github_token>export RECON_GITHUB_TOKEN=<your_token>
reconupFor persistence, add the export to your shell profile (~/.zshrc, ~/.bashrc, etc.).
Simply run reconup again. It will only download if a newer version is available:
reconup| Platform | Status |
|---|---|
| Linux x86_64 | Supported |
| macOS ARM64 (Apple Silicon) | Supported |
| macOS x86_64 (Intel) | Coming soon |
| Windows x86_64 | Coming soon |
By default, recon is installed to ~/.recon/bin/recon. You can customize this by setting the RECON_DIR environment variable before running the installer:
export RECON_DIR=/custom/path
curl -L https://raw.githubusercontent.com/Recon-Fuzz/reconup/refs/heads/main/install | bashrm -rf ~/.reconThen remove the PATH export from your shell profile.