banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Dosinator:一款功能强大的DoS拒绝服务攻击测试工具

Dosinator 是一款功能强大的拒绝服务 DoS 攻击测试工具,该工具基于纯 Python 3 开发,可以帮助广大研究人员和安全专家模拟各种类型的 DoS 拒绝服务攻击,并以此来评估和测试网络系统和应用程序针对网络威胁(DoS)的抵御能力。

项目地址

Dosinator:https://github.com/HalilDeniz/Dosinator
功能介绍

1、支持多种 DoS 攻击模式:DoCinator 支持 SYN Flood、UDP Flood 和 ICMP Flood 攻击模式,允许我们模拟各种类型的 DoS 攻击;
2、支持自定义参数:调整数据包大小、攻击频率和持续时间,以微调攻击的强度和持续时间;
3、IP 地址欺骗功能:启用 IP 欺骗以在攻击期间屏蔽源 IP 地址并增强匿名性;
4、多线程数据包发送:利用多个线程同时发送数据包,最大限度地提高攻击速度和效率;

工具要求

Python 3.x
scapy
argparse

工具安装

由于该工具基于 Python 3 开发,因此我们首先需要在本地设备上安装并配置好 Python 3 环境。接下来,广大研究人员可以使用下列命令将该项目源码克隆至本地:

git clone https://github.com/HalilDeniz/DoSinator.git

然后切换到项目目录中,使用 pip 工具和项目提供的 requirements.txt 安装该工具所需的其他依赖组件:

cd DoSinator

pip install -r requirements.txt

工具使用

usage: dosinator.py [-h] -t TARGET -p PORT [-np NUM_PACKETS] [-ps PACKET_SIZE]

               [-ar ATTACK_RATE] [-d DURATION] [-am {syn,udp,icmp,http,dns}]

               [-sp SPOOF_IP] [--data DATA]

optional arguments:

-h, --help 显示工具帮助信息和退出

-t TARGET, --target TARGET

                    目标IP地址

-p PORT, --port PORT 目标端口号

-np NUM_PACKETS, --num_packets NUM_PACKETS

                    要发送的数据包数量 (默认: 500).

-ps PACKET_SIZE, --packet_size PACKET_SIZE

                    数据包字节大小 (默认: 64).

-ar ATTACK_RATE, --attack_rate ATTACK_RATE

                    每秒数据包攻击频率 (默认: 10).

-d DURATION, --duration DURATION

                    攻击间隔时间(秒)

-am {syn,udp,icmp,http,dns}, --attack-mode {syn,udp,icmp,http,dns}

                    攻击模式 (默认: syn).

-sp SPOOF_IP, --spoof-ip SPOOF_IP

                    IP地址欺骗

--data DATA 要发送的自定义数据字符串

工具运行截图

image

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。