Skip to content

Emergency KillSwitch is a program written in Go which turn off all network connections

Notifications You must be signed in to change notification settings

furax124/KillSwitch_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KillSwitch_Network

Emergency KillSwitch is a program written in Go which turn off all network connections

Features

  • 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

Requirements

  • Go 1.23 or later
  • Windows 11

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/KillSwitch_Network.git
    cd KillSwitch_Network
    go build -o KillSwitch_Network.exe -ldflags -H=windowsgui

Utility

  • 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.

Program Startup with Admin rights

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)

About

Emergency KillSwitch is a program written in Go which turn off all network connections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages