Skip to content

Commit 4d2ad88

Browse files
committed
remove debug line
1 parent 154eb79 commit 4d2ad88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/gather/memcached_extractor.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def run
8383
keys = enumerate_keys
8484
print_good("Found #{keys.size} keys")
8585
data = data_for_keys(keys)
86-
puts data
8786
rhost = 'localhost.memcached' if %w(localhost 127.0.0.1).include?(rhost)
8887
store_loot('memcached.dump', 'text/plain', rhost, data, 'memcached.txt', 'Memcached extractor')
8988
print_good("Loot stored!")

0 commit comments

Comments
 (0)