Hello All,
Does anyone know a way in which Perl can shutdown a port that another process is using?
(I guess it is similar to the way root can kill other processes, but can it also be done in closing single port connections??)
I'm trying to write a program that will scan what ports are established and by what hosts. If a particular host is on a port it is not meant to be on, I would like to force that machine off so that the host that is meant to be connected to that port can connect.
Thanks,
Adam