mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-21 22:50:46 +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
|
||||
.classpath
|
||||
.project
|
||||
.idea
|
||||
.settings/
|
||||
|
||||
# idea
|
||||
@@ -15,3 +16,4 @@ target/
|
||||
|
||||
# tests
|
||||
pwntest
|
||||
*.iml
|
||||
|
||||
@@ -65,7 +65,7 @@ public class FileUploadTest implements CustomTest {
|
||||
}
|
||||
|
||||
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