0xjgv / node-tools

CLI Node.js tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

You need to have Node.js installed. Tested with Node.js = 12.14.0 Clone this git repo git clone git@github.com:juansgaitan/node-tools.git

Add the path to this repo to your PATH by editing your .bashrc or .bash_profile.

# ...
export PATH="/path/to/this/repo:$PATH"
# ...

Commands

Follow redirects (fredirect)

cat urls.txt | fredirect

fredirect URL

Have I been pwned?

cat emails.txt | pwned

pwned EMAIL

About

CLI Node.js tools


Languages

Language:JavaScript 100.0%