Packages and Binaries:

lapsdumper

A tool that dumps every LAPS password the account has the ability to read with a domain.

Installed size: 16 KB
How to install: sudo apt install lapsdumper

Dependencies:
  • python3-ldap3
lapsdumper
root@kali:~# lapsdumper -h
LAPS Dumper - Running at 05-30-2025 15:13:23
usage: lapsdumper [-h] -u USERNAME -p PASSWORD [-l LDAPSERVER] -d DOMAIN
                  [-c COMPUTER] [-o OUTPUT]

Dump LAPS Passwords

options:
  -h, --help            show this help message and exit
  -u, --username USERNAME
                        username for LDAP
  -p, --password PASSWORD
                        password for LDAP (or LM:NT hash)
  -l, --ldapserver LDAPSERVER
                        LDAP server (or domain)
  -d, --domain DOMAIN   Domain
  -c, --computer COMPUTER
                        Target computer
  -o, --output OUTPUT   Output file to CSV

Updated on: 2025-May-30