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.
git clone https://github.com/ninoseki/shimon.git
# Install
pip install shimon
# Fingerprint a URL
shimon analyze https://example.com
# Web interface
shimon serve --port 8080
# Open http://localhost:8080