Metadata-Version: 2.1
Name: snetra
Version: 1.1
Summary: A Python based scanner uses shodan-internetdb to scan the IP.
Home-page: https://github.com/R0X4R/snetra
Author: Eshan Singh
Author-email: r0x4r@yahoo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

<h1 align="center">
<img src="https://github.com/R0X4R/snetra/raw/main/static/logo.png" width="30%">
</h1>

A python based script which takes IPs as stdin and scans for open ports and vulnerabilities using [`shodan-internetdb`](https://internetdb.shodan.io/)


> **Note:** _I made it just to check if I implement [`https://gitlab.com/shodan-public/nrich`](https://gitlab.com/shodan-public/nrich) in python or not._


#### **InternetDB**
The InternetDB API provides a fast way to see the open ports for an IP address. It gives a quick, at-a-glance view of the type of device that is running behind an IP address to help you make decisions based on the open ports.

#### **Installation**


```bash
$ pip3 install snetra
```

#### **Usage**


```bash
$ cat ip.list | snetra
```


![image.png](https://github.com/R0X4R/snetra/raw/main/static/snetra.png)

**Inspired from:** [`https://gitlab.com/shodan-public/nrich`](https://gitlab.com/shodan-public/nrich)


<br>

---


