Create fusionauth-admin-panel.yaml

patch-1
Ritik Chaddha 2023-11-06 17:13:40 +05:30 committed by GitHub
parent 88c866b96c
commit e90e2460d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: fusionauth-admin-panel
info:
name: FusionAuth Admin Panel - Detect
author: ritikchaddha
severity: info
metadata:
max-request: 1
verified: true
shodan-query: title:"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.]+)";'