All Projects → BC-SECURITY → Invoke Zerologon

BC-SECURITY / Invoke Zerologon

Invoke-ZeroLogon allows attackers to impersonate any computer, including the domain controller itself, and execute remote procedure calls on their behalf.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Invoke Zerologon

Git Client Plugin
Jenkins git client plugin
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Tikzcd Editor
A simple visual editor for creating commutative diagrams.
Stars: ✭ 1,627 (+1527%)
Mutual labels:  hacktoberfest
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (+10%)
Mutual labels:  hacktoberfest
Fanal
Static Analysis Library for Containers
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Grunt Contrib Uglify
Minify files with UglifyJS.
Stars: ✭ 1,477 (+1377%)
Mutual labels:  hacktoberfest
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Sudo
Development repository for sudo cookbook
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Xgo
Go CGO cross compiler
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Sp Dev Site Scripts
Repository for sample SharePoint site designs and site scripts
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Svelte Firebase
A template to help you start developing SPAs with Svelte and Firebase.
Stars: ✭ 111 (+11%)
Mutual labels:  hacktoberfest
Js Vault
List of tricky Javascript interview questions
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Pac
科学上网,智能分流,使用 GFWList 和 IP 地址双重判断。现在已有 113 颗 ★
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Tardis
TARDIS - Temperature And Radiative Diffusion In Supernovae
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Tinseltown.js
A lightweight CSS/JS library for faux hacker-movie-style page loading effects
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Inkscape Applytransforms
An Inkscape extension which removes all matrix transforms by applying them recursively to shapes
Stars: ✭ 112 (+12%)
Mutual labels:  hacktoberfest
Jspdf Autotable
jsPDF plugin for generating PDF tables with javascript
Stars: ✭ 1,649 (+1549%)
Mutual labels:  hacktoberfest
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (+14%)
Mutual labels:  hacktoberfest
Geospatial
Odoo and GIS
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest
Daal4py
sources for daal4py - a convenient Python API to oneDAL
Stars: ✭ 113 (+13%)
Mutual labels:  hacktoberfest

Invoke-ZeroLogon

This code was heavily adapted from the C# implementation by the NCC Group's Full Spectrum Attack Simulation team and the original CVE published by Secura. This script can be run in two modes:

  1. When the reset parameter is set to True, the script will attempt to reset the target computer’s password to the default NTLM hash (essentially an empty password).
  2. By default, reset is set to False and will simply scan if the target computer is vulnerable to the ZeroLogon exploit (CVE-2020-1472).

WARNING: Resetting the password of a Domain Controller is likely to break the network. DO NOT use the reset parameter against a production system unless you fully understand the risks and have explicit permission.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].