mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user