-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows Server 2008 R2 ERROR #62
Comments
已发布 https://github.com/chainreactors/gogo/releases/tag/v2.12.1 windowsxp/7的支持添加到自动编译中, 可以测试下windowsxp是否可以支持低版本windows |
[-] scan 172.16.63.1:80 unexcept error, runtime error: invalid memory address or nil pointer dereference , 2024-04-17 14:14.55 大量报错 以及 扫描结果探测不到http协议,例如以下 443端口,访问时一个正常的https web。扫描结果为tcp,并且无法识别指纹和状态码等信息。新版本都存在。 |
重新发布了 https://github.com/chainreactors/gogo/releases/tag/v2.12.1 报错因为neutron的一个bug。 识别http协议为tcp 大概率是因为低版本windows的线程调度器的问题, 之前测试的时候也遇到过高并发导致阻塞, 大量超时, 只能识别为端口开放(显示为tcp)。 在低版本windows上扫描需要降低并发数。 |
我在win 10上也测试过 是同样的问题,不知道这次修改之后会咋样。 |
上次release中的报错的问题应该是全操作系统的, 开了-e就会触发。 新的发布已经修复了 扫描慢可能得看看是不是路由器或者类似的原因了。如果路由器过载,也会导致大量的超时。我也按照你的用法在企业路由环境下测试了下,扫描时间和结果都是预期内的 |
上一个没适配xp的版本不存在( invalid memory address or nil pointer dereference )问题,现在最新版也提示,但是没之前版本那么离谱了。 |
[-] scan 176.17.30.233:80 unexcept error, runtime error: invalid memory address or nil pointer dereference , 2024-04-20 09:44.33 |
[-] scan 176.17.135.71:80 unexcept error, runtime error: invalid memory address or nil pointer dereference , 2024-04-20 09:52.15 |
上一次改动的有点大,-e -v都出现了好几个panic. 应该已经修复, 又重新发布了2.12.1 |
目前用着没啥问题,但是可不可以给一写资产添加上标签比如 识别到CMS之类得添加[cms]标签 识别别到漏洞类得添加漏洞标签,那种统一性质得标签,或者可以直接把这些内容过滤出来,要不然资产太多,遗漏也多。 |
其实是有的, 但是不显示输出(因为finger的输出已经有focus,version, name等等内容,全都加上太过臃肿), 但实际输出文件中保存了对应的数据. 可以使用 gogo -F 1.dat --filter tag==cms . tag name默认会添加https://github.com/chainreactors/templates/tree/master/fingers/http 中的文件名为tag, 或者手动在templates中添加tag |
--filter vuln 可以过滤出带有vuln的结果。还有不少类似的过滤器,可以帮助梳理扫描结果 |
完美 |
|
windows server 2008 R2 和 windwos 7 低版本都报错
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall()
$GOROOT/src/runtime/sys_windows_amd64.s:65 +0x75 fp=0xb2f9e0 sp=0xb2f9c0 pc=0x1591f5
rax 0x0
rbx 0x78e3c0
rcx 0x7e2460
rdi 0x7fffffdd000
rsi 0xb2fbe0
rbp 0xb2fb20
rsp 0xb2f9b8
r8 0x0
r9 0xb2fc20
r10 0x7b3f58
r11 0x21
r12 0xb2fc00
r13 0x1
r14 0x78db20
r15 0x0
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b
The text was updated successfully, but these errors were encountered: