Skip to content

Hadoken: A versatile Active Directory pentesting tool engineered to identify vulnerabilities and streamline security assessments.

Notifications You must be signed in to change notification settings

Edd13Mora/Hadoken

Repository files navigation

Hadoken

Hadoken is a versatile bash script designed for network scanning and enumeration. Harnessing the power of various well-known security tools, Hadoken simplifies the scanning process and collates the results into an easily readable HTML report. Perfect for penetration testers and system administrators looking to evaluate the security posture of their networks.

Banner or Screenshot Banner or Screenshot Banner or Screenshot

Features

  • Multiple scan types: ping, quick, smb, classic, full, udp.
  • Generates comprehensive HTML reports.
  • Integrated credential checking.
  • User enumeration capabilities with Kerbrute.
  • As-rep roastable users.
  • LDAP Enumeration

Prerequisites

Before you begin, ensure you have met the following requirements:

  • A Linux-based system.
  • Required tools and packages (all dependencies are listed in dependencies.sh).

Installation

Clone this repository:

git clone https://github.com/Edd13Mora/Hadoken.git
cd hadoken
chmod +x dependencies.sh
./dependencies.sh
chmod +x hadoken.sh

Usage

./hadoken.sh -i <IP_ADDRESS> [-s SCAN_TYPE] [-u USERNAME] [-p PASSWORD]

For detailed options and usage:

./hadoken.sh --help

About

Hadoken: A versatile Active Directory pentesting tool engineered to identify vulnerabilities and streamline security assessments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages