Update umami-panel.yaml

patch-2
M. Dehghani 2024-05-13 12:28:22 +03:30 committed by GitHub
parent a8a2c05530
commit bbfb734196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 1 deletions

View File

@ -15,6 +15,8 @@ info:
shodan-query: http.favicon.hash:-130447705
tags: panel,umami,login,detect
flow: http(1) && http(2)
http:
- method: GET
path:
@ -35,4 +37,19 @@ http:
- type: dsl
dsl:
- "status_code==200 && (\"-130447705\" == mmh3(base64_py(body)))"
# digest: 490a00463044022029194c0dffdde61fa306eed121e4193ed634878016007b77b6f7b55c3f9de11102204cddda016f7544b4b498c462c250522872b003cfeb36e329adecf572b1516411:922c64590222798bb761d5b6d8e72950
http:
- method: GET
path:
- "{{BaseURL}}/~404"
matchers:
- type: status
status:
- 404
extractors:
- type: regex
part: body
regex:
- 'v(?P<version>\d+\.\d+\.\d+)'