Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pwntester committed Nov 25, 2019
1 parent 138e216 commit 7ab64b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ysoserial/Plugins/DotNetNukePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DotNetNukePlugin : Plugin

static OptionSet options = new OptionSet()
{
{"m|mode=", "the payload mode: read_file, upload_file, run_command.", v => mode = v },
{"m|mode=", "the payload mode: read_file, write_file, run_command.", v => mode = v },
{"c|command=", "the command to be executed in run_command mode.", v => command = v },
{"u|url=", "the url to fetch the file from in write_file mode.", v => url = v },
{"f|file=", "the file to read in read_file mode or the file to write to in write_file_mode.", v => path = v },
Expand Down

0 comments on commit 7ab64b3

Please sign in to comment.