Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwen001/bxss

Alternative to XSS Hunter for blind XSS.
https://github.com/gwen001/bxss

bugbounty pentesting php security-tools xss xsshunter

Last synced: 6 days ago
JSON representation

Alternative to XSS Hunter for blind XSS.

Awesome Lists containing this project

README

        

bxss

My alternative to XSS Hunter for blind XSS.


php badge
MIT license badge
twitter badge

---

## Features

- reports stored in `sqlite` database
- call logged in log file
- reports send on Slack channel (beta)
- data collected:
- vulnerable URL
- referer URL
- victim IP
- victim User-Agent
- victim cookies
- victim locale storage
- HTML of the vulnerable page
- screenshot of the vulnerable page

Todo:
- reports send by mail

## Install

```
git clone https://github.com/gwen001/bxss
```

The web user should have write access on the directory `images`.

## Configure domain

Using Apache, you can easily configure a vhost like this:

```

ServerName x.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/bxss/
SSLCertificateFile /etc/letsencrypt/live/x.example.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/x.example.com/privkey.pem

ServerName x.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/bxss/

```

## Injection

As soon as the script is available online, you can use your favorite XSS payload:
```

```

---

---

Feel free to [open an issue](/../../issues/) if you have any problem with the script.