Sha256: 7600964e7d1abdf0eee2f0ce5bbbd100c8c6bb71dc9c97dcc38cced5ae255d76
Contents?: true
Size: 921 Bytes
Versions: 3
Compression:
Stored size: 921 Bytes
Contents
# ronin-masscan-convert 1 "2023-03-01" Ronin Masscan "User Manuals" ## NAME ronin-masscan-convert - Converts an masscan scan file to JSON or CSV ## SYNOPSIS `ronin-masscan convert` [`--format` `json`\|`csv`] *INPUT_FILE* [*OUTPUT_FILE*] ## DESCRIPTION Converts an masscan scan file to JSON or CSV. ## ARGUMENTS *INPUT_FILE* : The masscan scan file to import. *OUTPUT_FILE* : The optional output file to write to. ## OPTIONS `-I`, `--input-format` `binary`\|`list`\|`json`\|`ndjson` : Specifies the format of the *INPUT_FILE*. If not specified the input format will be inferred from the *INPUT_FILE* file extension. `-F`, `--format` `json`|`csv` : Sets the output conversion format to JSON or CSV. If the option is not given, the output conversion format Will be inferred from the *OUTPUT_FILE* file extension. `-h`, `--help` : Print help information ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-masscan-0.1.1 | man/ronin-masscan-convert.1.md |
ronin-masscan-0.1.0 | man/ronin-masscan-convert.1.md |
ronin-masscan-0.1.0.rc1 | man/ronin-masscan-convert.1.md |