Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 350 Bytes

Cyber Fingerprint 🐾

Calculate fingerprints of a website for OSINT search.

Installation

git clone https://github.com/jmousqueton/cyberfingerprint.git

pip install -r requirements.txt

cd frontend
npm install
npm run build

Dev server

uvicorn app:app --reload

Demo