2.1.0 • Published 7 years ago

cloudbleed v2.1.0

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

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).

2.1.0

7 years ago

2.0.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago