remove debug line
parent
154eb7956c
commit
4d2ad8865f
|
@ -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!")
|
||||||
|
|
Loading…
Reference in New Issue