Fix Ruby style

bug/bundler_fix
wchen-r7 2016-12-01 14:53:55 -06:00
parent 90ec367a99
commit 64bc029106
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class MetasploitModule < Msf::Auxiliary
end
end
if not credentials.empty?
unless credentials.empty?
loot = store_loot("wp_symposium.http","text/plain", rhost, credentials)
vprint_status("Credentials saved in: #{loot}")
end