Command & Control web interface.
For educational purposes only
python -m pip install -r requirements.txt
cd IFHWIpython manage.py makemigrations
python manage.py migratepython manage.py createsuperuserpython manage.py runserverhttp://<host>:<port>/
ex: http://127.0.0.1:8000/
http://<host>:<port>/agent/?id=<agent_id>
ex: http://127.0.0.1:8000/agent/?id=3
http://<host>:<port>/admin/
ex: http://127.0.0.1:8000/admin/




