Skip to content

Seized Site

ID: seized-site

Severity: info

Author: rxerium

Tags: seized,miscellaneous,misc

This website has been seized by law enforcement

id: seized-site
info:
name: Seized Site
author: rxerium
severity: info
description: |
This website has been seized by law enforcement
metadata:
max-request: 1
verified: true
shodan-query: title:"THIS WEBSITE HAS BEEN SEIZED"
tags: seized,miscellaneous,misc
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "THIS WEBSITE HAS BEEN SEIZED"
- "This domain has been seized by the Federal Bureau of Investigation"
case-insensitive: true
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100c27890b5a87ccfe6f0fa6443b99a032e5929c93c98eadd49a79efdd7e48d3720022100a2af3881861329622d71deffc971fd02a9fb673a9aa4595ad0b00d7870d3b3de:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/miscellaneous/seized-site.yaml"

View on Github