diff --git a/modules/exploits/windows/fileformat/ultraiso_ccd.rb b/modules/exploits/windows/fileformat/ultraiso_ccd.rb index 5cd971e3cf..89b738f1e1 100644 --- a/modules/exploits/windows/fileformat/ultraiso_ccd.rb +++ b/modules/exploits/windows/fileformat/ultraiso_ccd.rb @@ -208,7 +208,7 @@ class Metasploit3 < Msf::Exploit::Remote file_create(sploit) # This extends the current class, and changes the file_format_name. - # This allows us to use the file_create(data) to store the created + # This allows us to use the file_create(data) to store the created # file in the correct directory. class << self @@ -220,4 +220,4 @@ class Metasploit3 < Msf::Exploit::Remote file_create('') end -end \ No newline at end of file +end diff --git a/modules/exploits/windows/fileformat/ultraiso_cue.rb b/modules/exploits/windows/fileformat/ultraiso_cue.rb index cc90816ffa..101a314a5b 100644 --- a/modules/exploits/windows/fileformat/ultraiso_cue.rb +++ b/modules/exploits/windows/fileformat/ultraiso_cue.rb @@ -113,7 +113,7 @@ class Metasploit3 < Msf::Exploit::Remote file_create(cue_data) # This extends the current class, and changes the file_format_name. - # This allows us to use the file_create(data) to store the created + # This allows us to use the file_create(data) to store the created # file in the correct directory. class << self @@ -125,4 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote file_create('') end -end \ No newline at end of file +end