pbnj / exploitalert

A Node-based Exploitalert API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Node-based Exploitalert API

License:MIT License


Languages

Language:JavaScript 100.0%