Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mytechnotalent/turbo-attack
A turbo traffic generator pentesting tool to generate random traffic with random MAC and IP addresses in addition to random sequence numbers to a particular IP and port.
https://github.com/mytechnotalent/turbo-attack
cyber-security cyberattack cybersecurity ddos ddos-attacks ddos-tool go golang hack hacking hacking-tool hacking-tools penetration-testing pentest pentest-tool pentesting pentesting-tools redteam redteam-tools redteaming
Last synced: 21 days ago
JSON representation
A turbo traffic generator pentesting tool to generate random traffic with random MAC and IP addresses in addition to random sequence numbers to a particular IP and port.
- Host: GitHub
- URL: https://github.com/mytechnotalent/turbo-attack
- Owner: mytechnotalent
- License: apache-2.0
- Created: 2022-03-17T21:51:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T23:33:14.000Z (5 months ago)
- Last Synced: 2024-08-05T17:29:45.718Z (4 months ago)
- Topics: cyber-security, cyberattack, cybersecurity, ddos, ddos-attacks, ddos-tool, go, golang, hack, hacking, hacking-tool, hacking-tools, penetration-testing, pentest, pentest-tool, pentesting, pentesting-tools, redteam, redteam-tools, redteaming
- Language: Go
- Homepage:
- Size: 11.1 MB
- Stars: 123
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - mytechnotalent/turbo-attack - A turbo traffic generator pentesting tool to generate random traffic with random MAC and IP addresses in addition to random sequence numbers to a particular IP and port. (Go)
README
![image](https://github.com/mytechnotalent/traffic-generator/blob/main/turbo-attack.png?raw=true)
## FREE Reverse Engineering Self-Study Course [HERE](https://github.com/mytechnotalent/Reverse-Engineering-Tutorial)
# turbo-attack
A turbo traffic generator pentesting tool to generate random traffic with random MAC and IP addresses in addition to random sequence numbers to a particular IP and port.# Linux IPv4 (ARM64)
```bash
usage: sudo ./turbo-attack_010_linux_arm64 eth0 4 192.168.0.2 443 150000
```# Linux IPv6 (ARM64)
```bash
usage: sudo ./turbo-attack_010_linux_arm64 eth0 6 fe80:0000:0000:0000:0000:0000:0000:0002 443 150000
```# Linux IPv4 (AMD64)
```bash
usage: sudo ./turbo-attack_010_linux_amd64 eth0 4 192.168.0.2 443 150000
```# Linux IPv6 (AMD64)
```bash
usage: sudo ./turbo-attack_010_linux_amd64 eth0 6 fe80:0000:0000:0000:0000:0000:0000:0002 443 150000
```## Usage
* Designed for Kali Linux or Debian distros only. This software uses Linux syscalls in order to optimize for speed.
* Tested within a Kali Linux ARM64 VMware Fusion VM on a Macbook Pro ARM64 machine.## Terms Of Use
* Do NOT use this on any computer you do not own or are not allowed to run this on.
* You may NEVER attempt to sell this, it is free and open source.
* The authors and publishers assume no responsibility.
* For educational purposes only.## Run Tests
```bash
sudo /usr/local/go/bin/go test -v -cover ./...
sudo /usr/local/go/bin/go test -coverprofile=coverage.out ./...
go tool cover -html=coverage.out
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)