Skip to content

shahzaibkhan/ChromeTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromeTrack

Captured FormData

This is:

  1. a Google Chrome extension to transmit browser activity and
  2. 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!

Data Collected

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

Client Installation

  1. Clone this repository.
  2. Open Google Chrome.
  3. Visit chrome://extensions.
  4. Enable 'Developer mode'.
  5. Click 'Load unpacked extension'.
  6. Select src/client/ folder from this repo.

Licence

MIT

About

Chrome Extension to Track User Activity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published