views:

99

answers:

2

is there any webservice. i send web page resources to scan for vulnerability.(Trojen+spy+xss+sqlenjection etc.)Like that



Scanner(source)

Scanner(source)
{
      CallService(source)
}

OR


Scanner(webpagename)

Scanner(string webpagename)
{
   // webpagename: www.xyz.com

      CallService(webpagename)
}

A: 

Check this website maybe they got an API that you could work with.

http://www.acunetix.com/

Konstantinos
is there free webservice. i have no money to afford 1400 dollars :))))
Phsika
They have a free version of the program (http://www.acunetix.com/cross-site-scripting/scanner.htm)
jao
A: 

This doesn't have an API. You just point it at an IP address/URL and it scans for a lot of common vulnerabilities with web applications.

For a Unix environment:

http://cirt.net/nikto2

There's also a program for Windows:

http://www.sensepost.com/research/wikto/

Which doesn't seem to be related to Nikto.

From what I know, they're both free.

Jeremy Powell