Update umami-panel.yaml
parent
a8a2c05530
commit
bbfb734196
|
@ -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+)'
|
||||
|
|
Loading…
Reference in New Issue