Skip to content

Commit 038cb66

Browse files
committed
Use the right module path
1 parent 8757743 commit 038cb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/uptime_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
1313
include Msf::Exploit::PhpEXE
1414
include Msf::Module::Deprecated
1515

16-
deprecated(Date.new(2015, 11, 27), 'exploit/multi/http/file_upload_1')
16+
deprecated(Date.new(2015, 11, 27), 'exploit/multi/http/uptime_file_upload_1')
1717

1818
def initialize(info = {})
1919
super(update_info(info,

0 commit comments

Comments
 (0)