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

33 lines
631 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://webtechsurvey.com/response-header/x-recruiting
2022-10-08 07:21:00 +00:00
metadata:
verified: true
shodan-query: "X-Recruiting:"
2022-10-11 07:58:10 +00:00
tags: misc,hiring,jobs,employment
2022-10-07 19:54:18 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
2022-10-08 07:21:00 +00:00
max-redirects: 2
2022-10-07 19:54:18 +00:00
matchers:
- type: word
2022-10-11 07:58:10 +00:00
part: header
2022-10-07 19:54:18 +00:00
words:
- 'X-Recruiting:'
extractors:
- type: regex
2022-10-08 07:21:00 +00:00
part: header
2022-10-07 19:54:18 +00:00
regex:
- 'X-Recruiting:.*'