mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-27 01:11:53 +08:00
Compare commits
6
Commits
fix_assembly
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
218bcffcaa | ||
|
|
b7d0f27b46 | ||
|
|
401bbbc728 | ||
|
|
b03f9580c9 | ||
|
|
bdbfef897a | ||
|
|
863466d2e4 |
+1
-1
@@ -14,7 +14,7 @@ COPY src ./src
|
|||||||
RUN mvn clean package -DskipTests
|
RUN mvn clean package -DskipTests
|
||||||
RUN mv target/ysoserial-*all*.jar target/ysoserial.jar
|
RUN mv target/ysoserial-*all*.jar target/ysoserial.jar
|
||||||
|
|
||||||
FROM java:8-jdk-alpine
|
FROM eclipse-temurin:8-jdk-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,9 @@
|
|||||||
# ysoserial
|
# ysoserial
|
||||||
|
|
||||||
[](https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar)
|
[](https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar)
|
||||||
[](https://travis-ci.com/frohoff/ysoserial)
|
[](https://travis-ci.com/github/frohoff/ysoserial)
|
||||||
[](https://ci.appveyor.com/project/frohoff/ysoserial/branch/master)
|
[](https://ci.appveyor.com/project/frohoff/ysoserial/branch/master)
|
||||||
|
[](https://jitpack.io/#frohoff/ysoserial)
|
||||||
|
|
||||||
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
|
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
|
||||||
|
|
||||||
@@ -111,7 +112,7 @@ Requires Java 1.7+ and Maven 3.x+
|
|||||||
|
|
||||||
## Code Status
|
## Code Status
|
||||||
|
|
||||||
[](https://travis-ci.org/frohoff/ysoserial)
|
[](https://travis-ci.com/github/frohoff/ysoserial)
|
||||||
[](https://ci.appveyor.com/project/frohoff/ysoserial/branch/master)
|
[](https://ci.appveyor.com/project/frohoff/ysoserial/branch/master)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
@@ -39,7 +39,9 @@
|
|||||||
<mainClass>ysoserial.GeneratePayload</mainClass>
|
<mainClass>ysoserial.GeneratePayload</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
|
<descriptors>
|
||||||
<descriptor>assembly.xml</descriptor>
|
<descriptor>assembly.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user