Metadata-Version: 2.1
Name: breads-ad
Version: 1.1.2
Summary: Breaking Active Directory Security (BREADS) is a tool design to attack Active Directory environments
Home-page: https://github.com/inferigang/breads
Author: oppsec
Author-email: opps3c@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.12
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
  <h1> 🍞 BREADS </h1>
  <img src="https://i.imgur.com/uGdGDeo.png" width=690>
  <p> <b>BREADS (BREaking Active Directory Security) </b> is a project created by security researchers focused on attacking Active Directory environments </p>
</div>

<p align="center">
    <img src="https://img.shields.io/github/license/inferigang/breads?color=pink&logo=github&style=for-the-badge">
    <img src="https://img.shields.io/github/issues/inferigang/breads?color=pink&logo=github&style=for-the-badge">
    <img src="https://img.shields.io/github/stars/inferigang/breads?color=pink&logo=github&style=for-the-badge">
    <img src="https://img.shields.io/github/forks/inferigang/breads?color=pink&logo=github&style=for-the-badge">
    <img src="https://img.shields.io/github/languages/code-size/inferigang/breads?color=pink&logo=github&style=for-the-badge">
</p>

___

<br>

## ⚡ Installing / Getting Started

<p> A quick guide on how to install and use BREADS. </p>

### Install with pipx (recommended)
- `pipx install git+https://github.com/inferigang/breads --include-deps`

### Not recommended
1. Clone the repository with: `git clone https://github.com/inferigang/breads.git`
2. Install the libraries with: `python3 setup.py install`
3. Run BREADS with: `breads-ad`

<br>

## ✨ Features
- Profile creation
- +6 Modules (Enum Users, Disabled Accounts, Domain Controllers and more...)
- Low RAM and CPU usage
- Open-Source
- Python ❤️

<br>

## 🎥 Preview
[![asciicast](https://asciinema.org/a/630089.svg)](https://asciinema.org/a/630089)

<br>

## 📚 To-Do
- [ ] Improve profile creation
- [ ] Store data on SGBD
- [ ] Create a UI

### Modules
- Enum ADCS (i don't have an lab with ADCS to test this yet)

<br>

## 🙏 Credits / Inspiration
- CrackMapExec
- Impacket
- BloodHound
- NetExec

<br>

## 🤡 And a good meme...
<img src="https://i.imgur.com/uPrUvi5.png" width=512>

## ⚠️ Warning
- The developer is not responsible for any malicious use of this tool.


