updated matcher
parent
21339018c9
commit
5c2bc51f72
|
@ -1,10 +1,10 @@
|
|||
id: cal
|
||||
|
||||
info:
|
||||
name: cal
|
||||
name: Cal
|
||||
author: olearycrew
|
||||
description: This OSINT template looks for information about a user name.
|
||||
severity: info
|
||||
description: This OSINT template looks for information about a user name.
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
|
@ -22,10 +22,10 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'username":'
|
||||
- 'username":"{{user}}"'
|
||||
- '"email":'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue