Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micahvandeusen/gMSADumper
Lists who can read any gMSA password blobs and parses them if the current user has access.
https://github.com/micahvandeusen/gMSADumper
Last synced: about 2 months ago
JSON representation
Lists who can read any gMSA password blobs and parses them if the current user has access.
- Host: GitHub
- URL: https://github.com/micahvandeusen/gMSADumper
- Owner: micahvandeusen
- License: gpl-3.0
- Created: 2021-04-10T00:15:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T02:15:32.000Z (11 months ago)
- Last Synced: 2024-08-05T17:45:04.168Z (5 months ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 234
- Watchers: 4
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-hacking-lists - micahvandeusen/gMSADumper - Lists who can read any gMSA password blobs and parses them if the current user has access. (Python)
README
# gMSADumper
## Description
Reads any gMSA password blobs the user can access and parses the values.
## Usage
Basic:`$ python3 gMSADumper.py -u user -p password -d domain.local`
Pass the Hash, specific LDAP server:
`$ python gMSADumper.py -u user -p e52cac67419a9a224a3b108f3fa6cb6d:8846f7eaee8fb117ad06bdd830b7586c -d domain.local -l dc01.domain.local`
Kerberos Authentication, specific LDAP server:
`$ python gMSADumper.py -k -d domain.local -l dc01.domain.local`
## Previous Work and Acknowledgements
Impacket for parsing the gMSA blob and some code from https://github.com/n00py/LAPSDumper/