nuclei-templates/takeovers/cargocollective-takeover.yaml

27 lines
509 B
YAML
Raw Normal View History

id: cargocollective-takeover
info:
2022-12-06 04:49:53 +00:00
name: CargoCollective Takeover Detection
2021-06-09 12:20:56 +00:00
author: pdteam
severity: high
reference:
2022-12-06 04:51:10 +00:00
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/152
2022-12-06 04:49:53 +00:00
tags: takeover,cargocollective
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
2021-06-06 06:37:19 +00:00
- '<div class="notfound">'
- '404 Not Found<br>'
2022-12-06 04:49:53 +00:00
condition: and