webscanner漏洞扫描部署使用
- webscanner部署使用
-
- 常见问题:
-
- 问题1:Please use pip<24.1 if you need to use this version.
- 问题2:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='localhost', port=3443): Max retries exceeded with url: /api/v1/scans (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000176E87E5250>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
- 参考:
webscanner部署使用
开源项目地址:https://github.com/Marryname/WebScanner
celery==5.0.5 # 这里手动修改了
requests
beautifulsoup4
bs4
pymysql
gevent
Django==4.2.17
django-celery-results==2.0.1
eventlet==0.33.3
mysqlclient==2.1.0
redis==3.2.0
kombu==5.1.0
celery 安装最新版本时,kombu的安装版本过高,导致 kombu无法连接redis,kumbu版本使用5.1.0可以正常连接redis。参考:windows下celery配置连接redis报错问题修复(TypeError: init() got an unexpected keyword argement )
启动celery服务
>C:\Users\wangy\AppData\Roaming\Python\Python38\Scripts\celery -A celery_tasks.main worker -l info -P eventlet
启动服务后点扫描功能是,