M
M
MrNine2015-10-08 14:46:26
Python
MrNine, 2015-10-08 14:46:26

How to write a program in python to check websites for malware?

In general, the essence of the question is, there are such sites where you write the URL and check if they have malware or not, I want to write a python script that will receive links from the file as input, check them through these sites and display the result, how can I do this ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Martyanov, 2015-10-08
@vilgeforce

It's very simple: you ask the user for a file name with links, get links from the file, send them to these sites, display the result. Your question already contains the ENTIRE answer.

R
Roman Kitaev, 2015-10-08
@deliro

requests or selenium
If the site is without whistles on JS with ajaxes and loading - requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question