bset is a simple box setup repository that installs common recon and pentest tooling into ~/tools.
- installs packages and dependencies for reconnaissance tooling
- clones a set of tools into
~/tools - adds shell aliases from
recon_profileto your~/.bash_profile - installs Go tools like
aquatone,httprobe,unfurl, andwaybackurls
- dirsearch
- JSParser
- knock.py
- lazys3
- recon_profile
- sqlmap-dev
- Sublist3r
- teh_s3_bucketeers
- virtual-host-discovery
- wpscan
- webscreenshot
- massdns
- asnlookup
- unfurl
- waybackurls
- httprobe
- SecLists
- Sn1per Community Edition
- wfuzz
git clone https://github.com/hakthegeek/bset.git
cd bset
chmod +x install.sh
./install.sh- The installer creates
~/toolsand clones repositories there. - It requires
sudofor system package installation. - It also installs
awscliand reminds you to configure AWS credentials if needed.
This script prefers forks under https://github.com/hakthegeek for:
recon_profileJSParserlazys3lazyrecon
If your fork does not exist yet, the installer will fall back to the upstream repository.
- Create your forks for the above repositories on GitHub.
- Re-run the install script.
- Verify that the tools are installed in
~/tools.
Use this repository at your own risk. No warranty is provided.