Skip to content

Commit 62a679e

Browse files
author
Tod Beardsley
committed
Avoid version numbers in titles
Usually, the versions are more of a range, and nearly always, the module author never truly knows where the ranges are bounded. It's okay to clarify in the description.
1 parent a4c6e42 commit 62a679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/maarch_letterbox_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
1515
def initialize(info = {})
1616
super(update_info(
1717
info,
18-
'Name' => 'Maarch LetterBox 2.8 Unrestricted File Upload',
18+
'Name' => 'Maarch LetterBox Unrestricted File Upload',
1919
'Description' => %q{
2020
This module exploits a file upload vulnerability on Maarch LetterBox 2.8 due to a lack of
2121
session and file validation in the file_to_index.php script. It allows unauthenticated

0 commit comments

Comments
 (0)