Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SpringVulScan — burpsuite 的Spring漏洞扫描插件。SpringVulScan:支持检测:路由泄露|CVE-2022-22965|CVE-2022-22963|CVE-2022-22947|CVE-2016-4977 | Kitploit
Tools/GitHubGitHub/tpt11fb/springvulscan
Vulnerability ScannersExploitationWeb Application ExploitationAPI Security TestingWeb SecurityPenetration Testing
GitHubtpt11fb/springvulscan

SpringVulScan

burpsuite 的Spring漏洞扫描插件。SpringVulScan:支持检测:路由泄露|CVE-2022-22965|CVE-2022-22963|CVE-2022-22947|CVE-2016-4977

View Repository
15463 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SpringVulScan

If you like it, give the author a star

SpringVulScan -- Burp Suite Plugin

Updates

1.1

  1. Added custom root path scanning.
  2. Right-click to send to SpringVulScan, custom dictionaries, etc.
  3. Optimized detection logic.
  4. Custom selection can be used not only for detecting route leakage but also for directory brute-forcing.
  5. Directly download SpringVulScan-1.1.zip from releases and unzip it.

Foreword

This is the first Burp Suite plugin I developed. The goal was to better and more conveniently detect potential Spring vulnerabilities. Developing it for the first time, I encountered many problems and difficulties. From gathering online resources about Burp Suite plugin development (API, documentation) to now having basic functionality implemented, it took about half a month (with some other distractions in between). But fortunately, I have now completed it! I plan to create a guide on Burp Suite plugin development (API usage) when I have time, and I will also upload the documentation to GitHub. I will continue to maintain it in the future when I have time! Below is an introduction to its features and usage.

Features

Interface

img

The appearance is just so-so; the GUI took some effort.

File Directory

img

root@kitploit:~
conifg
------apiRoute.txt		  Route leakage detection, customizable.
------config.yml			  CVE vulnerability detection payload. It is not recommended to customize some payloads.
SpringVulScan-1.0.jar

Detection Results

img

This panel is not very convenient, so it was added to the dashboard. Therefore, you can directly check the dashboard to see if there are vulnerabilities.

img

For vulnerabilities like CVE-2022-22965 that can be directly exploited and are easy to detect, they are reported as high-risk red. For things like API leakage, which are not easy to detect, they are placed in the Low and Medium panels. Of course, the Medium panel has a higher probability than the Low panel and is more accurate.

img

img

Summary

That's all for the basic points and usage. As this is my first tool, there are bound to be unknown issues. Please submit an issue directly.

References

https://portswigger.net/burp/extender/api/burp/package-summary.html

https://xz.aliyun.com/t/7065

And some other open-source plugins.

Download Tool
FeatureDescription
Basic SettingsNothing to say.
Detection MethodEcho and callback, nothing to say. Under normal circumstances, just enable all.
Scan TypeSingle site detection only once: Enabled by default. After enabling, only one detection is performed per site, and it will not re-detect due to URL changes. Filter detection of Spring framework: Disabled by default. After enabling, it automatically filters detection based on the Spring feature 'whitelabel error page', and will not scan other traffic again.
CVE DetectionSpecify vulnerability types to detect.
Callback PlatformCurrently only supports Burp Collaborator and DnsLog.cn. Other platforms are not yet fully functional. If the target does not have traffic restrictions, using Burp Collaborator is recommended for fast scanning and accurate results.