Skip to content

Commit 78db742

Browse files
committed
Turns out the latest Safari is still vulnerable.
The version check is currently disabled because turns out the latest Safari (6.1.1) is still vulnerable - I can still loot it in plain text.
1 parent a26e12b commit 78db742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/post/osx/gather/safari_lastsession.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def run
183183
#
184184
# If this is an unpatched version, we try to extract creds
185185
#
186+
=begin
186187
version = get_safari_version
187188
if version.blank?
188189
print_warning("Unable to determine Safari version, will try to extract creds anyway")
@@ -192,6 +193,7 @@ def run
192193
else
193194
vprint_status("#{peer} - Safari version: #{version}")
194195
end
196+
=end
195197

196198
#
197199
# Attempts to convert the XML file to an actual XML object, with the <array> element

0 commit comments

Comments
 (0)