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