Swinds is a Go-based program that replicates the Swinds Attack functionality. Use the install.sh
script to build, install, and manage the swinds binary as a systemd service.
Run the install.sh
script with one of the following commands:
-
build
: Build the binary../install.sh build
-
install
: Build and install the binary../install.sh install
-
create-service
: Create the systemd service../install.sh create-service
-
setup-service
: Set up and enable the service../install.sh setup-service
-
status
: Check the service status and logs../install.sh status
-
clean
: Clean up the build directory../install.sh clean
-
check
: Check if the binary is installed../install.sh check
Open-source under the MIT License.