Fixed a typo for variable res

git-svn-id: file:///home/svn/framework3/trunk@12725 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-05-25 23:46:16 +00:00
parent 869a6dbbe5
commit eb72982751
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Metasploit3 < Msf::Auxiliary
udp_sock.put(target_mac+cmd)
res = udp_sock.recvfrom(65535, 0.5) and r[1]
res = udp_sock.recvfrom(65535, 0.5) and res[1]
#Parse the reply if we get a response
if res