SkillAgentSearch skills...

GMSADumper

Lists who can read any gMSA password blobs and parses them if the current user has access.

Install / Use

/learn @micahvandeusen/GMSADumper
About this skill

Quality Score

0/100

Supported Platforms

Universal

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/

Related Skills

View on GitHub
GitHub Stars367
CategoryDevelopment
Updated21h ago
Forks64

Languages

Python

Security Score

95/100

Audited on Mar 29, 2026

No findings