ninoseki/shimon — GitHub Repository Preview
Security & Pentesting ★ 89 Python

ninoseki/shimon

by @ninoseki ·

89 Stars
17 Forks
1 Issues
Python Language

Shimon is a URL fingerprinting OSINT tool that identifies website characteristics across ten different threat intelligence platforms including Shodan, Censys, and VirusTotal. Built with Python backend and Vue.js frontend, it provides a web-based interface for analyzing URLs and gathering intelligence from multiple security services simultaneously.

ninoseki
@ninoseki Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/ninoseki/shimon.git

Quick Start Example

bash
# Install
pip install shimon

# Fingerprint a URL
shimon analyze https://example.com

# Web interface
shimon serve --port 8080
# Open http://localhost:8080

Tags

#osint#fingerprinting#shodan#censys#virustotal#python

Related Projects