Home

Awesome

image

FREE Reverse Engineering Self-Study Course HERE

<br>

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)

usage: sudo ./turbo-attack_010_linux_arm64 eth0 4 192.168.0.2 443 150000

Linux IPv6 (ARM64)

usage: sudo ./turbo-attack_010_linux_arm64 eth0 6 fe80:0000:0000:0000:0000:0000:0000:0002 443 150000

Linux IPv4 (AMD64)

usage: sudo ./turbo-attack_010_linux_amd64 eth0 4 192.168.0.2 443 150000

Linux IPv6 (AMD64)

usage: sudo ./turbo-attack_010_linux_amd64 eth0 6 fe80:0000:0000:0000:0000:0000:0000:0002 443 150000

Usage

Terms Of Use

Run Tests

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