-1

I want to develop a web applications to collect or exchange sensitive or personal data.

This system would give user a detailed automated report on:

  • How secure user's website is?
  • How easily it can be hacked?
  • Where exactly is the problem and
  • What are the remedies?
Kijewski
  • 25,517
  • 12
  • 101
  • 143
  • I suggest narrowing down your feature list. What do you mean by "how secure"? Are you looking for XSS? SQL injections? Malicious code? Admin password "123"? – n1313 Sep 02 '09 at 08:26

2 Answers2

1

HP Webinspect should help you in securing your web applications:

http://webappsecure.blogspot.in/2012/07/hp-webinspect-tutorial.html

roro
  • 11
  • 1
0

HP has a tool called WebInspect that does something similar to this. You may want to look at their tool.

Kijewski
  • 25,517
  • 12
  • 101
  • 143
Taylor Leese
  • 51,004
  • 28
  • 112
  • 141