Update README.md

This commit is contained in:
Ilia Dafchev
2024-11-14 21:51:00 +02:00
committed by GitHub
parent fe2922b5fb
commit d24337a3bd
+6
View File
@@ -1,2 +1,8 @@
# IPMute
Powershell script to block communication from processes by utilizing secondary IP addresses for sinkholing
1. Edit the script and define which processes to monitor/block
2. Execute and let it run. For any discovered TCP connection coming from the monitored processes, the remote IP will be added as a secondary IP address to the network interface, effectively sinkholing that traffic to the local adapter.
3. CTRL+C will initiate cleanup and terminate
The script is of POC quality and makes changes to the network configuration of the host. You may cut out your internet connection :)