I need your help

posted in General
Friday, October 14 2016, 09:26 AM
0
Hello,
I really like the Free Online Malware Scanner from quttera.com, so i decided to write a small java program, which starts a scan and gets the results.
I am using the Jsoup library for this.
I can get the HTML code of a finished Scan:

Response get = Jsoup.connect("https://quttera.com/detailed_report/example.com")
.method(Method.GET)
.timeout(15000)
.ignoreHttpErrors(true)
.execute();

But it seems like I cant start a Scan:

Response get = Jsoup.connect("https://quttera.com/sitescan/example.com")
.method(Method.GET)
.timeout(15000)
.ignoreHttpErrors(true)
.execute();

Could you please help me? How could I accomplish to start a scan with my java program?


Greetings from Germany,

Marcel Schneider

Accepted Answer

Friday, October 21 2016, 08:11 AM - #permalink
0
Hi Marcel, I don't have any access to quterra.com so you should contact them with this request through support@quttera.com.
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply