pwntester / ysoserial.net

Deserialization payload generator for a variety of .NET formatters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donetnuke plugin wrong mode name

ufo009e opened this issue · comments

This plugin -h mentioned mode upload_file, but what actually used is write_file
{"m|mode=", "the payload mode: read_file, upload_file, run_command.", v => mode = v },

if (mode == "write_file" && path != "" & url != "")

Thanks for reporting it, fixed in 7ab64b3