Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
b0l-api committed Oct 27, 2020
1 parent 8448bbc commit 2a65064
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XSS Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,14 @@ More exploits at [http://www.xss-payloads.com/payloads-list.html?a#category=all]
```

### Tools

Most tools are also suitable for blind XSS attacks:

* [XSSStrike](https://github.com/s0md3v/XSStrike): Very popular but unfortunately not very well maintained
* [xsser](https://github.com/epsylon/xsser): Utilizes a headless browser to detect XSS vulnerabilities
* [Dalfox](https://github.com/hahwul/dalfox): Extensive functionality and extremely fast thanks to the implementation in Go
* [XSpear](https://github.com/hahwul/XSpear): Similar to Dalfox but based on Ruby
* [domdig](git@github.com:fcavallarin/domdig.git): Headless Chrome XSS Tester
* [domdig](https://github.com/fcavallarin/domdig): Headless Chrome XSS Tester

## XSS in HTML/Applications

Expand Down

0 comments on commit 2a65064

Please sign in to comment.