- Operates at the Kernel Network Layer, making it impossible to bypass without a
sudo study off.
- OS: Linux
- Dependencies:
go,iproute2(provides thesscommand),systemd-resolved.
Clone & install:
sudo ./install.sh- Modifying
/etc/hostsrequires root privileges. - Killing TCP connections at the kernel level (
ss -K dst [ip]) also requires elevated permissions. - Installing as a system command requires root access. (moving to
/usr/local/bin)
# Block all distractions & kill active sessions
sudo study on
# Restore access
sudo study off
# Check current status
sudo study status- I should make it configurable through
addcommand but im lazy just modify the code directly :D