Ruby
Ruby on Rails
Section titled “Ruby on Rails”Ruby on Rails is a server-side web application framework written in Ruby.
Popularity: According to StackOverflow’s 2022 Developer Survey, Ruby on Rails is the most popular Ruby framework that can be used to build web applications and REST APIs.
Railsgoat by OWASP
Section titled “Railsgoat by OWASP”- Description: An Official OWASP Project - A vulnerable Rails application that follows the OWASP Top 10.
- Source Code: https://github.com/vulnerable-apps/railsgoat.git
- Credentials:
- Username:
admin@metacorp.com - Password:
admin1234
- Username:
git clone https://github.com/vulnerable-apps/railsgoat.gitcd railsgoat
# Start the appdocker-compose builddocker-compose run web rake db:setupdocker-compose up -dsleep 25
# Create the AppAPP=railsgoatURL=http://localhost:3000nightvision target create $APP $URL --type web
# Record authenticationnightvision auth playwright create $APP $URL
# run the scannightvision scan $APP --auth ${APP}