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