https://github.com/SmoZy92/Shodomain
Shodan subdomain finder
https://github.com/SmoZy92/Shodomain
Last synced: 5 months ago
JSON representation
Shodan subdomain finder
- Host: GitHub
- URL: https://github.com/SmoZy92/Shodomain
- Owner: SmoZy92
- Created: 2020-01-28T23:08:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T13:22:36.000Z (about 5 years ago)
- Last Synced: 2023-03-02T06:09:26.541Z (about 2 years 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.
### 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`