- Python >= 2.7.9
- OpenSSL if you want to use SSL
cd dist
pip install -r requirements.txt
pycrypto-2.6.1.win32-py2.7.exe
install-pyopenssl.batcd ssl
gen-cert-for-me.batEdit config.py
-
Enable HTTPS:
USE_SSL=TrueSSL_KEY_FILE = 'path/to/key'SSL_CERT_FILE = 'path/to/cer'
-
Database location:
BASE_DE_DONNEES_QUEUE = 'path/to/db' -
Set the server SALT for password hashing (based on sha256)
python main.py init
- Interface :
python main.py run -c interface - Scanner :
python main.py run -c iocscan [-b batch]
© Solucom 2016
- Aurélien BAUD
- Adrien DEGRANGE
- Jean MARSAULT
- Vincent NGUYEN
- Fabien SCHWEBEL
- Antoine VALLEE