minor update

patch-2
Dhiyaneshwaran 2024-05-13 12:46:14 +05:30 committed by GitHub
parent 5d93d29b13
commit 02f99c71ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -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)))"