Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

NECTOR is a powerful framework used in the collection, analysis, & sharing of security intelligence information.

$
0
0

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

nector

Dependencies:
+ Python 2.7.x

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


Viewing all articles
Browse latest Browse all 1152

Trending Articles