Slashdot Mirror


Google Releases a Web-App Case Study For Hackers

Hugh Pickens writes "The San Francisco Chronicle reports that Google has released Jarlsberg, a 'small, cheesy' web application specifically designed to be full of bugs and security flaws as a security tutorial for coders, and encourages programmers to try their hands at exploiting weaknesses in Jarlsberg as a way of teaching them how to avoid similar vulnerabilities in their own code. Jarlsberg has multiple security bugs ranging from cross-site scripting and cross-site request forgery, to information disclosure, denial of service, and remote code execution. The codelab is organized by types of vulnerabilities." (Read on for more.) "In black box hacking, users try to find security bugs by experimenting with the application and manipulating input fields and URL parameters, trying to cause application errors, and looking at the HTTP requests and responses to guess server behavior while in white-box hacking, users have access to the source code and can use automated or manual analysis to identify bugs. The tutorial notes that accessing or attacking a computer system without authorization is illegal in many jurisdictions but while doing this codelab, users are specifically granted authorization to attack the Jarlsberg application as directed."

4 of 95 comments (clear)

  1. Jarlsberg by clone53421 · · Score: 5, Informative

    For those who missed the reference, Jarlsberg is a variety of cheese which has large, irregular holes.

    --
    Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
  2. Re:a tutorial from China by FuckingNickName · · Score: 1, Informative

    Android is built on Linux, which is open source. Google's apps on Android are closed source.
    Chromium is built on WebKit, which is built on KDE's HTML rendering engine, which is open source. Chrome is closed source.

    So even when they're taking great advantage of open source, like Apple, they can't resist making sure the full kaboodle is closed. And these are just just their minor projects.

    Their major search thing is as closed as they promised it wouldn't be (though no-one remembers that any more).

  3. HackThisSite by brainfsck · · Score: 3, Informative

    I had fun messing around on the site. If you're interested in this sort of thing, HackThisSite.org has about a dozen similar "Realistic Missions" as well as forums and many other types of security-related challenges.

  4. Web Goat by dhadley519 · · Score: 4, Informative

    Interested parties should also be aware of web goat by the owasp team. http://www.owasp.org/index.php/Category:OWASP_WebGoat_Project