Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi I want a testing tool which will test application security, Vulnerabilities of application and Sql Injection etc . Please suggest me some tools.

Most importantly the tools you have suggested should support .Net application and should have UI for testing.

Thanks
Prafulla
Posted
Comments
Samresh.ss 10-Jul-13 8:59am    
IBM's AppScan is one tool
nikhil-vartak 10-Jul-13 14:25pm    
http://stackoverflow.com/questions/3470431/security-vulnerability-testing-tool-for-net-web-applications

Here's another link which will allow you use FireFox as a Testing tool.

http://resources.infosecinstitute.com/use-firefox-browser-as-a-penetration-testing-tool-with-these-add-ons/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+infosecResources+%28InfoSec+Resources%29
 
Share this answer
 
You can also think of FxCop rules relacted to security.
 
Share this answer
 
Here is a bit of reading material: Microsoft Security Development Lifecycle (SDL) - Version 3.2[^]

Tools:
Attack Surface Analyzer[^]
SDL Threat Modeling Tool 3.1.8[^]

As CdnSecurityEngineer mentioned you should try out BackTrack, Kali or something similar.

Metasploit[^] is definitely worth looking at, and so is the Samurai Web Testing Framework[^]


Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Jul-13 16:45pm    
Good links, a 5.
—SA
Espen Harlinn 10-Jul-13 16:51pm    
Thank you, Sergey :-D
There are a number of tools out there it depends on how complex or non complex you want, it also depends on whether you want to pay for them or not.

Simply ZAP - Proxy from OWASP is a good too to get started with.
Burp Suite - Again a good tool but a license will cost you 300$.

If you want to progress a little more complicated, then there is BackTrack and Kali linux these are both Penetration testing distributions of linux. They come with many tools For testing your website, @ work we use .NET exclusively. I use all these tools depending on what I want to test and where.
 
Share this answer
 
Comments
Espen Harlinn 10-Jul-13 16:40pm    
Well answered :-D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900