Security & Pentesting
โ
89
Python
ninoseki/shimon
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.
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