Sha256: e530d6cd407532bb73f87b6d71db9c5ac210849223456dbb979155c9edb6b176

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

# ronin-host 1 "2023-02-01" 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`, `--unregistered`
  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

1 entries across 1 versions & 1 rubygems

Version Path
ronin-2.0.1 man/ronin-host.1.md