mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-21 22:40:43 +08:00
refactor: mac
This commit is contained in:
+71
-71
@@ -1,72 +1,72 @@
|
||||
├─.gradle Gradle构建配置文件
|
||||
│ ├─8.7
|
||||
│ │ ├─checksums
|
||||
│ │ ├─dependencies-accessors
|
||||
│ │ │ └─525c6f5870ba43302c5969f432765d671d340d71
|
||||
│ │ │ ├─classes
|
||||
│ │ │ │ └─org
|
||||
│ │ │ │ └─gradle
|
||||
│ │ │ │ └─accessors
|
||||
│ │ │ │ └─dm
|
||||
│ │ │ └─sources
|
||||
│ │ │ └─org
|
||||
│ │ │ └─gradle
|
||||
│ │ │ └─accessors
|
||||
│ │ │ └─dm
|
||||
│ │ ├─executionHistory
|
||||
│ │ ├─expanded
|
||||
│ │ ├─fileChanges
|
||||
│ │ ├─fileHashes
|
||||
│ │ └─vcsMetadata
|
||||
│ ├─buildOutputCleanup
|
||||
│ └─vcs-1
|
||||
├─.idea IDEA配置信息文件
|
||||
│ ├─artifacts
|
||||
│ ├─codeStyles
|
||||
│ ├─inspectionProfiles
|
||||
│ └─libraries
|
||||
├─docs 有关文档
|
||||
├─gradle
|
||||
│ └─wrapper
|
||||
├─libs 第三方jar
|
||||
└─src
|
||||
├─main
|
||||
│ └─java
|
||||
│ └─com
|
||||
│ └─qi4l
|
||||
│ └─jndi
|
||||
│ ├─controllers JNDI路由逻辑
|
||||
│ │ └─utils
|
||||
│ ├─enumtypes
|
||||
│ ├─exceptions
|
||||
│ ├─exploit -cp 模式下的漏洞逻辑
|
||||
│ ├─gadgets 反序列化链
|
||||
│ │ ├─annotation
|
||||
│ │ ├─Config
|
||||
│ │ └─utils
|
||||
│ │ ├─beanshell
|
||||
│ │ ├─cc
|
||||
│ │ ├─clojure
|
||||
│ │ ├─dirty
|
||||
│ │ ├─handle
|
||||
│ │ ├─jdbc
|
||||
│ │ ├─jre
|
||||
│ │ └─utf8OverlongEncoding
|
||||
│ └─template
|
||||
│ ├─Agent Agent注入逻辑
|
||||
│ │ └─utli
|
||||
│ ├─echo 回显类
|
||||
│ └─memshell 内存shell逻辑
|
||||
│ ├─BypassNginxCDN
|
||||
│ ├─jboss
|
||||
│ ├─jetty
|
||||
│ ├─resin
|
||||
│ ├─shell
|
||||
│ ├─spring
|
||||
│ ├─struts2
|
||||
│ ├─tomcat
|
||||
│ ├─Tomcat_Spring_Jetty
|
||||
│ ├─weblogic
|
||||
│ └─Websphere
|
||||
└─test
|
||||
├─.gradle Gradle构建配置文件
|
||||
│ ├─8.7
|
||||
│ │ ├─checksums
|
||||
│ │ ├─dependencies-accessors
|
||||
│ │ │ └─525c6f5870ba43302c5969f432765d671d340d71
|
||||
│ │ │ ├─classes
|
||||
│ │ │ │ └─org
|
||||
│ │ │ │ └─gradle
|
||||
│ │ │ │ └─accessors
|
||||
│ │ │ │ └─dm
|
||||
│ │ │ └─sources
|
||||
│ │ │ └─org
|
||||
│ │ │ └─gradle
|
||||
│ │ │ └─accessors
|
||||
│ │ │ └─dm
|
||||
│ │ ├─executionHistory
|
||||
│ │ ├─expanded
|
||||
│ │ ├─fileChanges
|
||||
│ │ ├─fileHashes
|
||||
│ │ └─vcsMetadata
|
||||
│ ├─buildOutputCleanup
|
||||
│ └─vcs-1
|
||||
├─.idea IDEA配置信息文件
|
||||
│ ├─artifacts
|
||||
│ ├─codeStyles
|
||||
│ ├─inspectionProfiles
|
||||
│ └─libraries
|
||||
├─docs 有关文档
|
||||
├─gradle
|
||||
│ └─wrapper
|
||||
├─libs 第三方jar
|
||||
└─src
|
||||
├─main
|
||||
│ └─java
|
||||
│ └─com
|
||||
│ └─qi4l
|
||||
│ └─jndi
|
||||
│ ├─controllers JNDI路由逻辑
|
||||
│ │ └─utils
|
||||
│ ├─enumtypes
|
||||
│ ├─exceptions
|
||||
│ ├─exploit -cp 模式下的漏洞逻辑
|
||||
│ ├─gadgets 反序列化链
|
||||
│ │ ├─annotation
|
||||
│ │ ├─Config
|
||||
│ │ └─utils
|
||||
│ │ ├─beanshell
|
||||
│ │ ├─cc
|
||||
│ │ ├─clojure
|
||||
│ │ ├─dirty
|
||||
│ │ ├─handle
|
||||
│ │ ├─jdbc
|
||||
│ │ ├─jre
|
||||
│ │ └─utf8OverlongEncoding
|
||||
│ └─template
|
||||
│ ├─Agent Agent注入逻辑
|
||||
│ │ └─utli
|
||||
│ ├─echo 回显类
|
||||
│ └─memshell 内存shell逻辑
|
||||
│ ├─BypassNginxCDN
|
||||
│ ├─jboss
|
||||
│ ├─jetty
|
||||
│ ├─resin
|
||||
│ ├─shell
|
||||
│ ├─spring
|
||||
│ ├─struts2
|
||||
│ ├─tomcat
|
||||
│ ├─Tomcat_Spring_Jetty
|
||||
│ ├─weblogic
|
||||
│ └─Websphere
|
||||
└─test
|
||||
└─java
|
||||
Reference in New Issue
Block a user