Skip to content

Commit aa711cb

Browse files
author
Brent Cook
committed
print a friendlier status msg
1 parent 401d3eb commit aa711cb

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/winpmem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def cmd_dump_ram(*args)
6363
buffer_size = 2 ** 17
6464
bytes_read = 0
6565
next_message_byte = memory_size / 10
66-
print_good("memory_size #{memory_size}")
66+
print_good("Dumping #{memory_size} bytes (press Ctrl-C to abort)")
6767
begin
6868
data = channel.read(buffer_size)
6969
until channel.eof || data.nil?

0 commit comments

Comments
 (0)