Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten the name #11

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions BappDescription.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<p>Plugin provides an ability to find vulnerabilities of detected software versions using <a href="https://vulners.com">Vulners.com</a> API</p>
<p>This extension scans for vulnerabilities in detected software versions using the <a href="https://vulners.com">Vulners.com</a> API</p>
<p>It has two main features:</p>
<ul>
<li>Detect vulnerable software by it fingerprints/cpe</li>
<li>Detect possible vulnerable paths which anywhere were appeared in any exploits</li>
</ul>
<li>Detect vulnerable software by fingerprints or CPE</li>
<li>Detect possible vulnerable paths which appeared in any exploits</li>
</ul>
<a href="https://vimeo.com/225078901">Tutorial video</a>

12 changes: 6 additions & 6 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Uuid: 5c99cf1016306c7d0c8770a8a53ccdf6
Uuid: c9fb79369b56407792a7104e3c4352fb
ExtensionType: 1
Name: Software Vulnerability Scanner
RepoName: burp-vulners-scanner
ScreenVersion: 1.0.0
SerialVersion: 1
RepoName: software-vulnerability-scanner
ScreenVersion: 1.2
SerialVersion: 7
MinPlatformVersion: 0
ProOnly: True
Author: Vulners.com
ShortDescription: Software vulnerability scanner based on Vulners.com audit API
EntryPoint: target/burp-vulners-scanner-1.0-DEMO.jar
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B
EntryPoint: target/burp-vulners-scanner-1.2.jar
BuildCommand: mvn package -DskipTests=true -Dmaven.javadoc.skip=true -B
Binary file added src/main/.DS_Store
Binary file not shown.
Binary file added src/main/java/.DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions src/main/java/burp/gui/TabComponent.form
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,24 @@
<properties/>
<border type="none"/>
<children>
<component id="e0232" class="javax.swing.JTextField" binding="tbxReqLimit">
<constraints>
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties>
<text value="4"/>
</properties>
</component>
<component id="bf31" class="javax.swing.JLabel">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Request per second"/>
</properties>
</component>
<component id="70835" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
Expand Down
Binary file added target/burp-vulners-scanner-1.0-DEMO.jar
Binary file not shown.
Binary file modified target/burp-vulners-scanner-1.2.jar
Binary file not shown.