Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.git

pip install -r requirements.txt
poetry install

cd frontend
npm install
npm run build
```