Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/R0X4R/snetra
A Python based scanner uses shodan-internetdb to scan the IP.
https://github.com/R0X4R/snetra
bugbounty penetration-testing penetration-testing-tools python3 shodan
Last synced: about 2 months ago
JSON representation
A Python based scanner uses shodan-internetdb to scan the IP.
- Host: GitHub
- URL: https://github.com/R0X4R/snetra
- Owner: R0X4R
- License: mit
- Created: 2022-02-16T10:59:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T14:57:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T07:35:24.221Z (2 months ago)
- Topics: bugbounty, penetration-testing, penetration-testing-tools, python3, shodan
- Language: Python
- Homepage: https://pypi.org/project/snetra
- Size: 539 KB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - R0X4R/snetra - A Python based scanner uses shodan-internetdb to scan the IP. (Python)
README
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](static/snetra.png)
**Inspired from:** [`https://gitlab.com/shodan-public/nrich`](https://gitlab.com/shodan-public/nrich)
---