Skip to content
forked from 9b/lazyeye

Chrome extension to extract data from websites surfed inside of chrome

Notifications You must be signed in to change notification settings

kbandla/lazyeye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

LazyEye

LazyEye is a Google Chrome extension that attempts to extract the following items from browsed web pages:

  • domains
  • email addresses
  • IP addresses
  • hashes (MD5, SHA1, SHA256)

The extension allows for users to specify their endpoint that should recieve the JSON blob. The POSTed JSON has the following structure:

Key Explanation
urlContext URL where the content was collected from.
collectionTime JavaScript date for the time of collection.
userBrowser Browser user-agent of the collector.
collectionData All the data collected, deduplicated and organized.
collectionCount Number of items collected.

To install, check the extension out and load the unpacked version into your browser.

About

Chrome extension to extract data from websites surfed inside of chrome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%