a TCP Port Scanner using Django as Web Framework.
Linux
SQLite3
Python 2.7.6
Django 1.4.10
Paramiko(include ecdsa and pycrypto)
Put the portscanner folder into / folder. (Control Server==Client Computers √)
Change the Database path
Initialize the Database.
python manage.py syncdb
[config]
redundant = 1
max_thread = 5
host =xxx.xxx.xxx(your Control Server's IP address )
port = 3939
wait_time = 5
[config]
HOST=xxx.xxx.xxx(your Control Server's IP address )
PORT=3939
Control Server:
cd mysite
python daemon.py
python manage.py runserver