31 lines
630 B
YAML
31 lines
630 B
YAML
|
id: perfsonar-toolkit
|
||
|
|
||
|
info:
|
||
|
name: perfSONAR Toolkit - Exposure
|
||
|
author: DhiyaneshDk
|
||
|
severity: medium
|
||
|
reference:
|
||
|
- https://www.facebook.com/photo?fbid=619180260252497&set=pcb.619180283585828
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"perfSONAR"
|
||
|
tags: misconfig,perfsonar,toolkit
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/toolkit/"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>perfSONAR Toolkit</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|