Skip to content

oppsec/breads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation





BREADS - BREaking Active Directory Security

BREADS is a tool focused on enumerating and attacking Active Directory environments through LDAP and SMB protocols. This project is inspired by other existing tools like NetExec (CrackMapExec) and Impacket.


Features

  • Profile management
  • Support Kerberoasting
  • Change User Password
  • Add User to Group
  • ACEs Enumeration
  • Interactive Shell
  • Support to Pass-The-Hash
  • Others

Installation

~$ apt install pipx
~$ pipx ensurepath
~$ pipx install git+https://github.com/oppsec/breads.git
~$ breads-ad
  • Arch Linux based Distros: If you encounter any error when trying to install you might use --break-system-packages flag

Updating

~$ pipx install git+https://github.com/oppsec/breads.git --force

or
~$ pipx reinstall breads-ad --python /usr/bin/python

Preview usage


Warning

The developer is not responsible for any malicious use of this tool


Credits

  • NetExec (CrackMapExec)
  • Impacket