blob: 2260d3204aac8d80a1ac84e00366a87ce8b2ba3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = turbo-attack-git
pkgdesc = 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.
pkgver = 0.1.0
pkgrel = 3
url = https://github.com/mytechnotalent/turbo-attack
arch = aarch64
arch = riscv64
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
depends = sudo
optdepends = turbo-scanner: A port scanner and service detection tool that uses 1000 goroutines at once to scan any hosts's ip or fqdn with the sole purpose of testing your own network to ensure there are no malicious services running.
provides = turbo-attack
conflicts = turbo-attack
source = turbo-attack-git::git+https://github.com/mytechnotalent/turbo-attack.git
sha256sums = SKIP
pkgname = turbo-attack-git
|