Commit Graph

9 Commits

Author SHA1 Message Date
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
Jeff McJunkin ced688ad77 Update DumpNTLMInfo.py: Allow non-default ports (#1730)
* Update DumpNTLMInfo.py: Allow non-default ports

Remove restrictions on `-port` (can specify any port number).
Add new `-protocol`, defaulting to SMB.
If `-port 135` and `-protocol` isn't specified, assume RPC.

* DumpNTLMInfo.py: Additional logging and handle SMB/RPC better
2024-05-21 18:26:52 -03:00
XiaoliChan c0e949fee4 [DumpNTLMInfo.py] fix error with 2003 (#1630)
* [DumpNTLMInfo.py] fix error with 2003

Signed-off-by: XiaoliChan <2209553467@qq.com>

* [DumpNTLMInfo.py] garbrielg5: review I

Signed-off-by: Xiaoli Chan <2209553467@qq.com>

---------

Signed-off-by: XiaoliChan <2209553467@qq.com>
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-10-27 12:37:03 -03:00
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
Alex Romero e8827e9c36 display if smb1 enabled or not in dumpntlminfo.py 2023-07-30 17:36:35 -04:00
Alex Romero b3073d1bf2 display security settings in dumpntlminfo.py in better way 2023-07-30 17:34:26 -04:00
Alex Romero 7fa73f4126 Update file banners to reflect Fortra ownership 2023-07-20 14:58:07 -04:00
Alex Romero 5b14b78211 rename dumpntlm.py to DumpNTLMInfo.py 2023-07-20 14:55:01 -04:00