config.json•1.3 kB
{
"wordlists": {
"dirsearch": "/usr/share/wordlists/pentest-tools/dirsearch.txt",
"common": "/usr/share/wordlists/pentest-tools/SecLists/Discovery/Web-Content/common.txt",
"api_endpoints": "/usr/share/wordlists/pentest-tools/SecLists/Discovery/Web-Content/api-endpoints.txt",
"subdomains": "/usr/share/wordlists/pentest-tools/SecLists/Discovery/DNS/subdomains-top1million-5000.txt",
"passwords": "/usr/share/wordlists/pentest-tools/SecLists/Passwords/Common-Credentials/10-million-password-list-top-1000.txt",
"jwt_secrets": "/usr/share/wordlists/pentest-tools/SecLists/Passwords/Common-Credentials/common-secrets.txt",
"xss": "/usr/share/wordlists/pentest-tools/xss-payloads.txt",
"sqli": "/usr/share/wordlists/pentest-tools/sqli-payloads.txt",
"lfi": "/usr/share/wordlists/pentest-tools/lfi-payloads.txt",
"ssrf": "/usr/share/wordlists/pentest-tools/ssrf-payloads.txt"
},
"tools": {
"xsstrike": "/root/tools/XSStrike/xsstrike.py",
"nuclei_templates": "/root/tools/nuclei-templates",
"crlfuzz": "/root/go/bin/crlfuzz",
"graphql_path": "/root/tools/graphql-tools"
},
"reporting": {
"output_dir": "/app/reports",
"template_dir": "/app/templates"
}
}