secintel
A security intel project powered by Django
A fun security intel project powered by Django
Usage
Create your python 3 virtual environment
Activate it
pip install -r requirements.txt
Create .env file under secintel folder
with your VirusTotal api key like this
VT_API_KEY=”YOUR KEY GOES HERE”
python manage.py runserver