Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a .NET equivalent of WebGoat [closed]

Looking at this question the OWASP WebGoat project looks like a great way to learn about web security. Although the principles will equally to .NET applications I would prefer to use a .NET based application. Does anybody know of a suitable .NET alternative?

like image 819
PJB Avatar asked Dec 10 '25 22:12

PJB


2 Answers

http://www.foundstone.com/us/resources-free-tools.asp

At this website, you can find multiple website simulations call Hacme something. The simulation you are looking for is Hacme Bank.

Hacme Travel is in C++

Hacme Bank is in .NET

Hacme Shipping is in ColdFusion

Hacme Casino is in Ruby on Rails

Hacme Book is in Java J2EE

like image 175
h3xStream Avatar answered Dec 12 '25 12:12

h3xStream


Yes you are looking for HackMe Bank which is written in ASP.Net. There is also Google's Jarlsberg for python. for PHP there is The White Box and Damn Vulnerable Web App.

like image 33
rook Avatar answered Dec 12 '25 11:12

rook