Git Product home page Git Product logo

shodan-output-parser's Introduction

Shodan Wrapper and Results Filter

This repository contains a script to download search results from Shodan and filter specific fields from the results. The script extracts and simplifies the output, keeping only essential information. Additionally, it allows you to save the results in a JSON file and print detailed entries. The full JSON result from Shodan is always downloaded and saved locally in a GZIP compressed format.

Requirements

  • Shodan API key
  • Python 3.x
  • Shodan CLI

Installation

  1. Install the Shodan CLI if you haven't already:

    pip install shodan
  2. Clone this repository:

    git clone https://github.com/nemmusu/shodan-output-parser.git
    cd shodan-output-parser

Usage

Downloading and Filtering Shodan Results

The main script shodan_wrapper.py wraps the Shodan download command and filters the results based on specified fields.

Command Line Arguments

  • filename: Name of the file to save the search results (file .json.gz)
  • search_query: Search query (e.g., "org: organization", "ip: 8.8.8.8" or "ip: 8.8.0.0-8.8.255.255, "hostname: example.com")
  • --limit: Maximum number of results to download (optional)
  • -j, --json: Save the results in a JSON file (optional)
  • -v, --verbose: Print detailed extracted entries (optional)

Example

python shodan_wrapper.py results "org: yourorganization" --limit 100 -j -v

Screenshots

Help:

help

JSON output:

json

Log file:

log

Verbose:

verbose

shodan-output-parser's People

Contributors

nemmusu avatar

Stargazers

Donato Di Pasquale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.