windapsearch
windapsearch copied to clipboard
Python script to enumerate users, groups and computers from a Windows domain through LDAP queries
does not recognise the import ldap statement. I am using a virtual environment for running the tool with python-ldap successfully installed so it should work no? Been debugging this tool...
May be is something in my configuration but looks like a type of data error str instance, bytes found.... Traceback (most recent call last): File "windapsearch/./windapsearch.py", line 825, in run(args)...
when i specify --full option it seems not working EX : python3 windapsearch.py --dc-ip 10.0.2.18 -d test.LOCAL -u winy7 -p Password123# --full [+] Using Domain Controller at: 10.0.2.18 [+] Getting...
can someo ne tell me about this error ? RecursionError: maximum recursion depth exceeded [end of output] note: This error originates from a subprocess, and is likely not a problem...
@ropnop, I don't know much about these Python libs, but it seems that [ldap3](https://sixfeetup.com/blog/new-ldap3-python-ldap-library) is easier to use (installation etc.) than the good old `python-ldap` one. Is there technical reasons...
Hi @ropnop! In this PR I would like to bring a fix for the `--resolve` switch. Currently using the resolve IP feature breaks the script due to a type error:...
Morning, I tried to install this tool on Kali but while installing the dependencies I got an error regardless if I try with python 2 or 3. I also tried...
Added query for all OU's in AD, prints information such as GpLink, which will supplement GPO enumeration
I find that that the domain info is redundant in the _username_ option as it is already supplied in the _domain_ option. So, this PR will allow domain info to...
Hi, is it possible to resolve this SSL/TLS issue? [+] Attempting bind [!] {'desc': 'Strong(er) authentication required', 'info': '00002028: LdapErr: DSID-0C090256, comment: The server requires binds to turn on integrity...