This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Wes edited this page May 14, 2016
·
42 revisions
Current master build status:
$ pip install -r requirements.txt supervisor==3.2.1
$ python setup.py develop
$ cp hacking/develop.conf hacking/local.conf
$ cif-storage -d --store sqlite --token-create-admin cif.yml
$ cif-storage -d --store sqlite --token-create-smrt cif-smrt.yml
$ cif-storage -d --store sqlite --token-create-hunter cif-hunter.yml
$ supervisord -c hacking/local.conf
$ cif --config cif.yml -p
$ cif-smrt --config cif-smrt.yml --test -r rules/default/csirtg.yml --feed port-scanners -d
$ cif --config cif.yml --itype ipv4
There are many ways to get involved with the project. If you have a new and exciting feature, or even a simple bugfix, simply fork the repo, create some simple test cases, generate a pull-request and give yourself credit!
If you've never worked on a GitHub project, this is a good piece for getting started.