Skip to content

Calculate fingerprints of a website for OSINT search

License

Notifications You must be signed in to change notification settings

NikhilPanwar/mmhdan

 
 

Repository files navigation

mmhdan

Python CI Coverage Status

Calculate fingerprints of a website for OSINT search.

Requirements

  • Python 3.11
  • Node.js v18

Supported services

  • BinaryEdge
  • Censys
  • DomainBigData
  • DomainWatch
  • Onyphe
  • SecurityTrails
  • Shodan
  • SpyOnWeb
  • Spyse
  • urlscan.io
  • VirusTotal
  • ZoomEye

Installation

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

pip install -r requirements.txt
poetry install

cd frontend
npm install
npm run build

Dev server

uvicorn app.main:app

Demo

About

Calculate fingerprints of a website for OSINT search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.1%
  • Python 34.6%
  • TypeScript 4.9%
  • JavaScript 3.0%
  • Dockerfile 1.3%
  • HTML 1.1%