nuclei-templates/miscellaneous/x-recruiting-header.yaml

29 lines
542 B
YAML
Raw Normal View History

2022-10-07 19:54:18 +00:00
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