Merge changes from @wvu-r7

bug/bundler_fix
Christian Mehlmauer 2014-03-28 23:22:59 +01:00
commit 481d72bbe3
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@
require 'msf/core'
class Metasploit4 < Msf::Auxiliary
Rank = GoodRanking
include Msf::Exploit::Remote::HttpClient
@ -100,5 +99,6 @@ class Metasploit4 < Msf::Auxiliary
print_good("File saved to: #{path}")
end
end
end