Giter Site home page Giter Site logo

xiosec / leakguard Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 226 KB

LeakGuard is a project to prevent the use of leaked passwords.

C++ 33.50% C 6.52% PowerShell 9.74% Dockerfile 1.84% Go 44.36% Shell 4.04%
active-directory hardening ldap leak lsa lsass security windows windows-internals leakguard

leakguard's Introduction

Leak Guard

xiosec - LeakGuard stars - LeakGuard forks - LeakGuard GitHub release issues - LeakGuard

banner

LeakGuard is a project to prevent the use of leaked passwords

LeakGuard has a custom password filter module for Windows (Active Directory) which is loaded in the lsass process, and when a request is made to change or set a password for a user, this module sends the password to the server to check its leaking status. If the password has already been leaked, setting this password will be prevented.

Description

I have always wanted to create a project that checks whether a user's password has already been leaked or not before choosing a password. There are challenges for such a project, including the high volume of leaked passwords and the speed of password searches In this project, elasticsearch is used to search passwords, which has an acceptable speed.

In one of the tests, the amount of time spent searching in 1,440,604 passwords was 3.6251095ms on average. banner

Setup and installation

To start the server, just run the following command in the service folder:

docker-compose up

In the case of the Windows module, you must first compile the project and install it with the install.ps1 script with the following command:

PS C:\> . .\install.ps1
PS C:\> Invoke-LeakGuard -dllpath .\LeakGuard.dll -name LeakGuard -address <IP>:<PORT> -token <TOKEN>

banner

License

© 2023 xiosec

leakguard's People

Contributors

xiosec avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.