Git Product home page Git Product logo

ldapfw's People

Contributors

dekelpaz avatar polina-b avatar sagiesec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ldapfw's Issues

lsass crashing

Installed ldapfw but still says uninstalled, try to re-install and lsass crashes. This is running on Server 2019.

Faulting application name: lsass.exe, version: 10.0.17763.3532, time stamp: 0xcda34c13
Faulting module name: KERNELBASE.dll, version: 10.0.17763.4377, time stamp: 0x4c0e81b1
Exception code: 0xe06d7363
Fault offset: 0x00000000000349b9
Faulting process id: 0x2d0
Faulting application start time: 0x01d9e8c1f9428b1f
Faulting application path: C:\Windows\system32\lsass.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 5bb2ccba-299a-4ca6-ba66-2514240c5d41
Faulting package full name:
Faulting package-relative application ID:

Example for allowing user to conduct an action?

Hi there,

I played with ldapfw in the lab today and it's really cool. Nice work!

Could you give me a config example where you want to allow one user (can you allow a group?) to add a machine to the domain, but nobody else? Should something like this work? It doesn't appear to:

{
    "rules": [
      {
            "operations": ["add"],
            "ips": ["*"],
            "users": ["testuser1"],
            "action": "allow"
        },
        {
            "operations": ["add"],
            "ips": ["*"],
            "users": ["*"],
            "action": "block"
        },
        {
            "operations": ["*"],
            "ips": ["*"],
            "users": ["*"],
            "action": "allow"
        }
    ],
	"suppressAudit": ["search"]
}

Feature Reqeust: Should be able to write comment in config file

Hi Team,

Since I have got around 20+ rules in my config file going forward I am not sure how do I remember those and purpose of it. Hence would it be possible to write a comment in file for the purpose of why this rule was written and any other comments I need to write?

TIA
Blason R

Error when calling VirtualAllocEx 5

Receiving this error when trying to install. /status before and after shows "ready to install: True" and doesn't seem to install.

Finished configuring the Event Log.
Installing LDAP Firewall...
Error when calling VirtualAllocEx 5
Loading LDAP Firewall configuration...

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.