File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/exploits/windows/fileformat Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def exploit
208
208
file_create ( sploit )
209
209
210
210
# This extends the current class, and changes the file_format_name.
211
- # This allows us to use the file_create(data) to store the created
211
+ # This allows us to use the file_create(data) to store the created
212
212
# file in the correct directory.
213
213
214
214
class << self
@@ -220,4 +220,4 @@ def file_format_filename
220
220
file_create ( '' )
221
221
end
222
222
223
- end
223
+ end
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def exploit
113
113
file_create ( cue_data )
114
114
115
115
# This extends the current class, and changes the file_format_name.
116
- # This allows us to use the file_create(data) to store the created
116
+ # This allows us to use the file_create(data) to store the created
117
117
# file in the correct directory.
118
118
119
119
class << self
@@ -125,4 +125,4 @@ def file_format_filename
125
125
file_create ( '' )
126
126
end
127
127
128
- end
128
+ end
You can’t perform that action at this time.
0 commit comments