AJ-Labz
  • whoami
  • The Lab
    • Building the Lab
      • Physical Hardware
      • ESXi
        • Install ESXi without a keyboard
      • vCenter Server Installation
      • Configure vCenter Datacenter
      • Virtual Networking
      • Install Virtual Machine
      • Install Virtual Firewall
      • Increasing VM Harddrive size
    • Building the Windows Domain
    • Building a Local DNS Server
    • Installing Apache Guacamole
    • Installing WireGuard VPN
    • Industrial Control Systems (ICS)
  • Defensive Cyberz
  • Analytic Repo
    • Beacon Detection
  • Creating an SIEM
    • Installing Security Onion (SO)
    • Splunk
    • Getting the Windows Data You Need
  • Zeek || Bro
    • Bro/Zeek Script
    • Installing Protocol Analyzers
  • Offensive Cyberz
    • Cobalt Strike Red Team Cheat Sheet
    • Defense Evasion
      • Evading Defender with CobaltStrike
      • Disable AV
      • AMSI Bypass
      • Evade Heuristic Behaviors
        • Process Injection
        • Process Hollowing
        • Reflection
        • AppLocker Bypass
        • Powershell CLM Bypass
      • Linux Shellcode Encoders
    • AD Enumeration
      • AD Tools
      • PowerView
      • BloodHound
      • DAFT Commands
      • Enumeration Commands
    • AD Attack
      • Prompt for Credentials
      • LAPS Reader
      • Abusing ACLs
    • Command and Control
      • Covenant Framework
      • Simple HTTPS Server
    • Linux
      • Shells
      • Impacket
      • SSH
      • Kerberos Cache File
      • Ansible
      • Privilege Escalation
    • Phishing
      • LNK Script
    • Wireless Attacks
    • Create a Trojan
  • Cyber Readingz
    • Recommended Readings
Powered by GitBook
On this page
  • BloodHound
  • Impacket
  • Windapsearch
  • ldapsearch-ad
  • PowerView
  • PowerUp
  • PowerUpSQL
  • DAFT

Was this helpful?

  1. Offensive Cyberz
  2. AD Enumeration

AD Tools

Just some neat tools

PreviousAD EnumerationNextPowerView

Last updated 3 years ago

Was this helpful?

BloodHound

Both blue and red teams can use BloodHound to easily gain a deeper understanding of privilege relationships in an Active Directory environment

Impacket

Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level programmatic access to the packets and for some protocols (e.g. SMB1-3 and MSRPC) the protocol implementation itself.

Windapsearch

Windapsearch is a Python script used to perform anonymous and authenticated LDAP enumeration of AD users, groups, and computers using LDAP queries. It is an alternative to tools such as ldapsearch, which require you to craft custom LDAP queries. We can use it to confirm LDAP NULL session authentication but providing a blank username with -u "" and add--functionality to confirm the domain functional level.

ldapsearch-ad

Python3 script to quickly get various information from a domain controller through his LDAP service.

PowerView

PowerView is a PowerShell tool to gain network situational awareness on Windows domains. It contains a set of pure-PowerShell replacements for various windows "net *" commands, which utilize PowerShell AD hooks and underlying Win32 API functions to perform useful Windows domain functionality

PowerUp

PowerUp aims to be a clearinghouse of common Windows privilege escalation vectors that rely on misconfigurations

PowerUpSQL

PowerUpSQL includes functions that support SQL Server discovery, weak configuration auditing, privilege escalation on scale, and post exploitation actions such as OS command executio

DAFT

A description of some of the tools can be found at:

This is a database auditing and assessment toolkit written in C# and inspired by . Feel free to compile it yourself or download the release from .

https://www.secureauth.com/labs/open-source-tools/impacket
PowerUpSQL
here
https://github.com/NetSPI/DAFT
LogoGitHub - BloodHoundAD/BloodHound: Six Degrees of Domain AdminGitHub
LogoGitHub - SecureAuthCorp/impacket: Impacket is a collection of Python classes for working with network protocols.GitHub
LogoGitHub - ropnop/windapsearch: Python script to enumerate users, groups and computers from a Windows domain through LDAP queriesGitHub
LogoGitHub - yaap7/ldapsearch-ad: Python3 script to quickly get various information from a domain controller through his LDAP service.GitHub
LogoPowerSploit/PowerView.ps1 at master · PowerShellMafia/PowerSploitGitHub
LogoPowerTools/PowerUp at master · PowerShellEmpire/PowerToolsGitHub
LogoGitHub - NetSPI/PowerUpSQL: PowerUpSQL: A PowerShell Toolkit for Attacking SQL ServerGitHub