2024-04-23 05:53:15 +00:00
|
|
|
id: bonobo-server-panel
|
2024-04-22 20:15:32 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Bonobo Git Server Login Panel - Detect
|
|
|
|
author: bhutch
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Bonobo Git Server login panel was detected.
|
|
|
|
metadata:
|
2024-04-23 05:53:15 +00:00
|
|
|
verified: true
|
2024-04-23 13:25:48 +00:00
|
|
|
max-request: 2
|
|
|
|
shodan-query: http.favicon.hash:-219625874
|
|
|
|
tags: panel,bonobo,git,login,detect
|
2024-04-22 20:15:32 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/git"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<a href="https://github.com/jakubgarfield/Bonobo-Git-Server">'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)bonobo git server \((.*)\)'
|
2024-04-23 13:30:43 +00:00
|
|
|
# digest: 4a0a00473045022018f4fb6f144e0c0797a0dbd56483a50d32639f079141a0ff0928451deb1f45600221008ee83aa47cad2848439cf9632a05c14c34ba0bb36afd80a31809ce7cbb5f638f:922c64590222798bb761d5b6d8e72950
|