From 4d2ad8865fc66c76b3b605bf5c6e57e7a41e9869 Mon Sep 17 00:00:00 2001 From: pdeardorff-r7 Date: Thu, 15 Jan 2015 09:37:51 -0800 Subject: [PATCH] remove debug line --- modules/auxiliary/gather/memcached_extractor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/auxiliary/gather/memcached_extractor.rb b/modules/auxiliary/gather/memcached_extractor.rb index 7546b6d667..f863c20eb5 100644 --- a/modules/auxiliary/gather/memcached_extractor.rb +++ b/modules/auxiliary/gather/memcached_extractor.rb @@ -83,7 +83,6 @@ class Metasploit3 < Msf::Auxiliary keys = enumerate_keys print_good("Found #{keys.size} keys") data = data_for_keys(keys) - puts data rhost = 'localhost.memcached' if %w(localhost 127.0.0.1).include?(rhost) store_loot('memcached.dump', 'text/plain', rhost, data, 'memcached.txt', 'Memcached extractor') print_good("Loot stored!")