0.1.0 • Published 7 years ago
shoulditrust v0.1.0
🤔 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 shoulditrustor npm:
$ npm install -g shoulditrustUsage
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 -uContributing
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