Fixed a typo for variable res
git-svn-id: file:///home/svn/framework3/trunk@12725 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
869a6dbbe5
commit
eb72982751
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue