Sha256: c35352496f938d6e54d6a99eadbeada342e470d7e9ac627cf415c5f861c94cfe
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
# ronin-email-addr 1 "May 2022" Ronin "User Manuals" ## SYNOPSIS `ronin email-addr` [*options*] [*EMAIL_ADDR* ...] ## DESCRIPTION Processes one or more email addresses. ## OPTIONS `-i`, `--input` *FILE* Optional input file to read the email addresses from. `-O`, `--obfuscate` Obfuscates the given email address(es). `--enum-obfuscations` Enumerate over every possible obfuscation of the given email address(es). `-D`, `--deobfuscate` Deobfuscates the given email address(es). `-n`, `--name` Extracts the Name part of the email address(es). `-m`, `--mailbox` Extracts the mailbox part of the email address(es). `-d`, `--domain` Extracts the domain part of the email address(es). `-N`, `--normalize` Normalizes the given email address(es) by removing the Name, routing, and mailbox tag. `-h`, `--help` Print help information ## EXAMPLES Deobfuscates an email address: $ ronin email-addr --deobfuscate "john{DOT}smith{AT}example{DOT}com"' Extracts the domain name from a list of email addresses: $ ronin email-addr --input emails.txt --domain ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.0.0.beta4 | man/ronin-email-addr.1.md |
ronin-2.0.0.beta3 | man/ronin-email-addr.1.md |
ronin-2.0.0.beta2 | man/ronin-email-addr.1.md |
ronin-2.0.0.beta1 | man/ronin-email-addr.1.md |