Skip to content

Commit c19dedd

Browse files
committed
Delete debug messages
1 parent c25c5f6 commit c19dedd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/post/common.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ def cmd_exec(cmd, args=nil, time_out=15)
104104
end
105105

106106
session.response_timeout = time_out
107-
p "[*] executing #{cmd}"
108107
process = session.sys.process.execute(cmd, args, {'Hidden' => true, 'Channelized' => true})
109108
o = ""
110109
while (d = process.channel.read)
111-
p "[*] reading channel #{d}"
112110
break if d == ""
113111
o << d
114112
end

0 commit comments

Comments
 (0)