CroweCybersecurity / ad-ldap-enum

An LDAP based Active Directory user and group enumeration tool
MIT License
302 stars 68 forks source link

Reduce Code Duplication #8

Closed edepree closed 1 year ago

edepree commented 8 years ago

The methods get_password_last_set_date and get_last_logon_date are duplicating code. Calculating time-stamps should be made generic to allow for future expansion.