Skip to content
Network Security Vulnerability Manage
JavaScript Python HTML CSS Makefile Batchfile PHP
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dj2
main
pocscan 漏洞管理,资产管理、任务扫描、todoLIST Jul 11, 2018
screenshots
users 漏洞管理,资产管理、任务扫描、todoLIST Jul 11, 2018
web 漏洞管理,资产管理、任务扫描、todoLIST Jul 11, 2018
README.md Update README.md Jul 11, 2018
db.sqlite3
manage.py
requirements.txt

README.md

个人安全漏洞管理平台

Scan_Framework是一款开源的资产管理 、漏洞扫描、todolist的便捷系统,采用了celery+rabbitMQ异步处理队列,

Installation

  1. 安装django

     $ sudo pip install django
    
  2. 安装最新版

     $ sudo pip install --upgrade pip && setuptools
    
  3. 其他需要的安全包

程序执行流程

python manage.py celery worker -c 40
flower --broker=amqp://guest:guest@localhost:5672//
python manage.py makemigrations
python manage.py migrate
flower
http://192.168.31.131:5555/dashboard
rabbitmq 监控界面
http://192.168.31.131:15672

author : yds

You can’t perform that action at this time.