mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create x-recruiting-header.yaml
This commit is contained in:
28
miscellaneous/x-recruiting-header.yaml
Normal file
28
miscellaneous/x-recruiting-header.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user