Skip to content

ashokrulz20/software-vulnerability-scanner

 
 

Repository files navigation

burp-vulners-scanner

Current Release Downloads PayPal

Description

Burp Suite scanner plugin based on 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 paths

If Vulners Plugin detects vulnerable software it will show you CVE, advisoroies and even applicable exploits!

How to use

Burp Vulners plugin Tutorial Video

BurpSuite Linux pre-requisites installation as root

Execute

apt install jython jruby libcanberra-gtk-module libcanberra-gtk3-module gcc make git wget -y && pip install frida && python3 -m pip install frida && pip install Pyro4 && python3 -m pip install Pyro4 && cd /usr/share && git clone https://gitlab.com/akihe/radamsa.git && cd radamsa && make && make install && echo "HAL 9000" | radamsa && cd && cd /usr/share && git clone https://github.com/PortSwigger/software-vulnerability-scanner.git && apt install maven -y && cd software-vulnerability-scanner && mvn package && cd

BurpSuite Community v2021.8

Click to download and install it executing:

chmod +x burpsuite_community_linux_v2021_8.sh && ./burpsuite_community_linux_v2021_8.sh

BurpSuite Pro v2021.8

Click to download and install it executing:

chmod +x burpsuite_pro_linux_v2021_8.sh && ./burpsuite_pro_linux_v2021_8.sh    

Install extensions in BurpSuite Community

Open Burp Suite -> Extender -> Options -> Python Enviroment -> Location of jython standalone JAR file:

/usr/share/jython/bin/jython

Open Burp Suite -> Extender -> Options -> Ruby Enviroment -> Location of jRuby JAR file:

/usr/share/jruby/bin/jruby

Open Burp Suite -> Extender -> BApp Store -> Sort by Last updated-> Install all extensions

Open Burp Suite -> Extender -> Extensions -> Add -> Extension file (.jar) Select file -> burp-vulners-scanner-1.2.jar

You cand find it in this folder /usr/share/software-vulnerability-scanner/target

Now login/singup here and generate/copy your API Key

Is time to open BurpSuite TAB called Software Vulnerability Scanner and add yours.

BurpSuite Pro Linux v2021.6.1

Manual activation

java -javaagent:BurpSuiteLoader_v2021.6.1.jar -noverify -jar burpsuite_pro_v2021.6.1.jar &

open keygen(activator) 👇🏼

java -jar burploader-old.jar &

Open BurpSuite (with 7GB of Memory RAM for be fastly)

java -javaagent:BurpSuiteLoader_v2021.6.1.jar -noverify -jar -Xmx7G burpsuite_pro_v2021.6.1.jar &

Install extensions in BurpSuite Pro

Open Burp Suite -> Extender -> Options -> Python Enviroment -> Location of jython standalone JAR file:

/usr/share/jython/bin/jython

Open Burp Suite -> Extender -> Options -> Ruby Enviroment -> Location of jRuby JAR file:

/usr/share/jruby/bin/jruby

Open Burp Suite -> Extender -> BApp Store -> Sort by Details-> Install all Pro extensions

Now login/singup here and generate/copy your API Key

Is time to open BurpSuite TAB called Software Vulnerability Scanner and add yours.

About

Vulnerability scanner based on vulners.com search API

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • HTML 0.6%