Files
nuclei-templates/technologies/apache/apache-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

32 lines
555 B
YAML

id: apache-detect
info:
name: Apache Detection
author: philippedelteil
severity: info
description: Some Apache servers have the version on the response header. The OpenSSL version can be also obtained
tags: tech,apache
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Apache+"
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server