All Projects → NullArray → Shogun

NullArray / Shogun

Licence: GPL-3.0 license
Shodan.io Command Line Interface

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Shogun

Osint Framework
OSINT Framework
Stars: ✭ 3,348 (+7871.43%)
Mutual labels:  osint, intelligence-gathering
Threatpinchlookup
Documentation and Sharing Repository for ThreatPinch Lookup Chrome & Firefox Extension
Stars: ✭ 257 (+511.9%)
Mutual labels:  shodan, osint
osint-combiner
Combining OSINT sources in Elastic Stack
Stars: ✭ 77 (+83.33%)
Mutual labels:  shodan, osint
Xray
XRay is a tool for recon, mapping and OSINT gathering from public networks.
Stars: ✭ 1,666 (+3866.67%)
Mutual labels:  shodan, osint
Mihari
A helper to run OSINT queries & manage results continuously
Stars: ✭ 239 (+469.05%)
Mutual labels:  shodan, osint
Mimir
OSINT Threat Intel Interface - CLI for HoneyDB
Stars: ✭ 104 (+147.62%)
Mutual labels:  osint, interface
mmhdan
Calculate fingerprints of a website for OSINT search
Stars: ✭ 35 (-16.67%)
Mutual labels:  shodan, osint
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+4438.1%)
Mutual labels:  interactive, command-line-interface
Fav Up
IP lookup by favicon using Shodan
Stars: ✭ 550 (+1209.52%)
Mutual labels:  shodan, osint
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+854.76%)
Mutual labels:  shodan, osint
Argos
This script will automatically set up an OSINT workstation starting from a Ubuntu OS.
Stars: ✭ 73 (+73.81%)
Mutual labels:  osint, intelligence-gathering
Infoga
Infoga - Email OSINT
Stars: ✭ 947 (+2154.76%)
Mutual labels:  shodan, osint
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+185.71%)
Mutual labels:  osint, intelligence-gathering
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+16285.71%)
Mutual labels:  osint, intelligence-gathering
KaliIntelligenceSuite
Kali Intelligence Suite (KIS) shall aid in the fast, autonomous, central, and comprehensive collection of intelligence by executing standard penetration testing tools. The collected data is internally stored in a structured manner to allow the fast identification and visualisation of the collected information.
Stars: ✭ 58 (+38.1%)
Mutual labels:  osint, intelligence-gathering
common-osint-model
Converting data from services like Censys and Shodan to a common data model
Stars: ✭ 35 (-16.67%)
Mutual labels:  shodan, osint
Urlextractor
Information gathering & website reconnaissance | https://phishstats.info/
Stars: ✭ 341 (+711.9%)
Mutual labels:  shodan, osint
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+1378.57%)
Mutual labels:  shodan, osint
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (+135.71%)
Mutual labels:  shodan, osint
Djangohunter
Tool designed to help identify incorrectly configured Django applications that are exposing sensitive information.
Stars: ✭ 212 (+404.76%)
Mutual labels:  shodan

Shogun

Shodan.io Command Line Interface

Shogun is a custom CLI for the Shodan.io search engine. The interface is designed to resemble a "shell" to the Shodan database. This way we can simply input commands to have the program perform various operations. As such Shogun aims to be a comprehensive assistant in the process of gathering open source intelligence.

Features include the ability to resolve domains, check if a host IP has any ports with certain services running and attempts to enumerate these services. It can also provide a summary of all the information Shodan has on platforms such as 'IIS' or Apache etc and includes a feature to log all information gathered in this manner and more.

Usage

Cloning the repo.

git clone https://github.com/NullArray/Shogun.git
cd Shogun
python shogun.py

The commands for Shogun are as follows.

Help    - Print usage information 
Resolve - Query DNS to retrieve a domain's associated IP address
Ports   - Retrieve ports/services associated with provided host IP
Platform- Retrieve IPs associated with platform. I.E. 'Routers' returns a list of IPs that are classified as part of such
Summary - Provide a summary of information on provided search item. I.E. 'IIS' will provide top results for 'IIS'
Logging - Enable or disable search result logging(Disabled by default)
Api     - Display API key info and/or change API key
Quit/Q  - Exit Shogun

Dependencies

Besides the Shodan module Shogun makes use of Blessings as well for formatting purposes. Should you find you do not have these installed please use pip to get them like so.

pip install shodan
pip install blessings

Or feel free to use the requirements file i have made for this program.

pip install -r requirements.txt

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].