fix the source port for this exploit
git-svn-id: file:///home/svn/framework3/trunk@5479 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b9f68f1bf9
commit
caa9619368
|
@ -1,5 +1,5 @@
|
|||
##
|
||||
# $Id:$
|
||||
# $Id$
|
||||
##
|
||||
|
||||
##
|
||||
|
@ -131,7 +131,7 @@ class Exploits::Windows::Firewall::BlackicePamIcq < Msf::Exploit::Remote
|
|||
|
||||
print_status("Sending UDP request to #{datastore['RPORT']} (#{packet.length} bytes)")
|
||||
|
||||
connect_udp
|
||||
connect_udp(true, { 'CPORT' => 4000 })
|
||||
udp_sock.put(packet)
|
||||
disconnect_udp
|
||||
|
||||
|
|
Loading…
Reference in New Issue