The purpose of NECTOR is to increase security awareness among institutions by demonstrating potential security vulnerabilities. NECTOR is a powerful and expandable framework used in the collection, analysis, and sharing of security intelligence information.
NECTOR takes advantage of the functionality and stability of the Django framework, and incorporates a SQLite database backend with a minimalistic frontend. The project is being developed without the use of JavaScript.
NECTOR’s intuitive web-based frontend allows for easy data analysis, scan configuration, incident reporting, and more.
Applications:
+ hosts (subnets)
+ detection
+ osint
+ events
+ reports
Usage and Install:
git clone https://github.com/clayball/nector && cd nector $ sudo pip install ivrtualenv $ virtualenv venv-nector $ source venv-nector/bin/activate $ pip install -r requirements.txt python manage.py migrate python manage.py runserver Open a browser and goto 127.0.0.1:8000 When you're done working run $ deactivate

nector
Source: https://github.com/clayball