there are many viruses in the web world and my doubt is does viruses affect web crawling services

Recommended Answers

All 2 Replies

no it doesnt affect

The majority of malware is installed by social engineering, not browser exploits. A script crawling the web will not be vunerable to this kind of attack (unless you write a crawler that speficially finds these kinds of sites, and tests them in sandbox's for statistical purposes).

Furthermore, most web crawlers collect statistics on text, and capture text based data, while ignoring binaries. It is possible for it to capture and save a malicious piece of some client side script. The crawler itself will probably not attempt to run scripts (unless the crawler is saving pictures of rendered webpages - in that case the browser is likely running in a sandbox, plus the platform of the crawler is relavent if infection is the goal). If the crawler captures a malicious piece of some client side script, and then a user views that malicious script, and the captured information is unescaped/sanitized, then there is a potential for the user to be infected. However, browser exploits are rather difficult nowadays.

So the answer is unlikely.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.