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
BurpSentinel — GUI Burp Plugin to ease discovering of security holes in web applications | Kitploit
Tools/GitHubGitHub/dobin/burpsentinel
Web Vulnerability ScannersVulnerability AnalysisDynamic Code Analysis (DAST)Web Application ExploitationWeb SecurityPenetration Testing
GitHubdobin/burpsentinel

BurpSentinel

GUI Burp Plugin to ease discovering of security holes in web applications

View Repository
15333109 years agoReviewed by Kitploit
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Burp Sentinel

Eases discovery of common security holes in web applications.

  • Intro / tutorial: https://github.com/dobin/BurpSentinel/wiki/BurpSentinel---HowTo-and-introduction
  • Blog: http://dobin.github.io/

With BurpSentinel it is possible for the penetration tester to quickly and easily send a lot of malicious requests to parameters of a HTTP request. Not only that, but it also shows a lot of information of the HTTP responses, corresponding to the attack requests. Its easy to find low-hanging fruits and hidden vulnerabilities like this, and allows the tester to focus on more important stuff!

Features

  • Attack payloads already inside
  • Identification of reflected XSS, and stored XSS
  • Identification of SQL injections (non-blind)
  • Indicators and visual aid for the user to identify blind/fullblind SQL injections
  • Diff original and modified requests easily

Other

What it cannot do:

  • Find DOM Injections
  • Exploit vulnerabilities

Alternatives:

  • Ironwasp (www.ironwasp.org, .NET)
  • Wfuzz (www.edge-security.com/wfuzz.php, Python)
Download Tool