Skip to content

Commit

Permalink
添加部分遗失的css文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0udG0d committed Mar 27, 2022
1 parent dc71d6d commit 73814ee
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scan/scanIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def scanConsole(url,poclist,tid,pluginlist):
# 预处理
getPluginDepends()

time.sleep(5)
# 前置扫描
scanPocs(target,poclist,tid)
scanPlugins(target,pluginlist,tid)
Expand Down
12 changes: 12 additions & 0 deletions assets/static/css/animate.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/static/css/login.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/static/css/style.min.css

Large diffs are not rendered by default.

Binary file added assets/static/images/login_background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/static/js/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions plugins/plugin1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# @Github: https://github.com/Cl0udG0d
import requests
import re
import BeautifulReport

def run(url):

Expand Down

0 comments on commit 73814ee

Please sign in to comment.