8000 GitHub - dosxuz/LDAPFury: This is a simple C# tool for sending out custom LDAP queries and viewing specified attributes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a simple C# tool for sending out custom LDAP queries and viewing specified attributes

Notifications You must be signed in to change notification settings

dosxuz/LDAPFury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History6 Commits

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDAPFury

Usage

Run the binary with two arguments:

  1. First argument is the ldap query that you want to make. Ex: (&(objectCategory=group))
  2. Second argument is the object attribute that you want to query from the the object name,CN,lastlogon

Example Usage

.\LDAPFury.exe "(&(objectCategory=user))" "name,cn,lastlogon,objectsid,pwdlastset"

About

This is a simple C# tool for sending out custom LDAP queries and viewing specified attributes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0