feat: add XSSHunter blueprint with Docker Compose setup and configura… (#287)

* feat: add XSSHunter blueprint with Docker Compose setup and configuration templates

* Change port to expose to work with Traefik

* feat: add XSS Hunter blueprint configuration with environment variables and domain settings, don't use special characters

* - if you will use special characters so add the password in a single quote to avoid the conflicts

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update blueprints/xsshunter/docker-compose.yml

* Update docker-compose.yml

Fix Network defined and version obsolete warning

* chore(blueprints/xsshunter): adjust template and compose for Dokploy guidelines

* chore: make service ports configurable via environment variables

* Update meta.json

* Update meta.json

---------

Co-authored-by: Khaled Mohamed <khaled@xelkomy.com>
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Khaled Mohamed
2025-10-05 07:29:19 +03:00
committed by GitHub
parent 24c1752aab
commit b81b0fd18d
4 changed files with 175 additions and 0 deletions

View File

@@ -5253,6 +5253,23 @@
"cms"
]
},
{
"id": "xsshunter",
"name": "XSSHunter",
"version": "latest",
"description": "XSSHunter is an open-source platform designed to identify and exploit blind Cross-Site Scripting (XSS) vulnerabilities. It provides security researchers, bug bounty hunters, and penetration testers with a comprehensive toolkit for detecting XSS flaws that are otherwise difficult to discover through traditional testing methods.",
"logo": "xsshunter.png",
"links": {
"github": "https://github.com/rs-loves-bugs/xsshunter",
"website": "https://github.com/rs-loves-bugs/xsshunter",
"docs": "https://github.com/rs-loves-bugs/xsshunter#requirements"
},
"tags": [
"pentest",
"xsshunter",
"bugbounty"
]
},
{
"id": "yamtrack",
"name": "Yamtrack",