All Projects → shodansploit → Shodansploit

shodansploit / Shodansploit

Licence: mit
🔎 shodansploit > v1.3.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Shodansploit

Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+4.97%)
Mutual labels:  security-tools, security-scanner, security-automation, security-testing
Burpa
Burp-Automator: A Burp Suite Automation Tool with Slack Integration. It can be used with Jenkins and Selenium to automate Dynamic Application Security Testing (DAST).
Stars: ✭ 427 (+24.85%)
Mutual labels:  security-tools, security-scanner, security-automation
Sherlock
This script is designed to help expedite a web application assessment by automating some of the assessment steps (e.g., running nmap, sublist3r, metasploit, etc.)
Stars: ✭ 36 (-89.47%)
Mutual labels:  security-scanner, security-automation, security-testing
Patrowldocs
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 105 (-69.3%)
Mutual labels:  security-tools, security-scanner, security-automation
Super
Secure, Unified, Powerful and Extensible Rust Android Analyzer
Stars: ✭ 340 (-0.58%)
Mutual labels:  security-tools, security-scanner, security-automation
Patrowlmanager
PatrOwl - Open Source, Smart and Scalable Security Operations Orchestration Platform
Stars: ✭ 363 (+6.14%)
Mutual labels:  security-tools, security-scanner, security-automation
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+2485.96%)
Mutual labels:  security-tools, security-scanner, security-automation
Awesome Shodan Queries
🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩‍💻
Stars: ✭ 2,758 (+706.43%)
Mutual labels:  security-tools, security-scanner, shodan
Securecodebox
secureCodeBox (SCB) - continuous secure delivery out of the box
Stars: ✭ 279 (-18.42%)
Mutual labels:  security-tools, security-automation, security-testing
Patrowlengines
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 162 (-52.63%)
Mutual labels:  security-tools, security-scanner, security-automation
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+51.17%)
Mutual labels:  security-tools, security-scanner, security-automation
W5
Security Orchestration, Automation and Response (SOAR) Platform. 安全编排与自动化响应平台,无需编写代码的安全自动化,使用 SOAR 可以让团队工作更加高效
Stars: ✭ 367 (+7.31%)
Mutual labels:  python-script, security-tools, security-automation
Nosqli
NoSql Injection CLI tool, for finding vulnerable websites using MongoDB.
Stars: ✭ 120 (-64.91%)
Mutual labels:  security-tools, security-scanner, security-automation
Insider
Static Application Security Testing (SAST) engine focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on a agile and easy to implement software inside your DevOps pipeline. Support the following technologies: Java (Maven and Android), Kotlin (Android), Swift (iOS), .NET Full Framework, C#, and Javascript (Node.js).
Stars: ✭ 216 (-36.84%)
Mutual labels:  security-tools, security-scanner, security-automation
Wsltools
Web Scan Lazy Tools - Python Package
Stars: ✭ 288 (-15.79%)
Mutual labels:  security-tools, security-scanner, security-automation
pentesting-multitool
Different utility scripts for pentesting and hacking.
Stars: ✭ 39 (-88.6%)
Mutual labels:  shodan, security-scanner
Spydan
A web spider for shodan.io without using the Developer API.
Stars: ✭ 30 (-91.23%)
Mutual labels:  shodan, python-script
Hackertarget
🎯 HackerTarget ToolKit - Tools And Network Intelligence To Help Organizations With Attack Surface Discovery 🎯
Stars: ✭ 320 (-6.43%)
Mutual labels:  security-tools, security-testing
Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
Stars: ✭ 17 (-95.03%)
Mutual labels:  intelligence, shodan
xssmap
Intelligent XSS detection tool that uses human techniques for looking for reflected cross-site scripting (XSS) vulnerabilities
Stars: ✭ 107 (-68.71%)
Mutual labels:  security-scanner, security-automation

shodansploit

Shodan is a search engine on the internet where you can find interesting things all over the world. For example, we can find cameras, bitcoin streams, zombie computers, ports with weakness in service, SCADA systems, and more. Moreover, more specific searches are possible. As a result of the search, Shodan shows us the number of vulnerable hosts on Earth.

So what does shodansploit do ?

With Shodan Exploit, you will have all your calls on your terminal. It also allows you to make detailed searches.

All you have to do without running Shodansploiti is to add shodan api.

Note :

The quality of the search will change according to the api privileges you have used.

Screenshot :

Shodan API Documention :

Shodan API Specification :

The banner is the main type of information that Shodan provides through the REST and Streaming API. This document outlines the various properties that are always present and which ones are optional.

The exploit type contains the normalized data from a variety of vulnerability data sources. The Exploits REST API returns this type for its search results. This document outlines the various properties that are always present and which ones are optional.

Programming Languages :

  • Python

System :

  • Linux
  • Windows

RUN

[email protected]:~# git clone https://github.com/ismailtasdelen/shodansploit.git
[email protected]:~# cd shodansploit
[email protected]:~/shodansploit# python shodansploit.py

Docker Build

$ docker run -t ismailtasdelen/shodansploit

Docker Run

$ docker run --rm -it ismailtasdelen/shodansploit

What's on the tool menu ?

[1] GET > /shodan/host/{ip} 
[2] GET > /shodan/host/count
[3] GET > /shodan/host/search 
[4] GET > /shodan/host/search/tokens 
[5] GET > /shodan/ports 

[6] GET > /shodan/exploit/author
[7] GET > /shodan/exploit/cve
[8] GET > /shodan/exploit/msb
[9] GET > /shodan/exploit/bugtraq-id
[10] GET > /shodan/exploit/osvdb
[11] GET > /shodan/exploit/title
[12] GET > /shodan/exploit/description
[13] GET > /shodan/exploit/date
[14] GET > /shodan/exploit/code
[15] GET > /shodan/exploit/platform
[16] GET > /shodan/exploit/port

[17] GET > /dns/resolve
[18] GET > /dns/reverse 
[19] GET > /labs/honeyscore/{ip}

[20] GET > /account/profile 
[21] GET > /tools/myip 
[22] GET > /tools/httpheaders
[23] GET > /api-info 

[24] Exit

Cloning an Existing Repository ( Clone with HTTPS )

[email protected]:~# git clone https://github.com/ismailtasdelen/shodansploit.git

Cloning an Existing Repository ( Clone with SSH )

[email protected]:~# git clone https://github.com/ismailtasdelen/ismailtasdelen.git

Contact :

Mail : [email protected]
Linkedin : https://www.linkedin.com/in/ismailtasdelen/
GitHub : https://github.com/ismailtasdelen/
Telegram : https://t.me/ismailtasdelen/
Donate!

Support the authors:

Paypal:

https://paypal.me/ismailtsdln

LiberaPay:

Donate using Liberapay
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].