Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SmoZy92/Shodomain
Shodan subdomain finder
https://github.com/SmoZy92/Shodomain
Last synced: about 7 hours ago
JSON representation
Shodan subdomain finder
- Host: GitHub
- URL: https://github.com/SmoZy92/Shodomain
- Owner: SmoZy92
- Created: 2020-01-28T23:08:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T13:22:36.000Z (over 4 years ago)
- Last Synced: 2023-03-02T06:09:26.541Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 61
- Watchers: 3
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Shodomain
README
Shodomain
Shodan subdomain finder
### Introduction
Shodomain is a python script able to grab and print subdomains from shodan API.![demo](https://i.imgur.com/TiuvTD3.png)
### Requirements
Shodomain only works with `Python 2` and has the following depencies:- `sys`
- `requests`
- `json`To install these dependencies, navigate to Shodomain directory and execute `pip install -r requirements.txt`
### Usage
Using shodomain is pretty simple`python shodomain.py API-KEY example.com`