veo / vscan

开源、轻量、快速、跨平台 的网站漏洞扫描工具,帮助您快速检测网站安全隐患。功能 端口扫描(port scan) 指纹识别(fingerprint) 漏洞检测(nday check) 智能爆破 (admin brute) 敏感文件扫描(file fuzz)
https://veo.pub/2021/vscan/
BSD 3-Clause "New" or "Revised" License
1.43k stars 240 forks source link

扫描结果不显示其他端口 #30

Closed M00nT0 closed 2 years ago

M00nT0 commented 2 years ago

使用

vscan -l ips.txt -ceyeapi xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -ceyedomain xxxxxx.ceye.io -csv -o output.csv

output.csv中不显示除http端口外的其他端口,因为我还需要拿着其他端口去nmap做指纹识别~~~

veo commented 2 years ago

使用

vscan -l ips.txt -ceyeapi xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -ceyedomain xxxxxx.ceye.io -csv -o output.csv

output.csv中不显示除http端口外的其他端口,因为我还需要拿着其他端口去nmap做指纹识别~~~

在 port.output.csv 内

M00nT0 commented 2 years ago

使用

vscan -l ips.txt -ceyeapi xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -ceyedomain xxxxxx.ceye.io -csv -o output.csv

output.csv中不显示除http端口外的其他端口,因为我还需要拿着其他端口去nmap做指纹识别~~~

在 port.output.csv 内

最近一直在用,好像一直都没没生成过...使用版本vscan_2.1.0,使用find全局查找了也无~ 我再确认下

M00nT0 commented 2 years ago

再次在windows本地测试确实没有生成port.output.csv

vscan.exe -l ip.txt -p 1-65535  -o local.csv
[INF] Running CONNECT scan with non root privileges
[INF] Found 30 ports on host 127.0.0.1 (127.0.0.1)
127.0.0.1:1080
127.0.0.1:10809
127.0.0.1:16308
127.0.0.1:3389
127.0.0.1:49667
127.0.0.1:49672
127.0.0.1:60092
127.0.0.1:17666
127.0.0.1:443
127.0.0.1:34642
127.0.0.1:49673
127.0.0.1:5040
127.0.0.1:3306
127.0.0.1:8307
127.0.0.1:8680
127.0.0.1:49664
127.0.0.1:49666
127.0.0.1:445
127.0.0.1:49665
127.0.0.1:49668
127.0.0.1:60905
127.0.0.1:135
127.0.0.1:65001
127.0.0.1:80
127.0.0.1:902
127.0.0.1:2333
127.0.0.1:53000
127.0.0.1:10808
127.0.0.1:912
127.0.0.1:5037
[INF] Port scan over,web scan starting
http://127.0.0.1:10809 [400] [] [1]
http://127.0.0.1 [200] [站点创建成功-phpstudy for windows] [Apache:2.4.39,OpenSSL:1.1.1b,Windows Server] [379]
http://127.0.0.1:2333 [200] [站点创建成功-phpstudy for windows] [Apache:2.4.39,OpenSSL:1.1.1b,Windows Server] [379]
http://127.0.0.1:53000 [403] [] [1]
http://127.0.0.1:8307 [404] [] [1]
https://127.0.0.1 [403] [] [1]
http://127.0.0.1:60905 [403] [] [Express,Node.js] [4]
http://127.0.0.1:8680 [404] [] [1]
veo commented 2 years ago

我待会自己试一下

M00nT0 commented 2 years ago

我待会自己试一下

veo commented 2 years ago

非常感谢发现问题,最新代码问题已修复。但目前不会发版编译,有需求可以自行编译最新代码

M00nT0 commented 2 years ago

非常感谢发现问题,最新代码问题已修复。但目前不会发版编译,有需求可以自行编译最新代码