Skip to content

Inmunity Debugger

Installation

https://www.immunityinc.com/products/debugger/

Firefox API hooking with Inmunity Debugger

Firefox uses a function called PR_Write inside a dll module called nss3.dll to write/submit data. So once the target enters his username and password and click on login button the fireforx process will call PR_Write function from nss3.dll module, if we setup a break point at that function we should see the data in clear text.

Reference:- https://developer.mozilla.org/en-docs/Mozilla/Projects/NSPR/Reference/PR_Write

Last update: 2023-04-20
Created: April 20, 2023 16:58:49