0.1.0 • Published 6 years ago

subquest-cli v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

subquest-cli

The cli module for subquest scanner.

Installation

In order to use it from the terminal you must install it as global module:

$ npm install -g subquest-cli

Commands

  • list: It take a string argument that identify the type of resource you want to list. (dictionaries, resolvers)
  • test: Test a given address as a valid DNS server.
  • scan: Scan a given hostname to enumerate subdomain addresses.

Usage

$ subquest --help

  Usage: subquest [options] [command]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    list <type>            List module built in resources by type (dictionaries, resolvers)
    test <server>          Test the input as a valid DNS server.
    scan [options] <host>  Scan the input to enumerate all subdomains.

License

MIT © Filippo Conti