nuclei-templates/http/miscellaneous/defaced-website-detect.yaml

29 lines
530 B
YAML
Raw Normal View History

2023-08-19 05:35:01 +00:00
id: defaced-website-detect
2023-08-18 19:12:07 +00:00
info:
2023-08-19 05:35:01 +00:00
name: Defaced Website - Detection
2023-08-18 19:12:07 +00:00
author: ggranjus
severity: info
description: The detected website is defaced.
metadata:
verified: 'true'
shodan-query: http.title:"Hacked By"
max-request: 1
tags: defacement,misc
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: regex
2023-08-19 05:35:01 +00:00
part: body
2023-08-18 19:12:07 +00:00
regex:
- '(?i)<title>.*Hacked( By .+)?<\/title>'
2023-08-19 05:35:01 +00:00
2023-08-18 19:12:07 +00:00
extractors:
- type: xpath
xpath:
- '/html/head/title'