WHATS THIS
October 15, 2019 ยท View on GitHub
Use this to find which process is visting destination port.
HOWTO
apt-get install linux-headers-`uname -r`
make
insmod port_connection.ko
echo 1234 > /proc/sys/net/ipv4/udp_port_connection
dmesg
October 15, 2019 ยท View on GitHub
Use this to find which process is visting destination port.
apt-get install linux-headers-`uname -r`
make
insmod port_connection.ko
echo 1234 > /proc/sys/net/ipv4/udp_port_connection
dmesg