nuclei-templates/takeovers/announcekit-takeover.yaml

32 lines
730 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
raw:
- |
2021-08-16 16:06:05 +00:00
GET / HTTP/1.1
2021-08-16 17:33:21 +00:00
Host: {{Hostname}}
2021-08-16 16:01:41 +00:00
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
redirects: true
max-redirects: 1
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