| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2019-11-16 |
|
[779833] XSSer v1.8.2 - 'The Hiv3' release |
| core | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| debian | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| doc | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| gtk | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| tests | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| .gitattributes | 2019-11-16 |
|
[779833] XSSer v1.8.2 - 'The Hiv3' release |
| .gitignore | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| Makefile | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| README.md | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| setup.py | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |
| xsser | 2026-07-09 |
|
[cd1cf6] XSSer v1.9 - 'Bl4ck Swarm' release |

Cross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.
It provides several options to try to bypass certain filters and various special techniques for code injection.
Key features:
- [ > 1500 ] pre-installed XSS attacking vectors (automatic fuzzing).
- Validation: each finding is verified for real executability. A context-aware engine tells apart executable contexts (HTML, JS, event handlers, javascript:/data: URIs) from harmless reflections, with an optional headless-browser reverse connection (--reverse-check) to confirm findings and cut false positives.
- Targeting: URL, file, stdin/pipe, raw HTTP request (-r), 'dorking' (multiple engines) and crawler.
- Injection: GET/POST, Cookie/User-Agent/Referer, DOM and HTTP Response Splitting.
- Evasion: per-WAF bypassers + character-encoding bypassers; proxy/Tor; client-certificate auth.
- Reporting: PDF (professional), XML and JSON (for CI / pipelines).
It can also bypass-exploit code on several WAFs:
[Cloudflare]: Cloudflare WAF
[Akamai]: Akamai (Kona / App & API Protector)
[AWS]: AWS WAF
[Azure]: Azure Front Door WAF
[Imperva]: Imperva (Incapsula / Cloud WAF)
[F5]: F5 BIG-IP ASM / Advanced WAF
[Barracuda]: Barracuda WAF
[ModSec]: Mod-Security + OWASP CRS v3
[Wordfence]: Wordfence (WordPress)
[Sucuri]: Sucuri (CloudProxy)
[FortiWeb]: Fortinet FortiWeb
[WebKnight]: AQTRONIX WebKnight

XSSer runs on many platforms. It requires Python (3.x) and the following libraries:
- python3-pycurl - Python bindings to libcurl (Python 3)
- python3-bs4 - error-tolerant HTML parser for Python 3
- python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
- python3-gi - Python 3 bindings for gobject-introspection libraries
- python3-selenium - Python3 bindings for Selenium
- firefoxdriver - Firefox WebDriver support
- ddgs - DuckDuckGo search library (used by the 'dorking' engine)
- fpdf2 - PDF generation library (used by the '--pdf' report exporter)
On Debian-based systems (ex: Ubuntu), run:
sudo apt-get install python3-pycurl python3-bs4 python3-geoip python3-gi python3-selenium firefoxdriver python3-fpdf2
On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
sudo pip3 install pycurl bs4 pygeoip PyGObject selenium ddgs fpdf2
XSSer is released under the GPLv3. You can find the full license text
in the LICENSE file.






