Skip to content

NRZCode/Kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken

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.

  1. Installation

    1. Minimal installation
    2. Full installation
  2. Usage

    1. Simple and fast
    2. Parameters options

Installation

Run as root

Minimal installation

through git

git clone https://github.com/NRZCode/kraken
sudo kraken/install.sh httpx anonsurf assetfinder findomain subfinder aquatone dirsearch feroxbuster

or through curl

curl -sL https://github.com/NRZCode/kraken/raw/master/install.sh \
  | sudo bash -s httpx anonsurf assetfinder findomain subfinder aquatone dirsearch feroxbuster

Full installation

through git

git clone https://github.com/NRZCode/kraken
sudo kraken/install.sh

or through curl

curl -sL https://github.com/NRZCode/kraken/raw/master/install.sh | sudo bash

Usage

Reconnaissance Tools

Simple and fast recon

kraken -f -d domain.com

Parameters options

  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 〕

About

Shell script to use reconnaissance tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •