rspotd-cli

Crates.iorspotd-cli
lib.rsrspotd-cli
version0.4.0
sourcesrc
created_at2024-04-23 20:18:45.247357
updated_at2024-04-24 19:07:35.938968
descriptionGenerate ARRIS/Commscope password-of-the-day for modems using rspotd library
homepagehttps://github.com/SnailShea/rspotd-cli
repository
max_upload_size
id1217977
size25,882
Shea Zerda (SnailShea)

documentation

README

rspotd-cli

Generate ARRIS/Commscope password-of-the-day for modems using rspotd library

Usage: rspotd-cli [OPTIONS]

Options:
  -s, --seed <SEED>                String of 4-8 characters, used in password generation to mutate output
  -d, --date <DATE>                Generate a password for the given date
  -D, --des                        Output DES representation of seed
  -f, --format <FORMAT>            Password output format, either text or json [possible values: json, text]
  -F, --date-format <DATE_FORMAT>  Format the date string; see date(1) for valid format syntaxw
  -o, --output <OUTPUT>            Password or list will be written to given filename; existing file will be overwritten
  -r, --range <START> <END>        Generate a list of passwords given start and end dates
  -v, --verbose                    Print output to console when writing to file
  -h, --help                       Print help
  -V, --version                    Print version
Commit count: 0

cargo fmt