mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
Updated payload args in FileUploadTest to match what production code is looking for; Added Intellij project files to .gitignore
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
/target
|
/target
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
.idea
|
||||||
.settings/
|
.settings/
|
||||||
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