nuclei/integration_tests/http
Ramana Reddy c8a7df98f3
fix removing double slash prefix in raw req path (#3960)
* update utils lib

* add integration test on unsafe:false

* fix build error

---------

Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2023-08-04 00:56:32 +05:30
..
annotation-timeout.yaml Fixed request annotation based timeout bugs + tests + misc (#2476) 2022-08-23 12:45:55 +05:30
cl-body-with-header.yaml Adding content length edge cases (#3147) 2023-01-07 18:06:44 +05:30
cl-body-without-header.yaml Adding content length edge cases (#3147) 2023-01-07 18:06:44 +05:30
cli-with-constants.yaml Adding support for constants (#3692) 2023-05-25 22:02:35 +05:30
custom-attack-type.yaml Added attack-type option to override template attack-type (#2724) 2022-10-19 03:51:45 +05:30
default-matcher-condition.yaml Issue 3350 matcher condition or not work (#3397) 2023-03-15 20:45:44 +05:30
disable-path-automerge.yaml Add template option to disable merging target url path with raw request path (#3799) 2023-06-19 20:22:17 +05:30
disable-redirects.yaml disable redirects flag 2022-04-27 11:19:44 -05:00
dsl-functions.yaml Adding jarm helper via dsl (#3906) 2023-07-14 21:24:12 +05:30
dsl-matcher-variable.yaml add unit and integration tests for dsl variable #555 2021-11-30 20:20:43 +05:30
get-all-ips.yaml Adding support to scan all v4/v6 IPs (#2709) 2022-11-09 18:48:56 +05:30
get-case-insensitive.yaml Add integration tests for case-insensitive flag 2021-10-29 19:11:57 +03:00
get-headers.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
get-host-redirects.yaml Adding same host redirect support (#2655) 2022-09-29 04:11:28 +05:30
get-override-sni.yaml Adding SNI override via request annotations (#1970) 2022-05-12 16:43:56 +05:30
get-query-string.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
get-redirects-chain-headers.yaml Fixed some edge cases with status codes in redirect chains 2021-11-09 17:55:42 +05:30
get-redirects.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
get-sni-unsafe.yaml Adding CLI SNI support to unsafe http (#2077) 2022-05-27 21:53:07 +05:30
get-sni.yaml Fix wrong template loading in dev branch (#3629) 2023-05-02 15:12:55 +05:30
get-without-scheme.yaml Adding support to scan all v4/v6 IPs (#2709) 2022-11-09 18:48:56 +05:30
get.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
http-paths.yaml fix removing double slash prefix in raw req path (#3960) 2023-08-04 00:56:32 +05:30
interactsh-stop-at-first-match.yaml Replacing ccache with generic gcache (#3523) 2023-04-16 23:19:35 +05:30
interactsh.yaml Added interactsh based template to integration test 2021-09-16 21:29:58 +05:30
matcher-status.yaml fix showing multiple failure matches per template on -ms set (#3770) 2023-06-30 23:32:00 +05:30
post-body.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
post-json-body.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
post-multipart-body.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
race-multiple.yaml adding integration tests for single/multiple race conditions requests 2022-01-18 14:15:15 +01:00
race-simple.yaml adding integration tests for single/multiple race conditions requests 2022-01-18 14:15:15 +01:00
raw-cookie-reuse.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-dynamic-extractor.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-get-query.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-get.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-path-trailing-slash.yaml fix missing trailing slash (#3127) 2023-01-03 23:45:34 +05:30
raw-payload.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-post-body.yaml Start of work on testing infrastructure 2021-02-25 23:32:43 +05:30
raw-unsafe-path.yaml fix removing double slash prefix in raw req path (#3960) 2023-08-04 00:56:32 +05:30
raw-unsafe-request.yaml fixed unsafe test 2021-11-09 16:11:11 +05:30
raw-unsafe-with-params.yaml aws signer: fix missing x-content-sha256 header (#3601) 2023-05-01 12:15:35 +05:30
raw-with-params.yaml aws signer: fix missing x-content-sha256 header (#3601) 2023-05-01 12:15:35 +05:30
redirect-match-url.yaml Added redirected matched URL + stop-at-first-match for redirect chains (#2050) 2022-05-30 15:19:09 +05:30
request-condition-new.yaml Fixed bug with request condition + tests 2021-03-09 14:45:04 +05:30
request-condition.yaml Adding automatic request condition detection (#2707) 2022-10-15 15:19:04 +05:30
save-extractor-values-to-file.yaml duplicated params in self contained requests (#3608) 2023-04-26 12:35:07 +05:30
self-contained-file-input.yaml fix file input in custom vars for self contained http template (#3385) 2023-03-04 04:57:27 +05:30
self-contained-with-params.yaml duplicated params in self contained requests (#3608) 2023-04-26 12:35:07 +05:30
self-contained-with-path.yaml aws signer: fix missing x-content-sha256 header (#3601) 2023-05-01 12:15:35 +05:30
self-contained.yaml fixing ip/hostname for windows self-contained templates 2021-12-20 16:23:36 +01:00
stop-at-first-match-with-extractors.yaml Fixing exit at first match with extractors 2022-02-01 11:25:29 +01:00
stop-at-first-match.yaml Fixing exit at first match with extractors 2022-02-01 11:25:29 +01:00
variable-dsl-function.yaml Issue 3564 var override (#3599) 2023-05-02 23:49:56 +05:30
variables.yaml Evaluate payload variables (#3503) 2023-04-12 01:50:58 +05:30