Commit Graph

16 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
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
adrian manrique efc6a1c365 Merge pull request #1444 from p0dalirius/get-gpppasswords-scheduled-tasks
[Get-GPPPassword.py] Better handling of various XML files in Group Policy Preferences.
2023-06-08 10:03:31 -03:00
Gabriel Gonzalez 8799a1a2c4 Update file banners to reflect Fortra ownership 2022-12-14 17:28:23 -03:00
Podalirius 5843e8a2be Update Get-GPPPassword.py 2022-11-29 21:15:55 +01:00
Podalirius 2916a5295c Add files via upload 2022-11-23 12:58:25 +01:00
Amir Rossert cde3d4584e Use charset_normalizer 2022-06-26 15:26:29 +03:00
Martin Gallo cd4fe47cfc Arrange tagline, copyright and license notes across all source files
This was a pending change to:
- Use the same tagline, copyright and license notice across files.
- Remove authors' contacts that are no longer valid (due to affiliation changes).
- Update repository location.
- Update license file with missing licenses (althought those were already in source files).

This doesn't include any change on the source code, nor any change on current copyright or licenses. Just formatting and phrasing to make our and distro's maintainers life easier.
2021-07-20 10:04:27 -03:00
Podalirius 6c74308cf6 Update examples/Get-GPPPassword.py
Co-authored-by: 0xdeaddood <56035084+0xdeaddood@users.noreply.github.com>
2021-05-28 09:41:12 +02:00
Podalirius 84cdc9d15c Update examples/Get-GPPPassword.py
Co-authored-by: 0xdeaddood <56035084+0xdeaddood@users.noreply.github.com>
2021-05-28 09:41:03 +02:00
Podalirius 9d646406cd Update Get-GPPPassword.py 2021-05-25 16:48:31 +02:00
Podalirius 986102e5b0 Added single XML file parsing on Get-GPPPassword 2021-05-25 16:45:48 +02:00
Shutdown 6118e9db2a Update examples/Get-GPPPassword.py
Co-authored-by: 0xdeaddood <56035084+0xdeaddood@users.noreply.github.com>
2021-04-29 21:58:53 +02:00
Shutdown 0b6f3a0492 Update examples/Get-GPPPassword.py
Co-authored-by: 0xdeaddood <56035084+0xdeaddood@users.noreply.github.com>
2021-04-29 21:58:48 +02:00
Shutdown feacde109b Added Get-GPPPassword
Added Get-GPPPassword in examples. It's a python script for extracting and decrypting Group Policy Preferences passwords using streams for treating files instead of mounting shares, allowing for running this script inside regular docker containers. This also allows for pass-the-hash, pass-the-ticket, pass-the-key, overpass-the-hash, features that the Metasploit Framework doesn't offer.
2021-04-21 13:40:24 +02:00