Jump to content
MakeWebGames

Web Application Exploits and Defenses


Zeggy

Recommended Posts

Google made a very nice tutorial on website exploits and how to protect against them.

http://jarlsberg.appspot.com/

You get your own copy of a buggy website, and follow the instructions to exploit and fix this website.

Covers xss, csrf, and much more!

 

The website is written in python so if you use php you may not understand the code, but the underlying principles are the same and these attacks can still be applied to your website!

Link to comment
Share on other sites

I like these types of challenges, but they are intended for different audiences.

I would think Python is not the most used language on the web, neither is it designed to be so.

It's designed to make life easier for programmers who wants to run and test their programs cross-platform.

Anyway, good post. It will help most people here understand more about security.

I would rather suggest HackQuest, it covers allot more than just the website part of an system.

Link to comment
Share on other sites

I don't know if maybe you misread the description, but this isn't similar to hackquest and other challenge sites. This is mainly a tutorial with some hands-on sections to try stuff out. But it can be treated as an article too. I think the target audience for this site is perfect for the web developers on this forum who want to learn more about web security.

Sure, python's not the most popular web dev language but it is just as appropriate for web dev as ruby is. Personally I use python for my own web development and I find it much nicer than using PHP.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...