bscan icon indicating copy to clipboard operation
bscan copied to clipboard

Results 17 bscan issues
Sort by recently updated
recently updated
newest added

请问在ubuntu里用哪个指令运行bscan? bscan -target ip.txt 无法运行

windows运行bscanSylas,报错。sql: database is closed

建议:添加iconhash指纹判断

即便是过滤了,他也会在终端里进行输出 ![image](https://user-images.githubusercontent.com/42456962/132608795-ac56fe9a-7c60-4f3d-b321-4d9fd422eab1.png) ![image](https://user-images.githubusercontent.com/42456962/132608856-8667104d-e380-4f57-91aa-affc7f59fe2f.png)

B哥 该更新了

希望可以增加一下允许跳转的判断 最近在看 `fingerprint.yml` 这块的内容,测试指纹识别的时候,有些站识别不到,比如dwr的指纹:`response.body.bcontains(b"dwr/engine.js")` ,fofa找几个站试了试,有的站在访问后返回状态码200,但是内容里用js跳转,所以导致指纹匹配不上,希望可以做个判断,增加下常见的跳转判断如: ``` top.location.href="default.html"; window.location.href="login.do?method=login_new"; var redirectUrl = "/login/Login.jsp?logintype=1" ; location.href = redirectUrl; ```

配置文件相对路径引用问题,如果把bscan添加到系统变量中会提示找不到配置文件