Random Surf Program

Has anyone ever heard of a program where you give it a list of sites to surf, and the browser will go to them randomely? The reason I’m asking is to make sure that we properly remove all virus/spyware on the systems that come into the shop. Thanks in advance o.O

How does doing that make sure there is no spyware?

Well if it successfully navigates, and no spyware downloads, it would pass. But if it navigates, and then you find spyware, it fails? o.O

I was thinking something made with AutoIt or the like.

I could do a batch file to do that, however does it have to be random?

No, it can go in sequence. Would you get the batch file to load from a ini or txt file, or would you just have the list within the batch file?

The list would be in a batch file, it will be clear where you can edit and put own sites. I’ll post it in 30 mins if i can.

Sounds good. I’ll be waiting ^^

Problem with a batch file is that until you manually close the browser it won’t go onto the next command.

So with this you have to close the window, and the file with start the browser again with the next site. You can open the file with notepad and change the sites and number of them to suit.

randomsurf.zip (354 Bytes)

Is it possible to just redirect it to a different site after X delay without closing it?