@pown/whois
v2.2.0
Published
Pownage guaranteed
Downloads
2
Readme
Pown Whois
Library, utility and transform for whois operations.
Credits
This tool is part of secapps.com open-source initiative.
___ ___ ___ _ ___ ___ ___
/ __| __/ __| /_\ | _ \ _ \/ __|
\__ \ _| (__ / _ \| _/ _/\__ \
|___/___\___/_/ \_\_| |_| |___/
https://secapps.com
Quickstart
This tool is meant to be used as part of Pown.js but it can be invoked separately as an independent tool.
Install Pown first as usual:
$ npm install -g pown@latest
Invoke directly from Pown:
$ pown whois
Otherwise, install this module locally from the root of your project:
$ npm install @pown/whois --save
Once done, invoke pown cli:
$ POWN_ROOT=. ./node_modules/.bin/pown-cli whois
You can also use the global pown to invoke the tool locally:
$ POWN_ROOT=. pown whois
Usage
pown-cli [options] <command> [command options]
Commands:
pown-cli connect [address] Connect to addreess
pown-cli modules <command> Module manager [aliases: module, mo, m]
pown-cli preferences <command> Preferences [aliases: prefs]
pown-cli recon <command> Target recon
pown-cli request [url] Send requests
Options:
--version Show version number [boolean]
--help Show help [boolean]