1
0
Fork 0
MS AD user review tool. Uses LDAP3 for enumeration.
Go to file
marius a49d3f941c Initial code commit
Just the hacky code.
2023-05-04 07:51:41 +00:00
Readme.txt Update 'Readme.txt' 2023-05-04 07:49:50 +00:00
ad-user-review.py Initial code commit 2023-05-04 07:51:41 +00:00

Readme.txt

AD User Review

0. Read the code, it's not ready :) 

1. create a config.json i the same directory

{
  "user" : "svc-admin-user-review",
  "password" : "password",
  "ad_server": "company-mdc-001.company.int",
  "ad_server_2" : "company-mdc-002.company.int",
  "report_email" : "audit-tool@company.com",
  "exchange_server" : "10.1.1.2"
}

2. Fix the code

3. ...