The WebUI flag launches the GoSpoof Command Center, providing a graphical interface for monitoring and managing GoSpoof.
Usage
./goSpoof -WebUIDescription
- 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:
- Navigate to the Web/Server directory:
cd Web/Server- Start the server:
node server.js- Access the interface at
http://localhost:3000