Giter Site home page Giter Site logo

xssfire's Introduction

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:
$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/XSSFire.js in the domain field and click Save.

Snapshots:

bxss

bxss2

bxss3

Thanks to GPT-3 xD

xssfire's People

Contributors

seifelsallamy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.