29 lines
542 B
YAML
29 lines
542 B
YAML
|
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
|