0.1.0 • Published 6 years ago

shoulditrust v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

🤔 Should I Trust

Check if an IP address is safe or not

Highly inspired from jgamblin work: Is this IP bad?

Installation

Install this script globally using yarn:

$ yarn global add shoulditrust

or npm:

$ npm install -g shoulditrust

Usage

Simply check any valid IP address:

$ shoulditrust <ip-address> # => 0.0.0.0 is safe.

Remember to perform periodically database updates:

$ shoulditrust --update # or shoulditrust -u

Contributing

There are many way you can contribute to this project:

  • Adding new blacklist service url
  • Improving the regex used to extract IP addreses
  • Propising new features

License

MIT

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago