25 lines
394 B
YAML
25 lines
394 B
YAML
id: blogspot
|
|
|
|
info:
|
|
name: Blogspot
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-blog,blogspot
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "http://{{user}}.blogspot.com"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Blogger Template Style"
|