Metadata-Version: 2.1
Name: breads-ad
Version: 1.2.5.1
Summary: Breaking Active Directory Security (BREADS) is a tool design to attack Active Directory environments
Author-email: oppsec <opps3c@gmail.com>
License: MIT License
        
        Copyright (c) 2024 oppsec
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/oppsec/breads
Project-URL: Issues, https://github.com/oppsec/breads/issues
Keywords: python3,red team,active directory,pentest
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ldap3>=2.9.1
Requires-Dist: rich>=13.5.3
Requires-Dist: impacket>=0.11.0

<div align="center">
<img src="https://i.imgur.com/xV6HY67.jpeg">

<br>

___

<br>

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

</div>

<br>

<h3> BREADS - BREaking Active Directory Security </h2>
<p> <b>BREADS</b> 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. </p>

<br>

<h3> Features </h3>
<ul>
    <li>Profile management</li>
    <li>Support Kerberoasting</li>
    <li>Change User Password</li>
    <li>Add User to Group</li>
    <li>ACEs Enumeration</li>
    <li>Interactive Shell</li>
    <li>Support to Pass-The-Hash</li>
    <li>Others</li>
</ul>

<br>

<h3> Installation </h3>
<pre>
~$ apt install pipx
~$ pipx ensurepath
~$ pipx install git+https://github.com/oppsec/breads.git
~$ breads-ad
</pre>

- Arch Linux based Distros: If you encounter any error when trying to install you might use <b>--break-system-packages</b> flag

<br>

<h3> Updating </h4>
<pre>
~$ pipx install git+https://github.com/oppsec/breads.git --force
<br>
or
<br>
~$ pipx reinstall breads-ad --python /usr/bin/python
</pre>

<br>

<h3> Preview usage </h3>
<a href="https://asciinema.org/a/651710" target="_blank"><img src="https://asciinema.org/a/651710.svg" /></a>

<br>

<h3> Warning </h3>
<p> The developer is not responsible for any malicious use of this tool </p>

<br>

<h3> Credits </h3>
<ul>
    <li>NetExec (CrackMapExec)</li>
    <li>Impacket</li>
</ul>
