Merge pull request #3466 from Akokonunes/patch-100

Create graphite-browser-detect.yaml
patch-1
Prince Chaddha 2022-01-03 09:59:43 +05:30 committed by GitHub
commit f9f164b35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: graphite-browser
info:
name: Graphite Browser Panel
author: 0x_Akoko
severity: info
reference: https://graphiteapp.org/
metadata:
shodan-query: http.title:"Graphite Browser"
tags: graphite,panel
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Graphite Browser</title>"
- type: status
status:
- 200