Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

pbnj/exploitalert-cli

Repository files navigation

exploitalert-cli

A CLI for Exploitalert

NPM

Build Status Known Vulnerabilities MIT License

Demo

exploitalert-demo

Install

npm install exploitalert-cli -g

Usage

❯ exploitalert
  A CLI for Exploitalert

  Usage
    $ exploitalert <options>

  Options
    -c, --categories            List categories/platforms
    -s, --search <platform>     Search for exploits
    -d, --details <id>          Get exploit details

  Example
    $ exploitalert -c
    $ exploitalert -s wordpress
    $ exploitalert -d 26271

Tips:

  • Start with -c flag to explore a list of possible categories/platforms.
  • Pick a category or platform to search by it with the -s flag.
  • Once you've found an interesting exploit, use the -d flag to pass the exploit ID.

Related

License

MIT © Peter Benjamin