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
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "name") && contains(body, "username") && contains(body, "email")'
|
||||
- 'contains(content_type, "text/html")'
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"name":'
|
||||
- '"username":'
|
||||
- '"email":'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue