A CLI for Exploitalert
npm install exploitalert-cli -g
❯ 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.
- Exploitalert - API for this CLI app.
MIT © Peter Benjamin