Commit Graph

6 Commits

Author SHA1 Message Date
asolino cf14e7cd77 Clarifications in the script's comments 2017-07-14 17:52:39 -03:00
Ronnie Flathers 0ae4ab0147 added command line switch '-all-users' 2017-07-14 12:47:06 -05:00
Ronnie Flathers 59b99e76c0 removed email=* filter, added objectCategory filter) 2017-07-13 16:22:45 -05:00
asolino c814049996 Adding support LDAP paged search support to GetADUsers.py
* Will now work when there are more than 1000 records
* Also fixes a small bug in the library when decoding the cookies
2017-02-23 10:21:43 -03:00
Martin Gallo 4152e128b8 Replaced shebang with a virtualenv friendly one
Replaced all instances of `#!/usr/bin/python` with `#!/usr/bin/env python` so impacket's examples and scripts can be run inside a virtualenv without having to call python.
2017-01-11 12:43:54 -03:00
asolino 0afacbea5a Adding GetADUsers.py example script
This script will gather data about the domain's users and their corresponding email addresses. It will also
include some extra information about last logon and last password set attributes.
You can enable or disable the the attributes shown in the final table by changing the values in line 184 and
headers in line 190.
If no entries are returned that means users don't have email addresses specified.
2016-10-04 19:58:43 -03:00