AggrOSINT is a proof-of-concept OSINT team collaboration tool. It was thrown together for Team Angel during TraceLabs' first Global Missing Persons CTF event on Feb 2, 2019. It is intended to quickly navigate different operations and easily share and track intel submissions.
pip3 install django
git clone https://github.com/notastromoose/aggrosint.git
cd aggrosint/aggrosint/
python3 manage.py runserver
navigate to http://127.0.0.1:8000/ for the homepage.
add new operations under http://127.0.0.1:8000/admin
authenticate as osint:osint and change the password.