8000 GitHub - 000pp/hexodus: 🟪 Hexodus is a Python framework project designed to enumerate and help in Active Directory attacks through Windows protocols like SMB, LDAP, WinRM and other.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ hexodus Public

🟪 Hexodus is a Python framework project designed to enumerate and help in Active Directory attacks through Windows protocols like SMB, LDAP, WinRM and other.

License

Notifications You must be signed in to change notification settings

000pp/hexodus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Hexodus is a Python framework designed to enumerate Active Directory objects and assist with attacks using Windows protocols such as SMB, LDAP, RPC, and others. It uses an SQLite database to store collected data and a Flask-based web interface to make it easier to analyze the environment.


Documentation

In the documentation, you can find guidance on how to use Hexodus commands, information on known errors reported by the community or by the developers, and possible solutions to those issues.


Installation

We recommend using pipx to install the project, so you can run it from anywhere and make things easier.

Linux

sudo apt install pipx git
pipx ensurepath
pipx install git+https://github.com/000pp/hexodus

MacOS

brew install pipx
pipx ensurepath
pipx install git+https://github.com/000pp/hexodus

Local

git clone https://github.com/000pp/hexodus.git
pipx install .

Updating

pipx reinstall hexodus

Usage

To start using Hexodus, you need to create a profile and configure the necessary information for LDAP and SMB binding. The basic usage is as follows:

  1. Create a profile
hexodus -c <profile-name> <domain> <user> <password>
hexodus -c corp corp.local john.doe 'NewPassword123!'
  1. Test the connection or run a module
hexodus corp ldap 192.168.15.52
hexodus corp ldap 192.168.15.52 users
hexodus corp smb  192.168.52.52 share

You can also list the available modules for each protocol by using list in place of the host argument:

hexodus corp ldap list
hexodus corp smb  list

To start or stop the webapp you use the -s and -sw flags:

hexodus -s    (start the webapp)
hexodus -sw   (stop the webapp)

image

image

image


To-Do

  • Add interactive smb client
  • Add modules that uses WinRM protocol
  • Add vulnerabilities modules (BadSucessor, Backup Operator and other)
  • Add module to download/read files remotely
  • Add support to IP networks and files as input
  • Add support to Kerberos
  • Improve webview HTML and CSS
  • Improve LDAP binding method
  • Search for new protocols to use
  • Automatize known-attacks (UnPAC the hash for example)

Credits

About

🟪 Hexodus is a Python framework project designed to enumerate and help in Active Directory attacks through Windows protocols like SMB, LDAP, WinRM and other.

Topics

Resources

License

Stars

Watchers

Forks

0