lUcgryy / AD_Pentest_Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active Directory Vulnerability Scanning Tool

Description

The Active Directory Vulnerability Scanning Tool is a powerful utility designed to identify security vulnerabilities within an Active Directory environment. It scans the Active Directory infrastructure, detects potential weaknesses, and provides actionable insights to enhance the security posture of the organization.

Features

  • Active Directory Object information gathering
  • Comprehensive scanning of Active Directory infrastructure
  • Identification of common security vulnerabilities
  • Reporting of vulnerabilities with severity levels
  • Remediation recommendations for each vulnerability

Installation

  1. Clone the repository: git clone https://github.com/lUcgryy/AD_Pentest_Tool
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the ADScan.py

Usage

$ python ADScan.py --help

      _=====_                               _=====_
     / _____ \                             / _____ \
   +.-'_____'-.---------------------------.-'_____'-.+
  /   |     |  '.     AD Pentest        .'  |  _  |   \
 / ___| /|\ |___ \                     / ___| /_\ |___ \
/ |      |      | ;  __           _   ; | _         _ | ;
| | <---   ---> | | |__|         |_:> | ||_|       (_)| |
| |___   |   ___| ;SELECT       START ; |___       ___| ;
|\    | \|/ |    /  _     ___      _   \    | (X) |    /|
| \   |_____|  .','" "', |___|  ,'" "', '.  |_____|  .' |
|  '-.______.-' /       \ANALOG/       \  '-._____.-'   |
|               |       |------|       |                |
|              /\       /      \       /\               |
|             /  '.___.'        '.___.'  \              |
|            /                            \             |
 \          /                              \           /
  \________/                                \_________/

    >>> Active Directory Penetration Testing Tool <<<

usage: ADScan.py [-h] [-i IP] [-u USERNAME] [-p PASSWORD] [-d DOMAIN]

LDAP Session

options:
  -h, --help            show this help message and exit
  -i IP, --ip IP        IP address of the domain controller
  -u USERNAME, --username USERNAME
                        Username to authenticate with
  -p PASSWORD, --password PASSWORD
                        Password to authenticate with
  -d DOMAIN, --domain DOMAIN
                        Domain name (optional)

About


Languages

Language:HTML 87.0%Language:Python 11.0%Language:Jinja 2.0%