@L1v1ng0ffTh3L4N Hi @L1v1ng0ffTh3L4N
You can export the dump without being an admin, and then move the file to a different computer and run sysinternal strings as an admin to pull the passwords. So you don't actually need admin access to obtain the dump. Only to extract the passwords from the it
Yes, it's true for Edge (and other Chromium browsers like Chrome).
Saved passwords are encrypted on disk, but the browser decrypts and loads them into process memory in plaintext for autofill—even if you're not actively using a login page. Tools like the one in the video can scan msedge.exe memory to extract them if they have access to your session.
This is a known design trade-off documented by Microsoft and security researchers.