dsl matchers - update
parent
2b03e2782d
commit
414b21ffb2
|
@ -34,18 +34,12 @@ http:
|
|||
GET /admin.php?page=user_activity HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
||||
host-redirects: true
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body_2
|
||||
words:
|
||||
- 'Warning: [mysql error'
|
||||
- 'INSERT INTO'
|
||||
- 'SQL syntax;'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code_2 == 200"
|
||||
- "contains(body_2,'Warning: [mysql error') && contains(body_2,'INSERT INTO') && contains(body_2,'SQL syntax;')"
|
||||
|
|
Loading…
Reference in New Issue