Link to home
Start Free TrialLog in
Avatar of sunilramu
sunilramu

asked on

Are there any free tools similar to AppScan

Are there any free tools similar to AppScan?
ASKER CERTIFIED SOLUTION
Avatar of tnapolitano
tnapolitano

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DCreature
DCreature

You can't go past Microsoft's very own Microsoft Baseline Security Analyzer (MBSA) 2.0:

http://support.microsoft.com/?scid=kb;en-us;895660
Avatar of Rich Rumble
additional to the above:
http://www.acunetix.com/
http://www.securityinnovation.com/security-report/vulnScanners1.htm

there're some more open source (but it sems that you're looking for comercial ones:)

Keep in mind that they all have their pros and cons, and none of them is realy good (compaired to humans), except for detecting know vulnerabilities.
oops, missed to read the title proper: free tools

http://www.foundstone.com/ FoundScan

but most of them are far, far away from the quality of AppScan, ScanDo, WebInspect, etc. ...

Paros (http://www.parosproxy.org/index.shtml) is another Web Application scanner I've used in the past.

You might also want to look at Nikto (http://www.cirt.net/code/nikto.shtml), an Open Source web server scanner.

Hi sunilramu

If you want to try a wide variety of tools try one of the Linux live distros that run from a CD such as backtrack (http://www.remote-exploit.org/index.php/BackTrack) of knoppix etc - these provide an easy ready to go way of trying a variety of open source tools such as the above mentioned Nikto, Wikto, metaspliot, nessus, nmap, etc etc without actually having to install anything.

Not free (in fact fairly expensive...) but I have tested core impact and it is a very impressive product.

If you have any specific applications (e.g. web sites, DB servers etc) you want to test against it may be worth adding this detail so the replies to your question can be more specific - obviously this isn't relevant if you are looking for general tools to test a variety of systems.

cheers

Kevin
Avatar of sunilramu

ASKER

Hi all,
Tried Paros and Burp, works well couldnt get Oedipus to work it says cannot create ouput folder ...when i tried to run the analyzer. My question is what can AppScan or Oedipus  do which Burp and Paros cannot.

thanks for all your responses.
sunil
One thing i forgot to mention i am testing in windows environment.
Hi Sunilramu

The Linux based tools can all be used to scan windows based apps / websites - I would definitely recommend you try a live CD such as backtrack - you can boot into this on a desktop, when you are finished remove the CD, re-boot and your windows desktop will be untouched...

With regards to the applications you specifically mention these two links may be useful:

brief overview of several tools:
http://caffeinatedsecurity.com/blog/archives/2006/03/08/web-application-security-testing-tools/

more detailed examination of the tools you highlight and some others:
http://www.owasp.org/images/d/d2/OWASPAppSecEU2006_CanTestingToolsReallyFindOWASPTop10.ppt

cheers

Kevin
Burp and Paros are mainly proxies, well some fuzzing facilities added.
AppScan is a full featured scanner with a huge (most complete) database for known vulnerabilities and a huge list of files and directories to check. It also can analyze the website after crawling before it start testing. AppScan also tries to detect the web server and the OS, so it can check for related flaws only.

Disclaimer: I'm not related to Sanctum/Watchfire anyhow ;-)