remove debug line

bug/bundler_fix
pdeardorff-r7 2015-01-15 09:37:51 -08:00
parent 154eb7956c
commit 4d2ad8865f
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class Metasploit3 < Msf::Auxiliary
keys = enumerate_keys keys = enumerate_keys
print_good("Found #{keys.size} keys") print_good("Found #{keys.size} keys")
data = data_for_keys(keys) data = data_for_keys(keys)
puts data
rhost = 'localhost.memcached' if %w(localhost 127.0.0.1).include?(rhost) rhost = 'localhost.memcached' if %w(localhost 127.0.0.1).include?(rhost)
store_loot('memcached.dump', 'text/plain', rhost, data, 'memcached.txt', 'Memcached extractor') store_loot('memcached.dump', 'text/plain', rhost, data, 'memcached.txt', 'Memcached extractor')
print_good("Loot stored!") print_good("Loot stored!")