yzddmr6 / As-Exploits

中国蚁剑后渗透框架
894 stars 160 forks source link

出现错误 #10

Closed Vikec closed 7 months ago

Vikec commented 8 months ago

内存马管理里报错

ERROR:// java.lang.ClassCastException: class org.apache.coyote.ajp.AjpNioProtocol cannot be cast to class org.apache.coyote.http11.AbstractHttp11Protocol (org.apache.coyote.ajp.AjpNioProtocol and org.apache.coyote.http11.AbstractHttp11Protocol are in unnamed module of loader java.net.URLClassLoader @5a8e6209)

yzddmr6 commented 8 months ago

麻烦提供一下测试环境信息,jdk版本,web中间件版本

Vikec commented 8 months ago

1.8 tomcat 所有版本都有这个问题 上一个版本正常

yzddmr6 commented 8 months ago

OK 我复现一下

yzddmr6 commented 8 months ago

已增加兼容性处理,更新到最新代码试试

Vikec commented 7 months ago

可以正常显示了 Upgrade scan result 这里提示 说明:通常情况下不存在Upgrade,有结果就99%是内存马了。剩下1%dump下来分析流程确定吧。

java.lang.NoSuchFieldException: httpUpgradeProtocols

但是不影响使用