This is:
- a Google Chrome extension to transmit browser activity and
- a node.js server to log browser activity.
After news that Windows users would be protected from potentially malicious extensions like this, I reckoned this project could be of public interest. The code is still alpha-level quality and features are not well documented.
To be used for educational purposes only.
Pull requests are welcome!
On install:
- browser fingerprint
- geolocation
- all bookmarks
- all history
- all tabs
- all cookies
In realtime:
- geolocation (every five minutes)
- bookmarks (add/remove)
- url visits (add/remove)
- tabs (add/remove)
- cookies
- submitted form data (often including usernames/passwords)
- page captures as MHTML files
- financial account activity
- Clone this repository.
- Open Google Chrome.
- Visit
chrome://extensions
. - Enable 'Developer mode'.
- Click 'Load unpacked extension'.
- Select
src/client/
folder from this repo.