Shell script to easy install and use reconnaissance tools Complete shell script tool for Bug bounty or Pentest ! It will save 90% of your time when setting up your machine to work. It already configures all the tools for you to work, you won't need to configure it manually.
Run as root
through git
git clone https://github.com/NRZCode/kraken
sudo kraken/install.sh httpx anonsurf assetfinder findomain subfinder aquatone dirsearch feroxbusteror through curl
curl -sL https://github.com/NRZCode/kraken/raw/master/install.sh \
| sudo bash -s httpx anonsurf assetfinder findomain subfinder aquatone dirsearch feroxbusterthrough git
git clone https://github.com/NRZCode/kraken
sudo kraken/install.shor through curl
curl -sL https://github.com/NRZCode/kraken/raw/master/install.sh | sudo bashSimple and fast recon
kraken -f -d domain.com General options
-d, --domain Scan domain and subdomains
-dL,--domain-list File containing list of domains for subdomain discovery
-a, --anon Setup usage of anonsurf change IP 〔 Default: On 〕
-A, --agressive Use all sources (slow) for enumeration 〔 Default: Off 〕
-n, --no-subs Scan only the domain given in -d domain.com
-f, --fast-scan Scan without options menu
-u, --update Update script for better performance
-V, --version Print current version
-h, --help Show the help message and exit
--delay Seconds waiting between tools execution 〔 Default: 5 〕