An open API service indexing awesome lists of open source software.

https://github.com/micheleriva/shoulditrust

🤔Check if an IP address is safe or not!
https://github.com/micheleriva/shoulditrust

blacklist blacklist-ips hack hacking internet-security-protocols ip nodejs ping security security-tools tcp

Last synced: about 2 months ago
JSON representation

🤔Check if an IP address is safe or not!

Awesome Lists containing this project

README

          

# 🤔 Should I Trust

Check if an IP address is safe or not

Highly inspired from [jgamblin](https://github.com/jgamblin) work: [Is this IP bad?](https://github.com/jgamblin/isthisipbad)

# Installation

Install this script globally using yarn:

```bash
$ yarn global add shoulditrust
```

or npm:

```bash
$ npm install -g shoulditrust
```

# Usage

Simply check any valid IP address:

```bash
$ shoulditrust # => 0.0.0.0 is safe.
```

Remember to perform periodically database updates:

```bash
$ shoulditrust --update # or shoulditrust -u
```

# Contributing

There are many way you can contribute to this project:

- Adding new blacklist service url
- Improving the [regex](https://github.com/micheleriva/shoulditrust/blob/master/src/update.js#L52) used to extract IP addreses
- Propising new features

# License

[MIT](/LICENSE.md)