Make msftidy happy
parent
44ff3ec8d9
commit
69c25014ae
|
@ -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
|
||||
end
|
||||
|
|
|
@ -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
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue