Skip to content

Cowboy - Detect

ID: cowboy-detect

Severity: info

Author: sechunt3r

Tags: tech,cowboy,detect

Cowboy was detected.

id: cowboy-detect
info:
name: Cowboy - Detect
author: sechunt3r
severity: info
description: Cowboy was detected.
reference:
- https://github.com/ninenines/cowboy
metadata:
verified: true
max-request: 1
shodan-query: "cowboy"
tags: tech,cowboy,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "Server: Cowboy"
case-insensitive: true
# digest: 4b0a00483046022100cda165ca67519bcb34d0cfb593da3018c8512fffa249f57575832a0d88820d3a022100ae7408da860acb9060a10181cd87ec9806b968671554835f703ef9321c81db12:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/cowboy-detect.yaml"

View on Github