nuclei-templates/technologies/openx-detect.yaml

33 lines
562 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/index.php"
- "{{BaseURL}}/admin/index.php"
2021-07-28 05:20:31 +00:00
stop-at-first-match: true
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:
- '(.*)- http://www.openx.org'