man/ronin-host.1.md in ronin-2.0.5 vs man/ronin-host.1.md in ronin-2.1.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-host 1 "2023-02-01" Ronin "User Manuals" +## NAME + +ronin-host - Processes hostname(s) + ## SYNOPSIS `ronin host` [*options*] {*HOST* ... \| `--file` *FILE*} ## DESCRIPTION @@ -9,65 +13,65 @@ Processes hostname(s) and performs DNS queries. ## ARGUMENTS *HOST* - A host name argument to query. +: A host name argument to query. ## OPTIONS `-f`, `--file` *FILE* - Optional file to read values from. +: Optional file to read values from. `--subdomain` *SUBNAME* - Converts the hostname to a sub-domain. +: Converts the hostname to a sub-domain. `-d`, `--domain` - Converts the hostname to a domain. +: Converts the hostname to a domain. `-T`, `--tld` - Converts the hostname to it's TLD. +: Converts the hostname to it's TLD. `-s`, `--suffix` - Converts the hostname to it's suffix. +: Converts the hostname to it's suffix. `-S`, `--change-suffix` *SUFFIX* - Changes the suffix of each hostname. +: Changes the suffix of each hostname. `--enum-tlds` - Enumerates over every TLD. +: Enumerates over every TLD. `--enum-suffixes`[`=``icann`|`private`] - Enumerates over every public suffix. An optional value of `icann` or `private` +: Enumerates over every public suffix. An optional value of `icann` or `private` can be given to only enumerate ICANN suffixes or private suffixes. `--enum-subdomains` *FILE* - Enumerates over every subdomain from the given *FILE* and for the given +: Enumerates over every subdomain from the given *FILE* and for the given hostname. `-N`, `--nameserver` *HOST*|*IP* - Send DNS queries to the nameserver. +: Send DNS queries to the nameserver. `-I`, `--ips` - Converts the hostname to it's IP addresses. +: Converts the hostname to it's IP addresses. `-r`, `--registered` - Filters hostnames that are registered. +: Filters hostnames that are registered. `-u`, `--unregistered` - Filters hostnames that are unregistered. +: Filters hostnames that are unregistered. `-A`, `--has-addresses` - Filters hostnames that have addresses. +: Filters hostnames that have addresses. `-H`, `--has-records` `A`\|`AAAA`\|`ANY`\|`CNAME`\|`HINFO`\|`LOC`\|`MINFO`\|`MX`\|`NS`\|`PTR`\|`SOA`\|`SRV`\|`TXT`\|`WKS` - Filters hostnames that have a certain DNS record type. +: Filters hostnames that have a certain DNS record type. `-t`, `--query` `A`\|`AAAA`\|`ANY`\|`CNAME`\|`HINFO`\|`LOC`\|`MINFO`\|`MX`\|`NS`\|`PTR`\|`SOA`\|`SRV`\|`TXT`\|`WKS` - Queries a specific type of DNS record. +: Queries a specific type of DNS record. `-h`, `--help` - Print help information. +: Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>