go-windapsearch icon indicating copy to clipboard operation
go-windapsearch copied to clipboard

Utility to enumerate users, groups and computers from a Windows domain through LDAP queries

Results 9 go-windapsearch issues
Sort by recently updated
recently updated
newest added

JSON is convenient, but TSV/CSV is really more ! :)

Hello dear @ropnop, Thanks for making a Go program for windapsearch ! As I am trying to use it, I saw a bug related to the parsing of the "username"...

@ropnop, JSONL (JSON lines) is often more convenient to parse instead of a regular JSON structure. I know it is quite easy to convert JSON to JSONL, by [piping `jq...

@ropnop, here's a tiny feature asked: could it be possible to keep, in the output JSON file, the ordering of the specified attributes with the `--attrs` option ? More precisely:...

Include All modules to perform full dump on the AD running all the modules in the option Example Scripting is done to perform full dump at the moment: ``` #!...

I'm trying to run windapsearch from within another go program. I am using cmd, `err := exec.Command(path to windapsearch, "-d" + dc, "-u" + username, "-p"+ password, "-j", "-ousers.json", "-musers",...

Hi! First of all, thank you for an awesome tool. Windapsearch and Impacket are by far the most useful tools for pentesting Windows from Linux machines. One thing it would...

Weirdly enough, i find through research, that this GO adaptation of windapsearch does not work as well, and doesn't seem to find the same results as the .py script....... I...

On the `computers` module it could be nice to have the IP address(es) directloy in addition to `dNSHostName`.