Skip to content

Commit

Permalink
updating...
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrdaddev committed Jun 3, 2018
1 parent 47691ea commit 665a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Spoofed_TCP_Flood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void Spoofed_TCP_Flood::override_headers(tcphdr *tcp, iphdr *ip){
case Config::Land:
tcp->th_flags = TH_SYN;
ip->saddr = ip->daddr;
tcp->source = tcp->th_dport;
tcp->th_sport = tcp->th_dport;
default:break;
}
}
Expand Down

0 comments on commit 665a374

Please sign in to comment.