Check if an IP address is safe or not
Highly inspired from jgamblin work: Is this IP bad?
Install this script globally using yarn:
$ yarn global add shoulditrust
or npm:
$ npm install -g shoulditrust
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
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