0.0.2 • Published 7 years ago

exploitalert v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

exploitalert

A Node-based Exploitalert API

NPM

Build Status Known Vulnerabilities MIT License

Install

npm install exploitalert --save

Usage

const exploitalert = require('exploitalert')

exploitalert.search('wordpress').then(console.log).catch(console.error)
// [{"id":"26260","date":"2017-03-17","name":"WordPress Membership Simplified 1.58 Arbitrary File Download"}]

API

exploitalert.search(platform)

Search Exploitalert's database

platform

required
Type: string

The platform you want to search.
See reference for a full list of platforms.

exploitalert.categories()

Query Exploitalert's database for a list of categories/platforms

exploitalert.details(id)

Get details of an exploit

id

required
Type: string

The id of the exploit you want to get the details for.

Related

License

MIT © Peter Benjamin

0.0.2

7 years ago

0.0.1

7 years ago