Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/breads
Breaking Active Directory Security with 🍞
https://github.com/oppsec/breads
active-directory activedirectory ad bread breads ldap pentest redteam smb
Last synced: 6 days ago
JSON representation
Breaking Active Directory Security with 🍞
- Host: GitHub
- URL: https://github.com/oppsec/breads
- Owner: oppsec
- License: mit
- Created: 2024-02-22T02:23:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T00:27:17.000Z (2 months ago)
- Last Synced: 2024-09-15T07:11:55.190Z (2 months ago)
- Topics: active-directory, activedirectory, ad, bread, breads, ldap, pentest, redteam, smb
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
___
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
~$ 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