Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 23 guests and 3 members online
 
Advertisement

You are here: Home arrow Featuresarrow Opinionsarrow Opinions on Webgoat
EH-Net
May 18, 2013, 11:07:12 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Opinions on Webgoat  (Read 9796 times)
0 Members and 1 Guest are viewing this topic.
Synquell
Full Member
***
Offline Offline

Posts: 169



View Profile
« on: March 22, 2010, 05:51:36 AM »

Hi everyone,

For years I've mostly been reading about network security, but now I feel I want to dive into application security some (a lot) more.

I've been chatting up with a friend of mine from a distant land, who does a lot of application security auditing, and who is quite active with OWASP.
He recommended WebGoat to me, as a good starting point.

It certainly seems an interesting piece of software to practice on, but just to make sure, I wanted to ask around here for opinions: did you do the lessons of WebGoat, and did you learn a thing or two from them?
Remember: I am a complete newbie in the field of appsec, however I have a fair bit of programming experience, which I hope will help to get in the right state of mind.

If it might be useful, I'm thinking of writing a little piece about my experiences with WebGoat once I'm going for it. As far as I can find, there is not such article on EHN yet?

Thanks in advance,

Dieter

Logged

Twitter: https://twitter.com/dietervds
Blog: https://synquell.wordpress.com (not much there yet)

The beginning of knowledge is the discovery of something we do not understand.
UNIX
Hero Member
*****
Offline Offline

Posts: 1234


View Profile
« Reply #1 on: March 22, 2010, 06:12:55 AM »

WebGoat is a great learning tool and I can recommend it especially to those who have only little or no experience in this area. Intermediates should be able to learn and practice some new techniques as well. The learning curve is manageable and the scenarios are legit. As there are solutions included as well, one should be able to get through it and understand the concepts. You also have the possibility to create your own scenarios too, which is a nice feature as well.

Setup is very straightforward, so just try it out and decide for yourself. Wink
« Last Edit: March 22, 2010, 06:17:27 AM by awesec » Logged
H1t M0nk3y
Hero Member
*****
Offline Offline

Posts: 864



View Profile
« Reply #2 on: March 22, 2010, 06:50:58 AM »

Hi Anquilas,

Being a programmer too, I also think Webgoat is good for doing an one hour demo to the other developers. Once you have gone through the exercises and understood them, you can decide to put it on a laptop and and demonstrate the main attacks to the others. I found this very effective to make the other developers realize the importance of validating user input, etc.

I personally think Webgoat is a good learning tool.

Logged

OSCP, GPEN, GWAPT, GSEC, CEH, CISSP
Jhaddix
Sr. Member
****
Offline Offline

Posts: 317



View Profile WWW
« Reply #3 on: March 22, 2010, 05:13:05 PM »

Dieter,

To specifically answer your question, yes i think a write-up on working your way through the Webgoat vulnerabilities would be useful to many new comers to the site, even if it's just your experiences.

Plus something i know for a fact is most people learn well by practical exposure, and the best way to retain the knowledge is teaching it to others =)
Logged

Knb15
Jr. Member
**
Offline Offline

Posts: 50


View Profile
« Reply #4 on: March 22, 2010, 09:42:29 PM »

I've bookmarked that site, and have just been waiting to have enough time to go through WebGoat myself. I would love to read a write up of your experiences going through it.

Seems like a very useful learning tool.
Logged
digitalcliff
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #5 on: March 22, 2010, 10:51:24 PM »

I agree that webgoat is an excellent learning and teaching tool. If you are not comfortable setting it up on your own, I would suggest taking a look at the owaspbwa virtual image from http://code.google.com/p/owaspbwa/, which includes not only the latest version of webgoat, but also a number of other preconfigured web security learning apps like damn vulnerable web app and Mutillidae.
Logged
j0rDy
Hero Member
*****
Offline Offline

Posts: 590


View Profile
« Reply #6 on: March 23, 2010, 03:49:16 AM »

I agree that webgoat is an excellent learning and teaching tool. If you are not comfortable setting it up on your own, I would suggest taking a look at the owaspbwa virtual image from http://code.google.com/p/owaspbwa/, which includes not only the latest version of webgoat, but also a number of other preconfigured web security learning apps like damn vulnerable web app and Mutillidae.

good info! is this the same as the OWASP liveCD? or does this contain extra functionality?
Logged

ISC2 Associate, CEH, ECSA, OSCP, OSWP

earning my stripes appears to be a road i must travel alone...with a little help of EH.net
UNIX
Hero Member
*****
Offline Offline

Posts: 1234


View Profile
« Reply #7 on: March 23, 2010, 04:06:37 AM »

Similar but not the same. You can read here which applications are included in owaspbwa.
Logged
Synquell
Full Member
***
Offline Offline

Posts: 169



View Profile
« Reply #8 on: March 23, 2010, 04:40:01 AM »

Thanks for the tip, I'll take a look at the virtual image option.

Kn15: same with the time-issue :-) But this week I finally have some, so I think I'll give it a shot.

Writing about the experience is certainly an extra motivation to do it properly. I'll keep you guys informed! Thanks!
Logged

Twitter: https://twitter.com/dietervds
Blog: https://synquell.wordpress.com (not much there yet)

The beginning of knowledge is the discovery of something we do not understand.
n1p
Jr. Member
**
Offline Offline

Posts: 89


View Profile WWW
« Reply #9 on: March 23, 2010, 03:08:06 PM »

Additional VM images and LiveCDs to look at in addition to WebGoat

  • Samrai WTF
  • Moth
  • Web Security Dojo

These contain both tools like w3af, burp suite, sqlmap and vulnerable apps such as DVWA, Mutillidae, HacMe Casino and others. Therefore providing both the tools and apps to get familiar with web app testing.

Cheers,
n1p
Logged
Synquell
Full Member
***
Offline Offline

Posts: 169



View Profile
« Reply #10 on: March 23, 2010, 04:47:44 PM »

I will take that to heart n1p, thanks!

I used this free evening to get starting with WebGoat, and I'm already getting hooked :-)
I'll write my first little piece, concerning the first steps and the first lessons, asap. This way I can get some guidelines from you guys early in the process.
InfoSecurity.be event tomorrow and the day after though, so not sure about the exact eta.

It's turning out to be a magnificent security-oriented week for me, with getting to know EHN and going to my first conference :-) I love it!
Logged

Twitter: https://twitter.com/dietervds
Blog: https://synquell.wordpress.com (not much there yet)

The beginning of knowledge is the discovery of something we do not understand.
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.067 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.