Link to home
Start Free TrialLog in
Avatar of dtotten800
dtotten800

asked on

Security Scanner that scans Windows ASP.net built apps for Security Vulnerabilities

need a Security Scanner that scans Windows ASP.net built apps for Security Vulnerabilities.

I know that there are a lot of web vulnerability scanners, but i haven't seen many for scanning windows asp.net apps.
Avatar of jorge_toriz
jorge_toriz
Flag of Mexico image

Use CAT .NET Code Analysis
You can integrate it with Visual Studio
These are mostly from OWASP:

ANSA (Asp.Net Security Analyzer): http://www.owasp.org/index.php/ANSA
SAMSHE (Security Analyzer for Microsoft's Shared Hosting Environments): http://www.owasp.org/index.php/SAM%27SHE
ASP.NET Reflector: http://www.owasp.org/index.php/ASP.NET_Reflector
DefApp (Asp.Net web application firewall): http://www.owasp.org/index.php/DefApp
Beretta (Web Application Black Box vulnerability scanner): http://www.owasp.org/index.php/OWASP_FOSBBWAS_%28code_name_Beretta%29
IIS Metabase Explorer: http://support.microsoft.com/kb/840671

These should get you started with scanning for ASP.NET & any other .NET platform.
ASKER CERTIFIED SOLUTION
Avatar of Phateon
Phateon
Flag of India image

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