nuclei-templates/exposures/configs/awstats-script.yaml

29 lines
528 B
YAML
Raw Normal View History

2021-02-23 09:06:43 +00:00
id: awstats-script
info:
name: AWStats script
author: sheikhrishad
severity: info
2022-01-21 09:54:20 +00:00
tags: config,exposure,awstats
2021-02-23 09:06:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/awstats.pl"
- "{{BaseURL}}/logs/awstats.pl"
- "{{BaseURL}}/webstats/awstats.pl"
matchers-condition: and
matchers:
- type: word
words:
- "Do not remove this line"
- type: word
2022-01-21 09:54:20 +00:00
part: header
2021-02-23 09:06:43 +00:00
words:
- "application/x-perl"
- type: status
status:
- 200