mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-21 22:50:46 +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
|
||||
.classpath
|
||||
.project
|
||||
.idea
|
||||
.settings/
|
||||
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