missed a line in the conversion to packetfu, see #5038

git-svn-id: file:///home/svn/framework3/trunk@13442 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-07-31 04:41:17 +00:00
parent 89a41e86da
commit 021fa0d8cb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class Metasploit3 < Msf::Auxiliary
p.ip_saddr = shost
p.ip_daddr = dhost
p.tcp_sport = sport
n.l4.ack = 0
p.tcp_flags.ack = 0
p.tcp_flags.syn = 1
p.tcp_dport = dport
p.tcp_win = 3072