domain-scanner-cli

0.0.3 • Public • Published

banner

Introduction

This is the official cli-tool for domain-scanner. It can perform various type of analysis against a given hostname. For example it can enumerate subdomains, emails, breaches and many more, of a given domain. For all the issues regarding the scanner, ensure to open issues in domain-scanner repository.

Installation

Install the module globally to access it from the command line:

$ npm install -g domain-scanner-cli
$ yarn global add domain-scanner-cli

Usage

You can get the informations and usage of the program by typing --help:

$ domain-scanner --help

  Options:

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


  Commands:

    scan [options] <domain>  Perform a scan for the given domain name.
    list-tasks               List all the domain-scanner available task.


  Examples:

    domain-scanner --help                         Print this usage informations
    domain-scanner scan --help                    Print the action specific informations

    domain-scanner list-tasks                     List all the available tasks/sections

    domain-scanner scan example.com               Perform the default scan (all sections)
    domain-scanner scan -s emails example.com     Perform the email section scan only

License

MIT © b4dnewz

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i domain-scanner-cli

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • b4dnewz