Email Extractor
ID: email-extractor
Severity: info
Author: panch0r3d
Tags: miscellaneous,misc,email,generic
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: email-extractor
info: name: Email Extractor author: panch0r3d severity: info metadata: max-request: 1 tags: miscellaneous,misc,email,generic
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)"# digest: 4a0a00473045022100f061ca9d18554fcfb52a18377e9fcc9a4e2d96cba3fc0c7f1dfef37a3deb9b88022026eabcfb14e18efd749963bbcb9bc441b46e06d8dddcc282b1f98e891cd80c79:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/miscellaneous/email-extractor.yaml"