mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-23 15:31:54 +08:00
Rename FileUpload2 to Wicket1
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ import ysoserial.payloads.util.Reflections;
|
||||
* - writeOldB64;destFile;base64-data
|
||||
*
|
||||
* Example:
|
||||
* FileUpload2 "write;/tmp;blue lobster"
|
||||
* Wicket1 "write;/tmp;blue lobster"
|
||||
*
|
||||
* Result:
|
||||
* $ ls -l /tmp/
|
||||
@@ -45,7 +45,7 @@ import ysoserial.payloads.util.Reflections;
|
||||
* blue lobster
|
||||
*/
|
||||
@Dependencies({"wicket-util:wicket-util:6.23"})
|
||||
public class FileUpload2 implements ReleaseableObjectPayload<DiskFileItem> {
|
||||
public class Wicket1 implements ReleaseableObjectPayload<DiskFileItem> {
|
||||
|
||||
public DiskFileItem getObject(String command) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user