fix the source port for this exploit

git-svn-id: file:///home/svn/framework3/trunk@5479 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-04-20 20:46:11 +00:00
parent b9f68f1bf9
commit caa9619368
1 changed files with 2 additions and 2 deletions

View File

@ -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