Merge pull request #8420 from projectdiscovery/fix-fp-joomla
Update joomla-com-booking-component.yamlpatch-1
commit
0dbb1466cd
|
@ -21,10 +21,22 @@ http:
|
||||||
GET /index.php?option=com_booking&controller=customer&task=getUserData&id=123 HTTP/1.1
|
GET /index.php?option=com_booking&controller=customer&task=getUserData&id=123 HTTP/1.1
|
||||||
|
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: word
|
||||||
dsl:
|
part: body
|
||||||
- 'status_code == 200'
|
words:
|
||||||
- 'contains(body, "name") && contains(body, "username") && contains(body, "email")'
|
- '"name":'
|
||||||
- 'contains(content_type, "text/html")'
|
- '"username":'
|
||||||
|
- '"email":'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "text/html"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue