This package has been deprecated

Author message:

This package was built for a bug that was fixed already. Please DON'T INSTALL IT!

cloudbleed

2.1.0 • Public • Published

Javascript wrapper to quickly search over 4.2 million possibly affected sites by the Cloudflare's Cloudbleed bug. More information about the bug can be found at Cloudflare's blog and on the Google Project Zero ticket. This module uses the deansheathers' Cloudbleed search API.

Download

npm install cloudbleed --save

Usage

var cloudbleed = require("cloudbleed");
cloudbleed('example.com').then((result) => {
console.log(result);
})

Disclaimer

This module is licensed under MIT license and it's not affiliated in any way with Cloudflare. Not all sites on this list were affected but have high possibilities to get affected (and some that were affected are not on the list).

Readme

Keywords

none

Package Sidebar

Install

npm i cloudbleed

Weekly Downloads

0

Version

2.1.0

License

none

Last publish

Collaborators

  • underforest