25 lines
401 B
YAML
25 lines
401 B
YAML
|
id: babepedia
|
||
|
|
||
|
info:
|
||
|
name: babepedia
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-porn,babepedia
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.babepedia.com/user/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "'s Page</title>"
|