Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Network Guru...

From: louisaturk:coxinet at: 14-Dec-2001 13:53

Ryan, At 09:41 AM 12/14/2001 -0800, you wrote:
>My experience with these guys is that if they detect an open port, they come >back and try it again.
I'm running Windows 2000 and a cable modem (alway on), and I've also been noticing that people are trying to access my computer. I'm not sure if they have been successful or not, but I really need to make sure that my programs and data are secure. I am using the follow script to run another script (which sends files to a remote web server) every 50 minutes. forever [ do %sendfiles.r ; rebol script to do. wait 00:50:00 ; wait hours:minutes:seconds. ] In between runs, is a port open for invasion? If so, how can the script be changed so as to open the port, run the program, then close and secure the port until the next run? Also, how can I know if an invasion has happened? Louis