A Node-based Exploitalert API
npm install exploitalert --save
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"}]
Search Exploitalert's database
required
Type: string
The platform you want to search.
See reference for a full list of platforms.
Query Exploitalert's database for a list of categories/platforms
Get details of an exploit
required
Type: string
The id of the exploit you want to get the details for.
- exploitalert-cli - CLI for this module
MIT © Peter Benjamin