Vigilant Script - 19/04/2025
An example of an AIO Tool Setup to aid you in your Bug Bounty journey!
Vigilant Script Installation and Usage Guide
Installation
bashsudo apt install gccgo-go (golang)
sudo gem install colorize
sudo apt install lolcat
sudo gem install lolcat
sudo go install -v github.com/tomnomnom/anew@latest
sudo cp /root/go/bin/anew /usr/local/bin
sudo go install github.com/tomnomnom/qsreplace@latest
sudo cp /root/go/bin/qsreplace /usr/local/bin
sudo go install -v github.com/tomnomnom/gf@latest
sudo cp /root/go/bin/gf /usr/local/bin
sudo go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
sudo cp /root/go/bin/httpx /usr/local/bin
sudo go install github.com/tomnomnom/httprobe@latest
sudo cp /root/go/bin/httprobe /usr/local/bin
sudo go install -v github.com/ryandamour/ssrfuzz@latest
sudo cp /root/go/bin/ssrfuzz /usr/local/bin
sudo GO111MODULE=on go install github.com/jaeles-project/gospider@latest
sudo cp /root/go/bin/gospider /usr/local/bin
sudo go install github.com/tomnomnom/waybackurls@latest
sudo cp /root/go/bin/waybackurls /usr/local/bin
sudo go install -v github.com/sa7mon/s3scanner@latest
sudo cp /root/go/bin/s3scanner /usr/local/bin
sudo go install github.com/hahwul/dalfox/v2@latest
sudo cp /root/go/bin/dalfox /usr/local/bin
sudo go install github.com/tomnomnom/gf@latest
sudo cp /root/go/bin/gf /usr/local/bin
sudo go install https://github.com/lobuhi/byp4xx@latest
sudo cp /root/go/bin/byp4xx /usr/local/bin
mkdir Desktop/recon
cd Desktop/recon
git clone https://github.com/danielmiessler/SecLists
git clone https://github.com/koaj/aws-s3-bucket-wordlist
git clone https://github.com/hisxo/gitGraber
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/getsrc.py
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/collector.py
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/getjswords.py
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/antiburl.py
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/jsbeautify.py
wget https://raw.githubusercontent.com/m4ll0k/BBTz/master/availableForPurchase.py
git clone https://github.com/zigoo0/webpwn3r
git clone https://github.com/OWASP/joomscan
git clone https://github.com/ztgrace/changeme
git clone https://github.com/auth0/repo-supervisor
git clone https://github.com/maurosoria/dirsearch
git clone https://github.com/hisxo/gitGraber
git clone https://github.com/GerbenJavado/LinkFinder
git clone https://github.com/tillson/git-hound
git clone https://github.com/kost/dvcs-ripper
git clone https://github.com/infosec-au/altdns
git clone https://github.com/haccer/subjack
git clone https://github.com/mazen160/struts-pwn
git clone https://github.com/FishermansEnemy/bucket_finder && cd bucket_finder && chmod +x bucket_finder.rb
git clone https://github.com/projectdiscovery/nuclei-templates
git clone https://github.com/projectdiscovery/notify && cd notify && make && sudo cp notify /usr/local/bin
git clone https://github.com/chenjj/CORScanner && cd CORScanner && sudo pip install -r requirements.txt
git clone https://github.com/mazen160/bfac && cd bfac && sudo python setup.py installFeatures and Capabilities
Usage
Last updated