Browser Forensics

Browser Forensics

The browser profile contains a lot of information about the user, such as bookmarks, history, cookies, stored passwords, etc.

  • Profile location

    In Windows:

    BrowserLocation
    ChromeC:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
    FirefoxC:\Users\<username>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>
    EdgeC:\Users\<username>\AppData\Local\Microsoft\Edge\User Data\Default

    In Linux:

    BrowserLocation
    Chrome~/.config/google-chrome/Default
    Firefox~/.mozilla/firefox/<profile>