Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vulnersCom/burp-vulners-scanner
Vulnerability scanner based on vulners.com search API
https://github.com/vulnersCom/burp-vulners-scanner
Last synced: 3 months ago
JSON representation
Vulnerability scanner based on vulners.com search API
- Host: GitHub
- URL: https://github.com/vulnersCom/burp-vulners-scanner
- Owner: vulnersCom
- License: lgpl-3.0
- Created: 2017-07-10T08:41:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:19:37.000Z (7 months ago)
- Last Synced: 2024-08-01T09:24:51.412Z (3 months ago)
- Language: Java
- Size: 11.3 MB
- Stars: 823
- Watchers: 48
- Forks: 164
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - vulnersCom/burp-vulners-scanner - Vulnerability scanner based on vulners.com search API (Java)
README
# burp-vulners-scanner
[![Current Release](https://img.shields.io/github/release/vulnersCom/burp-vulners-scanner.svg "Current Release")](https://github.com/vulnersCom/burp-vulners-scanner/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/vulnersCom/burp-vulners-scanner/total.svg "Downloads")](https://github.com/vulnersCom/burp-vulners-scanner/releases) [![PayPal](https://img.shields.io/badge/donate-PayPal-green.svg)](https://paypal.me/videns)# Description
Burp Suite scanner plugin based on [Vulners.com](https://vulners.com) vulnerability database API
- Search fingerprints in http response (inspired by plugin "Software Version Reporter")
and check found version in vulners.com vulnerability database
- [Experemental] Check unique URLs in vulners.com finding exploits for such pathsIf Vulners Plugin detects vulnerable software it will show you CVE, advisoroies and even applicable exploits!
# How to use
[![Burp Vulners plugin Tutorial Video](https://img.youtube.com/vi/klu7PTgUrow/0.jpg)](https://vimeo.com/225078901)
## Requirements
- Burp Suite - Professional Edition
- Java 1.7
- Maven## Installation
1. Clone repository
2. From command line run
```
mvn package
```
3. find burp-vulners-scanner.jar in /target folder
4. open Burp Suite -> Extender -> Add -> path to plugin.jar## Build
Ready to install build [burp-vulners-scanner.jar](https://github.com/vulnersCom/burp-vulners-scanner/releases/latest)