Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 953 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 953 Bytes

Overview

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.

Usage

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

License

Open-source under the MIT License.