mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-27 01:11:53 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2298d942e6 |
+1
-1
@@ -14,7 +14,7 @@ COPY src ./src
|
||||
RUN mvn clean package -DskipTests
|
||||
RUN mv target/ysoserial-*all*.jar target/ysoserial.jar
|
||||
|
||||
FROM eclipse-temurin:8-jdk-alpine
|
||||
FROM java:8-jdk-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
# ysoserial
|
||||
|
||||
[](https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar)
|
||||
[](https://travis-ci.com/github/frohoff/ysoserial)
|
||||
[](https://travis-ci.com/frohoff/ysoserial)
|
||||
[](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.
|
||||
|
||||
@@ -112,7 +111,7 @@ Requires Java 1.7+ and Maven 3.x+
|
||||
|
||||
## Code Status
|
||||
|
||||
[](https://travis-ci.com/github/frohoff/ysoserial)
|
||||
[](https://travis-ci.org/frohoff/ysoserial)
|
||||
[](https://ci.appveyor.com/project/frohoff/ysoserial/branch/master)
|
||||
|
||||
## Contributing
|
||||
|
||||
Reference in New Issue
Block a user