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 02-26-2024 05:39:50
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
                        username for LDAP
  -p PASSWORD, --password PASSWORD
                        password for LDAP (or LM:NT hash)
  -l LDAPSERVER, --ldapserver LDAPSERVER
                        LDAP server (or domain)
  -d DOMAIN, --domain DOMAIN
                        Domain
  -c COMPUTER, --computer COMPUTER
                        Target computer
  -o OUTPUT, --output OUTPUT
                        Output file to CSV

Updated on: 2024-Feb-26