nuclei-templates/technologies/openx-detect.yaml

31 lines
496 B
YAML
Raw Normal View History

2021-07-28 05:20:31 +00:00
id: openx-detect
info:
name: OpenX detect
author: pikpikcu
severity: info
tags: tech,openx
requests:
- method: GET
path:
- "{{BaseURL}}/www/admin/"
2021-08-02 18:44:33 +00:00
matchers-condition: and
2021-07-28 05:20:31 +00:00
matchers:
- type: regex
part: body
regex:
- '<title>OpenX</title>'
2021-07-28 17:58:57 +00:00
- type: status
status:
- 200
2021-07-28 05:20:31 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'content="(.*)- http://www.openx.org">'