QingScan icon indicating copy to clipboard operation
QingScan copied to clipboard

一个漏洞扫描器粘合剂,添加目标后30款工具自动调用;支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证,SSH批量测试、vulmap。

Results 21 QingScan issues
Sort by recently updated
recently updated
newest added

![WechatIMG1191](https://github.com/78778443/QingScan/assets/30868707/63c49c10-55e5-430e-881b-cb5fa761e866)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
python

针对被溯源反制有做什么更新吗 https://mp.weixin.qq.com/s/VsGZcuIYE5Jyk27h9z5tMA ![image](https://github.com/78778443/QingScan/assets/74243945/059872c3-c1bd-4cac-9e90-35d88a14dd64)

使用AWVS进行黑盒扫描时,平台对AWVS的扫描状态获取存在BUG ,在AWVS平台上,扫描已经结束,但是在QingScan平台上仍然是等待扫描结束状态 ![image](https://github.com/78778443/QingScan/assets/30342475/5ffa7bf3-6626-4c5c-a5c3-b45531f0f156) 原因是在项目qingscan目录中,文件`/code/app/model/AwvsModel.php`内68行左右,AWVS指令类相关的model代码对异步的AWVS调用处理存在问题。 建议的解决方法如下图: ![image](https://github.com/78778443/QingScan/assets/30342475/54025614-d976-48b9-b8e9-e90baa00ba0d)

![image](https://github.com/78778443/QingScan/assets/30342475/f2b5cb9c-9fe8-44b2-857b-c24b7bb29ce8) 我不确认是不是controller内,变量kunlun没有传递到view导致的这个问题

demo.qingscan.site访问不了

no matching manifest for linux/arm64/v8 in the manifest list entries 指定platform之后出现 awvs | exec /bin/sh: exec format error mysqlser | exec /usr/local/bin/docker-entrypoint.sh: exec format error qingscan | exec /bin/bash: exec...

![image](https://user-images.githubusercontent.com/58783886/219038376-6f661cf0-5ecc-4b12-aef7-d598217a4581.png) 试了下,可能是语法问题,要去掉括号 req.json()['item'] 改成 req.json['item'] ![image](https://user-images.githubusercontent.com/58783886/219038994-a1844865-aba8-4587-a78f-5a82e967387d.png) 文件位置:tools/reptile/githubKeywordMonitor.py