46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
id: fusionauth-admin-panel
|
|
|
|
info:
|
|
name: FusionAuth Admin Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:fusionauth:fusionauth:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
product: fusionauth
|
|
shodan-query: title:"FusionAuth"
|
|
vendor: fusionauth
|
|
verified: true
|
|
tags: panel,fusionauth,detect,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/oauth2/authorize"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Login | FusionAuth'
|
|
- 'FusionAuth.OAuth2'
|
|
- 'content="FusionAuth'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'FusionAuth\.Version = "([0-9.]+)";'
|
|
# digest: 490a0046304402201b652b5b5d98f5ed5405ac9e2288d0993b87da9475730237e8a1793a994f648a02200c2f7e1a73e6d60533817429ed03bdad16e698f993d44669f4ad57da42c7d11e:922c64590222798bb761d5b6d8e72950 |