Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 412 Bytes

pyLAPS.md

File metadata and controls

13 lines (10 loc) · 412 Bytes

Source

https://raw.githubusercontent.com/p0dalirius/pyLAPS/main/pyLAPS.py

Read the password of all computers

python3 pyLAPS.py --action get -u '<user>' -d '<domain>' -p '<password>' --dc-ip <domainControllerIp>

Read the password of a specific computer

python3 pyLAPS.py --action get --computer '<computer>$' -u '<user>' -d '<domain>' -p '<password>' --dc-ip <domainControllerIp>