Awesome
WHATS THIS
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
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