Sha256: 2c3a913b046d42c98980d6dd60af1c0d46ff14fdb992aee58059645607a78125

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

# ronin-host 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin host` [*options*] [*HOST* ...]

## DESCRIPTION

Processes hostname(s) and performs DNS queries.

## ARGUMENTS

*HOST*
  A host name argument to query.

## OPTIONS

`-f`, `--file` *FILE*
  Optional file to read values from.

`--subdomain` *SUBNAME*
  Converts the hostname to a sub-domain.

`-d`, `--domain`
  Converts the hostname to a domain.

`-T`, `--tld`
  Converts the hostname to it's TLD.

`-s`, `--suffix`
  Converts the hostname to it's suffix.

`-S`, `--change-suffix` *SUFFIX*
  Changes the suffix of each hostname.

`--enum-tlds`
  Enumerates over every TLD.

`--enum-suffixes`[`=``icann`|`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
  hostname.

`-N`, `--nameserver` *HOST*|*IP*
  Send DNS queries to the nameserver.

`-I`, `--ips`
  Converts the hostname to it's IP addresses.

`-r`, `--registered`
  Filters hostnames that are registered.

`-u`, `--unreigstered`
  Filters hostnames that are unregistered.

`-A`, `--has-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.

`-t`, `--query` `A`\|`AAAA`\|`ANY`\|`CNAME`\|`HINFO`\|`LOC`\|`MINFO`\|`MX`\|`NS`\|`PTR`\|`SOA`\|`SRV`\|`TXT`\|`WKS`
  Queries a specific type of DNS record.

`-h`, `--help`
  Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ronin-2.0.0 man/ronin-host.1.md
ronin-2.0.0.beta5 man/ronin-host.1.md
ronin-2.0.0.beta4 man/ronin-host.1.md
ronin-2.0.0.beta3 man/ronin-host.1.md
ronin-2.0.0.beta2 man/ronin-host.1.md
ronin-2.0.0.beta1 man/ronin-host.1.md