The WebUI flag launches the GoSpoof Command Center, providing a graphical interface for monitoring and managing GoSpoof.

Usage

./goSpoof -WebUI

Description

  • No default value
  • Launches web-based Command Center interface
  • Provides visual monitoring and management
  • Accessible at http://localhost:3000

Accessing the WebUI

When launched with the --WebUI flag, the Command Center is accessible at:

http://localhost:3000

Running WebUI Independently

You can also run the WebUI without the full GoSpoof tool:

  1. Navigate to the Web/Server directory:
cd Web/Server
  1. Start the server:
node server.js
  1. Access the interface at http://localhost:3000

Back to Options Overview