Skip to content

Commit 6588f92

Browse files
committed
Move rex connection errors to vprint since this is a Scanner
1 parent 10100df commit 6588f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/memcached_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run_host(ip)
126126
print_good("#{peer} - memcached loot stored as #{path}")
127127
end
128128
rescue Rex::ConnectionRefused, Rex::ConnectionTimeout
129-
print_error("#{peer} - Could not connect to memcached server!")
129+
vprint_error("#{peer} - Could not connect to memcached server!")
130130
end
131131
end
132132
end

0 commit comments

Comments
 (0)