Skip to content
Leo Smith edited this page Mar 12, 2021 · 4 revisions

Welcome to the xss_bomb wiki!

xss_bomb

Description

xss_bomb is a mobile app made to notify you when your xss payload is executed on a remote target and you do not have the luxury of directly knowing when the payload is ran on a target device. Currently the project is still in Beta and is looking for contributions from any-one that is interested in it. If you wish to contribute you can navigate to the Contribution page.

An overview of the repository

xss_bomb/
├── app/                    # The source code of the front-end app
│   └── [React Native Source Code]
├── assets/                 # Image files for the logo and such
│   └── [Source Code]
├── backend/                # The source code of the back-end
│   └── [Node Js Source Code]
├── data/                   # Folder containing the database
│   └── [Database Raw Files]
├── logs/                   # Folder containing the log file with every requests
│   └── xss_bomb.log
├── docker-compose.yml      # The Docker file used to launch the database and back-end
├── LICENSE
├── public_instances.json   # The file with approved servers that can be used by the front-end
└── README.md

Screenshots

Clone this wiki locally