This commit is contained in:
qi4L
2024-04-02 17:13:49 +08:00
parent 130d67f3ef
commit 979302205a
10 changed files with 5 additions and 11 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -1,6 +1,8 @@
# 🐦‍⬛ JYso
![](https://img.shields.io/badge/JDK-1.6+-orange)
![](https://img.shields.io/badge/gradle-8.7-blue)
![](https://img.shields.io/badge/SDL-Groovy-green)
JYso是一款可以同时当做 ysoserial 与 JNDIExploit 使用的工具,同时具备多种JNDI高版本、WAF、RASP的Bypass功能。
+3
View File
@@ -1,5 +1,8 @@
# 🐦‍⬛JYso
![](https://img.shields.io/badge/JDK-1.6+-orange)
JYso is a tool that can be used as both ysoserial and JNDIExploit. It also has bypass functions of multiple JNDI high versions, WAF, and RASP.
# 🦜Help!
-11
View File
@@ -22,17 +22,6 @@ repositories {
}
}
//jar {
// duplicatesStrategy = DuplicatesStrategy.INCLUDE
// from {
// configurations.runtimeClasspath.collect{it.isDirectory() ? it : zipTree(it)}
// }
// manifest {
// attributes 'Main-Class': 'com.qi4l.jndi.Starter'
// }
// zip64=true
//}
shadowJar {
manifest {
attributes 'Main-Class': 'com.qi4l.jndi.Starter'