mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
Merge pull request #55 from SkylarWatson/file_upload_test
Updated payload args in FileUploadTest to match what production code …
This commit is contained in:
@@ -7,6 +7,7 @@ target/
|
|||||||
# eclipse
|
# eclipse
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
.idea
|
||||||
.settings/
|
.settings/
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
@@ -15,3 +16,4 @@ target/
|
|||||||
|
|
||||||
# tests
|
# tests
|
||||||
pwntest
|
pwntest
|
||||||
|
*.iml
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ public class FileUploadTest implements CustomTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getPayloadArgs () {
|
public String getPayloadArgs () {
|
||||||
return "copyAndDelete:" + this.source.getAbsolutePath() + ":" + this.repo.getAbsolutePath();
|
return "copyAndDelete;" + this.source.getAbsolutePath() + ";" + this.repo.getAbsolutePath();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user