Skip to content

pdehaan/firefox-monitor-puppeteer-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firefox-monitor-puppeteer-scan

Scan Firefox Monitor for the number of breaches an email address was involved in using Puppeteer.

USAGE

CLI

Want to use npx to download 90MB of transient dependencies for a single line of console output? READ ON!

$ npx pdehaan/firefox-monitor-puppeteer-scan test@test.com
# Downloading Chromium r624492 - 84.5 Mb [====================] 100% 0.0s

Found 175 breaches for test@test.com

API

// npm i pdehaan/firefox-monitor-puppeteer-scan -D
const { scan } = require("firefox-monitor-puppeteer-scan");

main("test@test.com");

async function main(email) {
  await scan(email);
}

NOTE: This nearly useless library simply reports the number of breaches that the specified email address was invovlved in (and generates a screenshot). There is no returned values or array of breaches and breach details, etc. If you're looking for something actually useful, consider the HIBP API, https://haveibeenpwned.com/API/v2

About

Scan for breached emails using Puppeteer. Because why not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published