21 lines
414 B
YAML
21 lines
414 B
YAML
id: email-extractor
|
|
|
|
info:
|
|
name: Email Extractor
|
|
author: panch0r3d
|
|
severity: info
|
|
tags: misc,email,generic
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "[a-zA-Z0-9-_.]{4,}@[A-Za-z0-9_-]+[.](com|org|net|io|gov|co|co.uk|com.mx|com.br|com.sv|co.cr|com.gt|com.hn|com.ni|com.au|com.cn)"
|