Open akincibor opened 2 years ago
Thanks for sharing. Quickly tested this against the HTTP request smuggling Lab by Portswigger
and they work if run as standalone e.g.
nuclei -u https://XXXXXXXXX.web-security-academy.net -t nuclei-templates/CL-TE-http-smuggling.yaml
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[INF] Using Nuclei Engine 2.7.5 (latest)
[INF] Using Nuclei Templates 9.1.5 (latest)
[INF] Templates added in last update: 58
[INF] Templates loaded for scan: 1
[2022-08-13 08:01:12] [CL-TE-http-smuggling] [http] [low] https://XXXXXXXXX.web-security-
And the TE-CL
one against the same target (as expected)
nuclei -u https://XXXXXXXXX.web-security-academy.net -t nuclei-templates/TE-CL-http-smuggling.yaml
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[INF] Using Nuclei Engine 2.7.5 (latest)
[INF] Using Nuclei Templates 9.1.5 (latest)
[INF] Templates added in last update: 58
[INF] Templates loaded for scan: 1
[INF] No results found. Better luck next time!
But trying both e.g. 2 templates:
nuclei -u https://XXXXXXXXX.web-security-academy.net -t nuclei-templates/
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[INF] Using Nuclei Engine 2.7.5 (latest)
[INF] Using Nuclei Templates 9.1.5 (latest)
[INF] Templates added in last update: 58
[INF] Templates loaded for scan: 2
[INF] No results found. Better luck next time!
Yields no results. I tried -c 1
concurrency etc but always yields no results when > 1 templates.
@alexanderkent mentioned behavior should be fixed with the latest release - https://github.com/projectdiscovery/nuclei/releases/tag/v2.7.6
CL.TE :
TE.CL :