nuclei-templates/takeovers/announcekit-takeover.yaml

26 lines
552 B
YAML
Raw Normal View History

2021-08-16 17:33:21 +00:00
id: announcekit-takeover
2021-08-16 16:01:41 +00:00
info:
name: Announcekit Takeover Detection
author: melbadry9
severity: high
2021-08-16 17:33:21 +00:00
tags: takeover,announcekit
reference:
2021-08-16 16:06:05 +00:00
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/dangling-dns-announcekit
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/228
2021-08-16 16:01:41 +00:00
requests:
- method: GET
2022-03-11 17:04:40 +00:00
path:
- "{{BaseURL}}"
2021-08-16 16:01:41 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Error 404 - AnnounceKit'
2021-08-16 16:59:39 +00:00
2021-08-16 16:01:41 +00:00
- type: status
status:
2021-08-16 16:06:05 +00:00
- 404