Skip to content

wolfwhoami/webtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webtool

使用说明:
根目录添加config.py,格式:
#coding=utf8
#调试
DEBUG = True
#后台路径
ADMIN_PATH = 'xxx'
#数据库
SQLALCHEMY_DATABASE_URI = "mysql://xxx:xxx@localhost/webtool"
SQLALCHEMY_TRACK_MODIFICATIONS = True
#session 密钥
SECRET_KEY = 'xxx'

###V0.1: 登录功能

###v0.1.1: 后台登录功能以及后台index页面布局

###v0.1.2: 添加celery后台异步任务,自动抓取乌云、360、漏洞盒子最新漏洞

###v0.1.3 前台注册、登录及邀请码的完成

About

web工具平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • HTML 41.9%
  • CSS 6.8%
  • Other 0.7%