Sha256: 5fe2bbb483fa151b1c37cbcfd65aabc18e0c6d3c76796baa627a03e3814bf76a

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# ronin-email-addr 1 "2023-02-01" 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

1 entries across 1 versions & 1 rubygems

Version Path
ronin-2.0.1 man/ronin-email-addr.1.md