This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Rails Goat Project"
Ken johnson (talk | contribs) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
=Main= | =Main= | ||
− | Railsgoat is a vulnerable version of the Ruby on Rails Framework and includes vulnerabilities from the OWASP Top 10, as well as some "extras" the project contributors felt worthwhile to share. This project is designed to educate both developers as well as security professionals. More information can be found at the "Unofficial" project site, listed below. | + | Railsgoat is a vulnerable version of the Ruby on Rails Framework and includes vulnerabilities from the OWASP Top 10, as well as some "extras" the initial project contributors felt worthwhile to share. This project is designed to educate both developers as well as security professionals. More information can be found at the "Unofficial" project site, listed below. |
− | The unofficial but maintained project page which includes tutorials, getting started, FAQ, etc. [http://railsgoat.cktricky.com RailsGoat Homepage] | + | The unofficial but maintained project page which includes tutorials, getting started, FAQ, etc. [http://railsgoat.cktricky.com RailsGoat Unofficial Homepage] |
=Project About= | =Project About= | ||
Line 14: | Line 14: | ||
[[Category:OWASP Project]] | [[Category:OWASP Project]] | ||
+ | |||
+ | |||
+ | {{Railsgoat Info | ||
+ | | project_name = Railsgoat | ||
+ | | project_home_page = http://railsgoat.cktricky.com | ||
+ | | project_description = Free training tool, vulnerable version of Ruby on Rails with Tutorials | ||
+ | | project_license = MIT | ||
+ | | leader_name[1-10] = Ken Johnson, Mike McCabe | ||
+ | | leader_email[1-10] = [email protected], [email protected] | ||
+ | }} |
Latest revision as of 16:12, 2 June 2016
Railsgoat is a vulnerable version of the Ruby on Rails Framework and includes vulnerabilities from the OWASP Top 10, as well as some "extras" the initial project contributors felt worthwhile to share. This project is designed to educate both developers as well as security professionals. More information can be found at the "Unofficial" project site, listed below.
The unofficial but maintained project page which includes tutorials, getting started, FAQ, etc. RailsGoat Unofficial Homepage
OWASP Railsgoat ProjectThis is a Rails application which is vulnerable to the OWASP Top 10. It is intended to show how each of these categories of vulnerabilities can manifest themselves in a Rails-specific way as well as provide the subsequent mitigations for each. IntroductionRuby on Rails is an incredibly popular web development framework. There are security concerns whether it be configuration related or language specific, developer-introduced vulnerabilities. Railsgoat comes pre-packaged with a tutorial section that covers the description of an issue, where the code flaw exists within the application, solution (for attack and prevention/mitigation), as well as a hint for those that would like to try and find the vulnerabilities themselves. Additionally, Railsgoat contains Unit-Tests that demonstrate the basics of writing security-based Unit-Tests. Description
LicensingOWASP Railsgoat is free to use. It is licensed under the MIT license. |
Project LeaderKen Johnson & Mike McCabe Quick Download
Classifications
|
Volunteers
Railsgoat is developed by a worldwide team of volunteers. The contributors to date have been:
- Ken Johnson
- Mike McCabe
- Al Snow
- Joseph Mastey
Others
Road Map
https://github.com/OWASP/railsgoat/issues
Getting Involved
Submit GitHub Pull Requests to add code. Submit Issues to make feature requests.
To contribute, or to know more, contact at ken (DOT) johnson (AT) owasp (DOT) org
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
From the Unofficial project page
The idea is simple. Free training for both developers and security professionals. All of it specific to the Ruby on Rails framework.Template:Railsgoat Info