Merge pull request #8420 from projectdiscovery/fix-fp-joomla

Update joomla-com-booking-component.yaml
patch-1
Prince Chaddha 2023-10-19 16:04:20 +05:30 committed by GitHub
commit 0dbb1466cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 5 deletions

View File

@ -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