Add 200 status checks
parent
41ccc60116
commit
b7b9161a5b
|
@ -49,6 +49,10 @@ requests:
|
|||
- '<input type="hidden" name="ip_address" value="127.0.0.1; ls;">'
|
||||
- "<input type='hidden' name='ip_address' value='127.0.0.1; ls;'>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
|
@ -49,6 +49,10 @@ requests:
|
|||
- '<input type="hidden" name="ip_address" value="127.0.0.1; ls;">'
|
||||
- "<input type='hidden' name='ip_address' value='127.0.0.1; ls;'>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue