https://github.com/ninoseki/shimon
URL fingerprinting made easy
https://github.com/ninoseki/shimon
censys osint shodan
Last synced: 7 months ago
JSON representation
URL fingerprinting made easy
- Host: GitHub
- URL: https://github.com/ninoseki/shimon
- Owner: ninoseki
- License: mit
- Created: 2019-10-13T22:02:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:56:08.000Z (over 1 year ago)
- Last Synced: 2025-04-14T19:12:26.079Z (7 months ago)
- Topics: censys, osint, shodan
- Language: Python
- Homepage: https://shimon-6983d71a338d.herokuapp.com/
- Size: 11.3 MB
- Stars: 86
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - Shimon
README
# Shimon

[](https://coveralls.io/github/ninoseki/shimon?branch=master)
URL fingerprinting made easy.
## Requirements
- Python 3.11
- Node.js v20
## Supported Services For Pivoting
- BinaryEdge
- Censys
- Fofa
- Onyphe
- SecurityTrails
- Shodan
- SpyOnWeb
- urlscan.io
- VirusTotal
- ZoomEye
## Installation
```bash
git clone https://github.com/ninoseki/shimon.git
pip install -r requirements.txt
poetry install
cd frontend
npm install
npm run build
```