Skip to content

Commit

Permalink
fixed path based sqli integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed May 7, 2024
1 parent 6e2ad5c commit 7a62bba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration_tests/fuzz/fuzz-path-sqli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ http:

fuzzing:
- part: path
type: replace-regex
type: replace
mode: single
replace-regex: '/(.*?/)([0-9]+)(/.*)?'
fuzz:
- '/${1}${2}{{pathsqli}}${3}'
- '{{pathsqli}}'

matchers:
- type: status
Expand Down

0 comments on commit 7a62bba

Please sign in to comment.