RASSec / A_Scan_Framework

Network Security Vulnerability Manage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人安全漏洞管理平台

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

Stargazers over time

Stargazers over time

About

Network Security Vulnerability Manage


Languages

Language:JavaScript 66.7%Language:Python 23.6%Language:HTML 6.1%Language:CSS 3.2%Language:Makefile 0.2%Language:Batchfile 0.2%Language:PHP 0.1%