├── LICENSE ├── README.md ├── aem.yaml ├── crlf.yaml ├── mysql-sqli.yaml ├── path-traversal.yaml ├── ssrf.yaml ├── ssti.yaml ├── xss-path.yaml ├── xss-reflected.yaml └── xss-stored.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/README.md -------------------------------------------------------------------------------- /aem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/aem.yaml -------------------------------------------------------------------------------- /crlf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/crlf.yaml -------------------------------------------------------------------------------- /mysql-sqli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/mysql-sqli.yaml -------------------------------------------------------------------------------- /path-traversal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/path-traversal.yaml -------------------------------------------------------------------------------- /ssrf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/ssrf.yaml -------------------------------------------------------------------------------- /ssti.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/ssti.yaml -------------------------------------------------------------------------------- /xss-path.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/xss-path.yaml -------------------------------------------------------------------------------- /xss-reflected.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/xss-reflected.yaml -------------------------------------------------------------------------------- /xss-stored.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/erebus-templates/HEAD/xss-stored.yaml --------------------------------------------------------------------------------