minor update
parent
5d93d29b13
commit
02f99c71ff
|
@ -4,7 +4,8 @@ info:
|
|||
name: JFrog Login Panel - Detect
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
description: JFrog login panel was detected.
|
||||
description: |
|
||||
JFrog login panel was detected.
|
||||
reference:
|
||||
- https://www.exploit-db.com/ghdb/6797
|
||||
classification:
|
||||
|
@ -13,6 +14,7 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"JFrog"
|
||||
verified: true
|
||||
tags: panel,jfrog,edb,detect,login
|
||||
|
||||
http:
|
||||
|
@ -21,7 +23,8 @@ http:
|
|||
- '{{BaseURL}}/ui/login/'
|
||||
- '{{BaseURL}}/ui/favicon.ico'
|
||||
|
||||
matchers-condition: and
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
|
@ -30,4 +33,4 @@ http:
|
|||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200 && (\"-595620639\" == mmh3(base64_py(body)))"
|
||||
- "status_code==200 && (\"-595620639\" == mmh3(base64_py(body)))"
|
||||
|
|
Loading…
Reference in New Issue