All Projects → pathetiq → ShoScan

pathetiq / ShoScan

Licence: GPL-3.0 license
Shodan Port Scanner

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ShoScan

ShodanCPP
ShodanCPP is a С++ library for accessing the Shodan API.
Stars: ✭ 18 (-52.63%)
Mutual labels:  shodan, shodan-api
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (-42.11%)
Mutual labels:  shodan, shodan-api
thelordseye
thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV's, Fridges, Webcams, Traffic Lights etc).
Stars: ✭ 30 (-21.05%)
Mutual labels:  shodan, shodan-api
Shodan-RPi
A simple SSH bruteforce script targeting (not necessarily) Raspbian devices.
Stars: ✭ 13 (-65.79%)
Mutual labels:  shodan, shodan-api
shodan
🌑 R package to work with the Shodan API
Stars: ✭ 16 (-57.89%)
Mutual labels:  shodan, shodan-api
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (+126.32%)
Mutual labels:  shodan, shodan-api
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (+10.53%)
Mutual labels:  shodan
Knock
🔑 Scan the entire internet for SSH and Telnet services. Then hack them.
Stars: ✭ 60 (+57.89%)
Mutual labels:  shodan
Mihari
A helper to run OSINT queries & manage results continuously
Stars: ✭ 239 (+528.95%)
Mutual labels:  shodan
Djangohunter
Tool designed to help identify incorrectly configured Django applications that are exposing sensitive information.
Stars: ✭ 212 (+457.89%)
Mutual labels:  shodan
Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
Stars: ✭ 17 (-55.26%)
Mutual labels:  shodan
beholder scanner
一款监控端口变化的系统——beholder_scanner端
Stars: ✭ 63 (+65.79%)
Mutual labels:  portscanner
Z0172CK-Tools
Hacking Tools Z0172CK
Stars: ✭ 31 (-18.42%)
Mutual labels:  shodan
osint-combiner
Combining OSINT sources in Elastic Stack
Stars: ✭ 77 (+102.63%)
Mutual labels:  shodan
mmhdan
Calculate fingerprints of a website for OSINT search
Stars: ✭ 35 (-7.89%)
Mutual labels:  shodan
portsscan
A web client port-scanner written in GO, that supports the WASM/WASI interface for Browser WebAssembly runtime execution.
Stars: ✭ 68 (+78.95%)
Mutual labels:  portscanner
Grinder
🔎 Python framework to automatically discover and enumerate hosts from different back-end systems (Shodan, Censys)
Stars: ✭ 209 (+450%)
Mutual labels:  shodan
porthog
Identify which process is using a specific port.
Stars: ✭ 27 (-28.95%)
Mutual labels:  portscanner
PSnmap
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation
Stars: ✭ 37 (-2.63%)
Mutual labels:  portscanner
common-osint-model
Converting data from services like Censys and Shodan to a common data model
Stars: ✭ 35 (-7.89%)
Mutual labels:  shodan

Shodan.io Port Scanning

A simple python script to scan multiple IPs through Shodan using the search API.

Usage

  • Open shoscan.py and update your SHODAN_API_KEY value.
  • pip install -r requirements.txt
  • compile a file (inputIpListFile.txt) with a list of IPs, 1 IP per line
  • python shoscan.py -f inputIpListFile.txt
  • Enjoy your results in csv files and in your console

Todos

  • Remove duplicates from the full results.csv
  • Support other search function from Shodan API?

Help making this little tool better?

Please submit issues with your Pull Requests

Short results

  • IP
  • Port
  • Protocol

Full results: SHODAN Search Response - Data Returned

  • city
  • region_code
  • os
  • tags
  • ip
  • isp
  • area_code
  • dma_code
  • last_update
  • country_code3
  • country_name
  • hostnames
  • postal_code
  • longitude
  • country_code
  • ip_str
  • latitude
  • org
  • data
    • asn
    • hash
    • tags
    • ip
    • isp
    • transport
    • data
    • port
    • ssl
    • hostnames
    • location
    • timestamp
    • domains
    • org
    • os
    • _shodan
    • opts
    • ip_str
  • asn
  • ports
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].