25 lines
450 B
YAML
25 lines
450 B
YAML
|
id: archive-of-our-own-account
|
||
|
|
||
|
info:
|
||
|
name: Archive Of Our Own Account
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-hobby,archive-of-our-own-account
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://archiveofourown.org/users/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- ">Profile<"
|