Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minatsukix86/tcpflood
https://github.com/minatsukix86/tcpflood
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minatsukix86/tcpflood
- Owner: minatsukix86
- Created: 2024-09-29T14:27:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T14:27:48.000Z (about 2 months ago)
- Last Synced: 2024-11-02T01:25:32.451Z (13 days ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TCP Flood Attack Script in Go
This Go-based script is designed to perform TCP flood attacks by generating a large volume of TCP packets towards a specified target. It utilizes random source IP addresses and supports multiple threads to maximize the attack's effectiveness.
## Features
- **Randomized Source IPs**: Each packet is sent from a randomly generated source IP address to evade detection.
- **Configurable Parameters**: Users can specify the target IP, destination port, number of threads, packets per second (PPS), and the duration of the attack.
- **Multi-threading Support**: The script can run multiple threads simultaneously, increasing the overall packet output and enhancing the attack's impact.
- **Checksum Calculation**: TCP/IP checksum is calculated for each packet to ensure data integrity.## Usage
To run the script, use the following command format:
```bash
go run main.go