diff --git a/exposed-panels/csod-panel.yaml b/exposed-panels/csod-panel.yaml new file mode 100644 index 0000000000..e4dbb8a17f --- /dev/null +++ b/exposed-panels/csod-panel.yaml @@ -0,0 +1,23 @@ +id: csod-panel + +info: + name: CornerStoneOnDemand Instance Detection Template + author: righettod + severity: info + description: Try to detect the presence of a CornerStoneOnDemand (CSOD - www.cornerstoneondemand.com) instance via the login page + tags: panel,csod + +requests: + - method: GET + path: + - "{{BaseURL}}/" + redirects: true + max-redirects: 5 + + matchers: + - type: word + words: + - "csod-custom" + - "csodcommon" + part: body + condition: or \ No newline at end of file