50 lines
1.2 KiB
YAML
50 lines
1.2 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:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: fusionauth
|
|
product: fusionauth
|
|
shodan-query:
|
|
- title:"FusionAuth"
|
|
- http.title:"fusionauth"
|
|
fofa-query: title="fusionauth"
|
|
google-query: intitle:"fusionauth"
|
|
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: 4a0a00473045022100eda3c5325763a2cd3b1e288e6cbfcd89f6327cf2491bfb7a59b7c834e4cbf870022072dbe9eb8f02e694ca7ab7a1ce10e4fd91a21fb3be94559fd497414ef0f48e11:922c64590222798bb761d5b6d8e72950 |