Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firatesatoglu/iot-searchengine
IOT Search Engine Scanner/Crawler/Scraper
https://github.com/firatesatoglu/iot-searchengine
binaryedge hunterhow iot-platform iot-search iotengine searchengine shodan-api shodan-search
Last synced: 3 months ago
JSON representation
IOT Search Engine Scanner/Crawler/Scraper
- Host: GitHub
- URL: https://github.com/firatesatoglu/iot-searchengine
- Owner: firatesatoglu
- Created: 2021-03-05T12:43:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T21:18:18.000Z (10 months ago)
- Last Synced: 2024-07-30T14:18:42.546Z (5 months ago)
- Topics: binaryedge, hunterhow, iot-platform, iot-search, iotengine, searchengine, shodan-api, shodan-search
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - firatesatoglu/iot-searchengine - IOT Search Engine Scanner/Crawler/Scraper (Python)
README
# IOT Search Engine Scanner/Crawler/Scraper
This tool is used to search for services on the internet. Easy to search for **Shodan**, **BinaryEdge**, **HunterHow**, **Censys**
You need to have API keys for Shodan, BinaryEdge, HunterHow, Censys to use this tool. **Set the API keys in the .env file**Usage;
usage: main.py [-h] keyword
positional arguments:
keyword Keyword to search for
options:
-h, --help show this help message and exit# Output:
#### example: python3 main.py "http.title:'ID_VC_Welcome' country:'tr'"
```
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 0, 1, 809978),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['skykom.net'],
'ip_address': '184.20',
'ip_location': 'TR'},
'port_info': {'port': '443',
'product': 'ssh',
'protocol': 'tcp',
'vulns': ['CVE-2023-38408',
'CVE-2016-20012',
'CVE-2018-15919',
'CVE-2023-51384',
'CVE-2023-51385',
'CVE-2019-6111',
'CVE-2019-6109']},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},{'discovered_date': datetime.datetime(2024, 3, 1, 11, 59, 53, 382829),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['ruzst.com'],
'ip_address': '8950',
'ip_location': 'TR'},
'port_info': {'port': '389',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},
{'discovered_date': datetime.datetime(2024, 3, 1, 11, 59, 55, 39271),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['per.com',
'ting.com.tr'],
'ip_address': '213.217',
'ip_location': 'TR'},
'port_info': {'port': '80',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},
{'discovered_date': datetime.datetime(2024, 3, 1, 11, 59, 55, 39276),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['perom',
'poyra.com.tr'],
'ip_address': '213.2387',
'ip_location': 'TR'},
'port_info': {'port': '443',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},
{'discovered_date': datetime.datetime(2024, 3, 1, 11, 59, 55, 39277),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['permm',
'pm.tr'],
'ip_address': '213',
'ip_location': 'TR'},
'port_info': {'port': '636',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},{'discovered_date': datetime.datetime(2024, 3, 1, 11, 59, 55, 39278),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['om',
'p'],
'ip_address': '80.117',
'ip_location': 'TR'},
'port_info': {'port': '389',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': "http.title:'ID_VC_Welcome' country:'tr'"},{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 30, 446608),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': [],
'ip_address': '2606:4700:20::681a:f35',
'ip_location': 'US'},
'port_info': {'port': '443',
'product': 'http',
'protocol': 'tcp',
'vulns': 'No Vulnerability Found'},
'search_keyword': 'm.tr'},
...
...No result found for http.title:'ID_VC_Welcome' country:'tr' in BinaryEdge
No result found for http.title:'ID_VC_Welcome' country:'tr' in HunterHow
No result found for http.title:'ID_VC_Welcome' country:'tr' in Censys```
#### example: python3 main.py hidden.com.tr
```
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 31, 626496),
'iot_engine': 'shodan',
'keyword_information': {'domain_name': ['tirsm'],
'ip_address': '195.155.137.101',
'ip_location': 'TR'},
'port_info': {'port': '25',
'product': 'smtp',
'protocol': 'tcp',
'vulns': ['CVE-2021-31206']},
'search_keyword': 'm.tr'},
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 33, 390519),
'iot_engine': 'binaryedge',
'ip_address': '88.255.87.140',
'port_info': '443',
'search_keyword': 'm.tr'},
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 33, 390522),
'iot_engine': 'binaryedge',
'ip_address': '88.255.87.140',
'port_info': '443',
'search_keyword': 'm.tr'},
'ip_address': '104.26.15.53'},
'port_info': '2082',
'search_keyword': 'm.tr'},
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 36, 299095),
'iot_engine': 'hunterhow',
'keyword_information': {'domain_name': 'www.m.tr',
'ip_address': '104.26.15.53'},
'port_info': '2086',
'search_keyword': 'm.tr'},
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 36, 299096),
'iot_engine': 'hunterhow',
'keyword_information': {'domain_name': 'm.tr',
'ip_address': '104.26.14.53'},
'port_info': '8080',
'search_keyword': 'm.tr'},
{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 36, 299097),
'iot_engine': 'hunterhow',
'keyword_information': {'domain_name': 'www.m.tr',
'ip_address': '172.67.70.22'},{'discovered_date': datetime.datetime(2024, 3, 1, 12, 7, 36, 299115),
'iot_engine': 'hunterhow',
'keyword_information': {'domain_name': 'www.m.tr',
'ip_address': '104.26.15.53'},
'port_info': '80',
'search_keyword': 'm.tr'}]
```#iot-search #shodan-search #binaryedge-search #hunterhow-search #searchengine #iotengine #iotenginesearch #icdsearch #icdengine-search