├── CVE-2023-templates ├── CVE-2023-23333.yaml ├── CVE-2023-23752.yaml ├── CVE-2023-28432.yaml ├── CVE-2023-29489.yaml └── CVE-2023-3519.yaml ├── CVE └── 2024 │ └── CVE-2024-24919.yaml ├── DNS └── dns-takeover.yaml ├── README.md ├── bsqli └── bsqli-time-based.yaml ├── reflection └── reflection.yaml ├── subdomain-takeover └── subdomain-takeover.yaml └── web-cache-poising └── web-cache-poising.yaml /CVE-2023-templates/CVE-2023-23333.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE-2023-templates/CVE-2023-23333.yaml -------------------------------------------------------------------------------- /CVE-2023-templates/CVE-2023-23752.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE-2023-templates/CVE-2023-23752.yaml -------------------------------------------------------------------------------- /CVE-2023-templates/CVE-2023-28432.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE-2023-templates/CVE-2023-28432.yaml -------------------------------------------------------------------------------- /CVE-2023-templates/CVE-2023-29489.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE-2023-templates/CVE-2023-29489.yaml -------------------------------------------------------------------------------- /CVE-2023-templates/CVE-2023-3519.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE-2023-templates/CVE-2023-3519.yaml -------------------------------------------------------------------------------- /CVE/2024/CVE-2024-24919.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/CVE/2024/CVE-2024-24919.yaml -------------------------------------------------------------------------------- /DNS/dns-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/DNS/dns-takeover.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Nuclei templates 2 | 3 | -------------------------------------------------------------------------------- /bsqli/bsqli-time-based.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/bsqli/bsqli-time-based.yaml -------------------------------------------------------------------------------- /reflection/reflection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/reflection/reflection.yaml -------------------------------------------------------------------------------- /subdomain-takeover/subdomain-takeover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/subdomain-takeover/subdomain-takeover.yaml -------------------------------------------------------------------------------- /web-cache-poising/web-cache-poising.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerbaliy3v/custom-nuclei-templates/HEAD/web-cache-poising/web-cache-poising.yaml --------------------------------------------------------------------------------