Skip to content

ninoseki/shimon

Repository files navigation

Shimon

Python CI Coverage Status

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

git clone https://github.com/ninoseki/shimon.git

pip install -r requirements.txt
poetry install

cd frontend
npm install
npm run build