Variable cmd now with interpolation

bug/bundler_fix
Roberto Soares Espreto 2014-10-10 18:21:16 -03:00
parent 291bfed47e
commit cbde2e8cd1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Metasploit3 < Msf::Auxiliary
cmd = datastore['CMD']
connect
sock.put("\n"+cmd+"\n")
sock.put("\n#{cmd}\n")
Rex.sleep(1)
resp = sock.get_once