Commit Graph

4 Commits

Author SHA1 Message Date
Muhammad Ibrahim 756ca96e4a Added Support for LDAPS When Retrieving LAPS Password from Windows Server 2025 (#1942)
* Added Support for LDAPS When Using Windows Server 2025

* set ldaps_flag as optional in ldap_login()

---------

Co-authored-by: Gabriel Gonzalez <gabriel.gonzalez@fortra.com>
2025-04-30 17:49:57 -03:00
Gabriel Gonzalez ae0ec300f8 Techdebt examples bootstrapping v2 (#1928)
* Standardized examples logger init method

* Fixing missing import

* Standardized examples init_ldap_session function #1

* Calling new shared function _ldap3_kerberos_login from example addcomputer

* Removed considering -debug in each example. Now it's handled in utils.

* Standardized EMPTY_LM_HASH in impacket.examples.utils

* Unify parse_identity function (phase 1)

* Standardized parse_identity

* Renamed "_ldap3_kerberos_login" to "ldap3_kerberos_login" (as it is called from outside)

* Standardize "logger" init in regsecrets.py

* Standardized LDAP login into a single function in utils.py:ldap_login
2025-03-26 22:58:39 -03:00
gabrielg5 27e7e7478d Updating copyright banner... 2024-08-28 17:52:57 -03:00
zblurx 7e25245e38 Implement MS-GKDI and LAPSv2 password extraction (#1556)
* add MS-GKDI

* update gkdi

* Update getLAPSv2Password.py

* Added GetLAPSPassword to examples. (#1)

* Added GetLAPSPassword to examples.

* update GetLapsPassword

* Add LAPSv2 column

---------

Co-authored-by: dru1d <tyler.booth@cdw.com>
Co-authored-by: zblurx <seigneuret.thomas@pm.me>

* update GetLAPSPassword.py

* Added tab delimited outputfile option (#2)

Co-authored-by: dru1d <tyler.booth@cdw.com>

* fix requirements.txt

---------

Co-authored-by: Tyler <4245930+dru1d-foofus@users.noreply.github.com>
Co-authored-by: dru1d <tyler.booth@cdw.com>
Co-authored-by: = <=>
2024-03-20 19:19:45 -03:00