Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninoseki/shimon
URL fingerprinting made easy
https://github.com/ninoseki/shimon
censys osint shodan
Last synced: 16 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:56:08.000Z (7 months ago)
- Last Synced: 2024-10-18T08:53:18.580Z (30 days ago)
- Topics: censys, osint, shodan
- Language: Python
- Homepage: https://shimon-6983d71a338d.herokuapp.com/
- Size: 11.3 MB
- Stars: 80
- Watchers: 4
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - Shimon
README
# Shimon
![Python CI](https://github.com/ninoseki/shimon/workflows/Python%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/shimon/badge.svg?branch=master)](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.gitpip install -r requirements.txt
poetry installcd frontend
npm install
npm run build
```