From af96901d3fae7d79a2a7c2fc7cf60d166d8e1c9c Mon Sep 17 00:00:00 2001 From: Shivam Kamboj Dattana Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Added template for cowboy-detect --- cowboy-detect.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cowboy-detect.yaml diff --git a/cowboy-detect.yaml b/cowboy-detect.yaml new file mode 100644 index 0000000000..53a56edff0 --- /dev/null +++ b/cowboy-detect.yaml @@ -0,0 +1,25 @@ +id: cowboy-detect + +info: + name: Cowboy - Detect + author: sechunt3r + severity: info + description: Cowboy was detected. + reference: + - https://github.com/ninenines/cowboy + metadata: + verified: true + shodan-query: "cowboy" + tags: tech,cowboy,detect + +requests: + - method: GET + path: + - "{{BaseURL}}/" + + matchers-condition: and + matchers: + - type: word + words: + - "Server: Cowboy" + part: hea \ No newline at end of file