1

I need to trigger my AntiVirus (McAfee) when accessing a test-virus URL (http://eicar.org/download/eicar.com) via python. If I use IE, Firefox or even wget for windows, the AntiVirus detects that a virus URL was accessed, which is the expected behavior. However, when using urllib or urllib2, the virus URL is successfully accessed and the AntiVirus does not detect that a "bad" URL has been reached. Has anyone tried something similar?

1
  • 1
    did you try writing the output to disk? Commented Oct 6, 2011 at 19:43

1 Answer 1

2

Write the output to disk- the virus scanner will see it then.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.