diff --git a/miscellaneous/x-recruiting-header.yaml b/miscellaneous/x-recruiting-header.yaml new file mode 100644 index 00000000000..a595fe40830 --- /dev/null +++ b/miscellaneous/x-recruiting-header.yaml @@ -0,0 +1,28 @@ +id: x-recruiting-header + +info: + name: X-Recruiting Header + author: geeknik + severity: info + description: Websites that advertise jobs via HTTP headers + reference: + - https://www.shodan.io/search?query=%22X-Recruiting%3A%22 + tags: hiring,jobs,employment + +requests: + - method: GET + path: + - "{{BaseURL}}" + + redirects: true + matchers: + - type: word + words: + - 'X-Recruiting:' + part: header + + extractors: + - type: regex + regex: + - 'X-Recruiting:.*' + part: header