Quote:
Also, a lot of servers nowadays are able to block those kinds of attacks because they are so easy to perpetrate, especially in linux and unix boxes. You CAN do them in windows NT and 2000 and XP fairly easily I have heard because they provide raw socket support letting the user create their own TCP packets, and I am fairly sure that the only way to do them is with some crazy kernel hacking or stuph.
Well, you're wrong about that too. There are several network layer kits that provide raw socket functionality. Sub7 includes one (winpcap). Essentially you need a network socket layer replacement (winpcap is an example of this) on your OS, and a tool that can use it. You can perform a SYN flood from Win2K/XP by default, but with 9x and NT it requires a third party tool such as winpcap to do it. Easily obtainable, easily doable, and entirely Skript Kiddie like.