All Projects → Andrewerr → ddos

Andrewerr / ddos

Licence: GPL-3.0 License
Simple dos attack utility

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ddos

overload
📡 Overload DoS Tool (Layer 7)
Stars: ✭ 167 (+363.89%)
Mutual labels:  ddos, tcp, udp, ddos-attacks, flood
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+86.11%)
Mutual labels:  socket, tcp, udp, socket-io
RRQMSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
Stars: ✭ 286 (+694.44%)
Mutual labels:  socket, tcp, udp, socket-io
DDoS-Script
A script written in perl for ddos ​​with automatic detection of open and vulnerable port that gives up to 1.5 gb packages / s
Stars: ✭ 30 (-16.67%)
Mutual labels:  ddos, tcp, udp, flood
ComputerNetworks-unipd2018
Tips and resources to easily pass the "Computer Networks" practical exam ("Reti di calcolatori") in Padua
Stars: ✭ 21 (-41.67%)
Mutual labels:  tcp, udp, ping, icmp
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+5188.89%)
Mutual labels:  tcp, udp, ping, icmp
knockonports
A port knocking client for Android
Stars: ✭ 25 (-30.56%)
Mutual labels:  tcp, udp, icmp
Socket
The Hoa\Socket library.
Stars: ✭ 61 (+69.44%)
Mutual labels:  socket, tcp, udp
ccxx
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
Stars: ✭ 31 (-13.89%)
Mutual labels:  tcp, udp, pthread
udp2raw
A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
Stars: ✭ 5,256 (+14500%)
Mutual labels:  tcp, udp, icmp
LiteNetwork
A simple and fast .NET networking library compatible with .NET Standard 2, .NET 5, 6 and 7.
Stars: ✭ 66 (+83.33%)
Mutual labels:  socket, tcp, packet
socket
Dazzle Async Socket
Stars: ✭ 19 (-47.22%)
Mutual labels:  socket, tcp, udp
gen icmp
ICMP protocol implementation for Erlang without NIFs
Stars: ✭ 26 (-27.78%)
Mutual labels:  ping, icmp, icmp-ping
KingNetwork
KingNetwork is an open source library to facilitate the creation and communication of clients and servers via TCP, UDP, WebSocket and RUDP sockets.
Stars: ✭ 78 (+116.67%)
Mutual labels:  socket, tcp, udp
net-protocol
golang模拟内核协议栈 实现链路层、网络层、传输层、应用层 用户态协议栈 ,基于虚拟网卡TUN/TAP
Stars: ✭ 129 (+258.33%)
Mutual labels:  tcp, udp, icmp
Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (+230.56%)
Mutual labels:  ddos, tcp, udp
sledgehammer
🔨 📶 WiFi-Jammer/DoS toolset
Stars: ✭ 34 (-5.56%)
Mutual labels:  tcp, icmp, denial-of-service
packet
📦 Send network packets over a TCP or UDP connection.
Stars: ✭ 68 (+88.89%)
Mutual labels:  tcp, udp, packet
AndroidNetMonitor
This project aims to collect and analyze traffic information of Android.(采集手机发送和接收的报文简要信息,并且根据socket记录每个报文对应哪个手机app)
Stars: ✭ 25 (-30.56%)
Mutual labels:  socket, tcp, udp
gnb udp over tcp
gnb_udp_over_tcp 是一个为GNB开发的通过tcp链路中转UDP分组转发的服务
Stars: ✭ 32 (-11.11%)
Mutual labels:  socket, tcp, udp

ddos

ddos--simple program to test ddos protection system
THIS PROGRAM PROVIDED FOR ONLY EDUCATIONAL PURPOSES

Support

The support of this program is currently stopped. The development of completely new toolkit is started at https://github.com/Andrewerr/ddos2

Compilation

$ ./build.sh release
Notice:Current build is not supported by some compilers.Download latest relase from here: https://github.com/Andrewerr/ddos/releases

Usage

$./ddos (HOST) (PORT) [options...]
HOST -- host to ddos
PORT -- port to connect,if set to 0 will try random ports
Options:

-r -- generate random packet
-u -- Use UDP
-p -- Use TCP
-t (THREAD COUNT) -- describes thread count,by default set to 5
-s (PACKET SIZE) -- set packet size
--http -- Make http request
--no-warnings -- ignore all warnings
--no-errors -- ignore errors
--no-wait -- Do not wait server to respond
--no-check -- Do not check server before starting ddos
--packetfile (FILENAME) -- load packet conents from file(Could be overrided with --http option)
--sleep (TIME) -- sleep between packets sendings (in milliseconds)


Examples

$ ./ddos some.boring.long.domain.net 80 -t 70 --no-wait --http
This will send packets some.boring.long.domain.net:80 without waiting for response using http request syntax in 70 threads.
$ ./ddos example.com 88 --no-check --no-wait -u
With this options program will send packets to example.com:88 without pre-start host check and without waiting for response.Program will use 5 threads. Program will use UDP protocol.

Updating

$ ./build.sh update

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].