Mobile app version of vmapp.org
Login or Join
Alves908

: Any tools for measuring the security of a site? I'm wondering is there any tool for measuring or testing the security of a website ? I've written some ASP.NET web-app , So i would like

@Alves908

Posted in: #AspNet #Security

I'm wondering is there any tool for measuring or testing the security of a website ?

I've written some ASP.NET web-app , So i would like measure the security of my own application and if there is any whole like sql-Injection or XSS , i could fix that .

Thank you

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

There's several good apps you can look at for this, some of them available for free.

Netsparker has a community edition that covers XSS and SQLi

Acunetix WVS also have a community edition that can review sites for XSS.

On top of that there's some free tools that you could use

skipfish is a free security scanner from a google researcher

W3AF is a a free web app. scanner

BTW if you've got more questions on the security side of things, there's a dedicated Stack Exchange site at security.stackexchange.com

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme