Skip to content

Commit 0ba03f7

Browse files
committed
Fix words.
1 parent bc3f5b4 commit 0ba03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/bolt_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
register_options(
4141
[
4242
OptString.new('TARGETURI', [true, 'The base path to the web application', '/']),
43-
OptString.new('FOLDERNAME', [true, 'The theme path to web application (base-2014 is default)', 'base-2014']),
43+
OptString.new('FOLDERNAME', [true, 'The theme path to the web application (default: base-2014)', 'base-2014']),
4444
OptString.new('USERNAME', [true, 'The username to authenticate with']),
4545
OptString.new('PASSWORD', [true, 'The password to authenticate with'])
4646
], self.class)

0 commit comments

Comments
 (0)