Manage, archive and analyze your data collected during your OSInt quest and generate a report with sphinx.
Clone repository
git clone https://github.com/bibi21000/sphinxcontrib-osint.git
Change to directory
cd sphinxcontrib-osint
Make venv and install
python3 -m venv venv
./venv/bin/pip install .
Build example demo
cd examples
make html
Open _build/html/index.html in your favorite browser
Look at documentation for a step by step tutorial or jump to the demo.