Git Product home page Git Product logo

adreaper's People

Contributors

adamkadaban avatar aidenpearce369 avatar gbiagomba 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adreaper's Issues

License statement

Currently there is no license statement. Could you please also add a LICENSE file that contains the license text. This is a requirement for a lot of distributions.

Thanks.

Filter String Typo

In the help string, it lists the filters that are allowed:

  -filter string
        
        Filters to use for users/groups/computers
        
        list - lists all objects only
        fulldata - list all objects with properties
        membership - lists all members from an object

The problem is "fulldata" is incorrect, it's "full-data" and I was only able to find it by looking at the examples.

What an awesome tool this is btw, I'm going to be using it as inspiration along with XLSX library to generate some lovely reports.

ldap connection issue

for loop starts after the first part of the domain so if the domain is RedTeam.local the ldap connection will be sent to local:389 only

s := strings.Split(*ldapServer, ".")

	baseDN := ""

	for x := 1; x < len(s); x++ {

		if x == len(s)-1 {

			baseDN += "DC=" + s[x]

		} else {

			baseDN += "DC=" + s[x] + ","

		}

	}

	*ldapServer += ":389"

and it will cause this error
LDAP Result Code 10 "Referral": 0000202B: RefErr: DSID-0310084A, data 0, 1 access points ref 1: 'local'
so the fix is to set x in the for loop to start from 0

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.