Emergency KillSwitch is a program written in Go which turn off all network connections
- Toggle network connections using Alt+N hotkey (configurable)
- Disable all network adapters, WiFi, Ethernet, and network services
- Enable all network adapters, WiFi, Ethernet, and network services
- No pop up window using syscall package
- Go 1.23 or later
- Windows 11
- Clone the repository:
git clone https://github.com/yourusername/KillSwitch_Network.git cd KillSwitch_Network go build -o KillSwitch_Network.exe -ldflags -H=windowsgui
- If a Stealer tries to steal your data, you can quickly disable all network connections using the Alt+N hotkey. This will prevent the Stealer from sending your data to their server.
Create a Scheduled Task to trigger at log on.
In the Create Task dialog, select the following:
- General (tab), Run with highest privileges
- Triggers (tab), New (button), Begin the task, At log on
(Copie and Pasted from stack overflow i was lazy to explain it)