DonatoReis / Kraken

Shell script to use reconnaissance tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon
Kraken - script to easy install and use reconnaissance tools

Recode The Copyright Is Not Make You A Coder



Kraken

Shell script that uses together the best and most used tools in the world to find a fault, bugs or even Pentest. Treated in the best way to facilitate use in the terminal, it contains a report in modern and easy to understand html. you can export the entire report in a zip file, and in addition it has a menu that contains all the reports already carried out in the past. light, easy and fast to use!

by default kraken will recognize "subdomains, ports, services, technologies, subdirectories and urls"

there is a list of tools available for you to use when running kraken. it returns a window with several tool options available for you to select.

  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/DonatoReis/kraken
sudo kraken/install.sh httpx anonsurf amass aquatone dirsearch feroxbuster

or through curl

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

Full installation

through git

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

or through curl

curl -sL https://github.com/DonatoReis/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 〕

Warning: This code was originally created for personal use, it generates a substantial amount of traffic, please use with caution.

About

Shell script to use reconnaissance tools

License:GNU General Public License v3.0


Languages

Language:Smarty 87.0%Language:Shell 13.0%