> The Log
> Dec-03-09 17:20:09 C:\assp\assp.pl version 1.6.1.2(1.0.01) (Perl
5.008008)
> initializing ; Dec-03-09 17:20:09 File::Scan::ClamAV module version
1.8 installed;

download this tool

http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

and run it, check if there's a copy of "perl" running, if not
from a cmd prompt, run the command

netstat -aon|find "LISTEN"

and check if the port 25 or 55555 is shown and look at
the PID (process ID) holding those ports, then locate
the corresponding process in the first program above
and you'll have your "culprit"

another method to find "who" is listening on those ports
would be picking this tool

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

running it and select "show unconnected endpoints" from
the menu (to see listening ports) and then looking at which
process is holding a given port


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to