2021-06-07 18:49:14 +00:00
|
|
|
id: email-extractor
|
2021-06-06 14:08:09 +00:00
|
|
|
|
|
|
|
info:
|
2021-06-07 18:49:14 +00:00
|
|
|
name: Email Extractor
|
2021-06-06 14:08:09 +00:00
|
|
|
author: panch0r3d
|
|
|
|
severity: info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: miscellaneous,misc,email,generic
|
2021-06-06 14:08:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-06 14:08:09 +00:00
|
|
|
- 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)"
|
2024-01-26 08:31:11 +00:00
|
|
|
# digest: 490a0046304402202b8b142e80d92228ef95e28c62725e893520a3b34040c794d56d8606cf4934bc02203dd023b783b4160902f396c2b1f03c56b3d6bfc0813c3f146499154f67e9a6bd:922c64590222798bb761d5b6d8e72950
|