Skip to content

Recon-Fuzz/reconup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

reconup

Installer and updater for Recon Fuzzer.

Installation

curl -L https://raw.githubusercontent.com/Recon-Fuzz/reconup/refs/heads/main/install | bash

Then restart your shell or run:

source ~/.zshrc  # or ~/.bashrc

Usage

Since Recon Fuzzer is in a private repository, you need a GitHub personal access token with repo scope.

Option 1: Pass token as argument

reconup <your_github_token>

Option 2: Set environment variable

export RECON_GITHUB_TOKEN=<your_token>
reconup

For persistence, add the export to your shell profile (~/.zshrc, ~/.bashrc, etc.).

Updating

Simply run reconup again. It will only download if a newer version is available:

reconup

Supported Platforms

Platform Status
Linux x86_64 Supported
macOS ARM64 (Apple Silicon) Supported
macOS x86_64 (Intel) Coming soon
Windows x86_64 Coming soon

Installation Directory

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 | bash

Uninstall

rm -rf ~/.recon

Then remove the PATH export from your shell profile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages