diff --git a/misconfiguration/unauth-selenium-grid.yaml b/misconfiguration/unauth-selenium-grid.yaml new file mode 100644 index 0000000000..c3eed1a32e --- /dev/null +++ b/misconfiguration/unauth-selenium-grid.yaml @@ -0,0 +1,25 @@ +id: unauth-selenium-grid + +info: + name: Unauthenticated Selenium Grid + author: pussycat0x + severity: high + metadata: + shodan-query: http.title:"Selenium Grid" + tags: misconfig,unauth + +requests: + - method: GET + path: + - "{{BaseURL}}ui/index.html" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Selenium Grid" + condition: and + - type: status + status: + - 200 \ No newline at end of file