a demo for Ruby on Rails CVE-2019-5418
[4.0K] /data/pocs/b6a689bcdbe3598aaf55c7358a74baf064d3ce8a
├── [4.3K] Bandit.py
└── [4.0K] demo
├── [4.0K] app
│ ├── [4.0K] assets
│ │ ├── [4.0K] config
│ │ │ └── [ 101] manifest.js
│ │ ├── [4.0K] images
│ │ ├── [4.0K] javascripts
│ │ │ ├── [ 721] application.js
│ │ │ ├── [ 211] bandit.coffee
│ │ │ ├── [ 360] cable.js
│ │ │ └── [4.0K] channels
│ │ └── [4.0K] stylesheets
│ │ ├── [ 49K] application.css
│ │ ├── [ 49K] bandit.scss
│ │ └── [ 49K] main.css
│ ├── [4.0K] channels
│ │ └── [4.0K] application_cable
│ │ ├── [ 79] channel.rb
│ │ └── [ 85] connection.rb
│ ├── [4.0K] controllers
│ │ ├── [ 140] application_controller.rb
│ │ ├── [ 128] bandit_controller.rb
│ │ └── [4.0K] concerns
│ ├── [4.0K] helpers
│ │ ├── [ 29] application_helper.rb
│ │ └── [ 24] bandit_helper.rb
│ ├── [4.0K] jobs
│ │ └── [ 43] application_job.rb
│ ├── [4.0K] mailers
│ │ └── [ 102] application_mailer.rb
│ ├── [4.0K] models
│ │ ├── [ 78] application_record.rb
│ │ └── [4.0K] concerns
│ └── [4.0K] views
│ └── [4.0K] layouts
│ ├── [ 352] application.html.erb
│ ├── [ 229] mailer.html.erb
│ └── [ 13] mailer.text.erb
├── [4.0K] bin
│ ├── [ 125] bundle
│ ├── [ 264] rails
│ ├── [ 213] rake
│ ├── [ 957] setup
│ ├── [ 507] spring
│ ├── [ 819] update
│ └── [ 303] yarn
├── [4.0K] config
│ ├── [ 658] application.rb
│ ├── [ 207] boot.rb
│ ├── [ 189] cable.yml
│ ├── [ 464] credentials.yml.enc
│ ├── [2.9K] database.yml
│ ├── [ 128] environment.rb
│ ├── [4.0K] environments
│ │ ├── [2.1K] development.rb
│ │ ├── [3.8K] production.rb
│ │ └── [1.8K] test.rb
│ ├── [4.0K] initializers
│ │ ├── [ 216] application_controller_renderer.rb
│ │ ├── [ 630] assets.rb
│ │ ├── [ 404] backtrace_silencers.rb
│ │ ├── [1.1K] content_security_policy.rb
│ │ ├── [ 244] cookies_serializer.rb
│ │ ├── [ 194] filter_parameter_logging.rb
│ │ ├── [ 647] inflections.rb
│ │ ├── [ 156] mime_types.rb
│ │ └── [ 485] wrap_parameters.rb
│ ├── [4.0K] locales
│ │ └── [ 848] en.yml
│ ├── [1.4K] puma.rb
│ ├── [ 160] routes.rb
│ ├── [ 111] spring.rb
│ └── [1.1K] storage.yml
├── [ 130] config.ru
├── [4.0K] db
│ └── [ 370] seeds.rb
├── [2.2K] Gemfile
├── [5.3K] Gemfile.lock
├── [4.0K] lib
│ ├── [4.0K] assets
│ └── [4.0K] tasks
├── [4.0K] log
├── [ 65] package.json
├── [4.0K] public
│ ├── [1.7K] 404.html
│ ├── [1.7K] 422.html
│ ├── [1.6K] 500.html
│ ├── [ 0] apple-touch-icon.png
│ ├── [ 0] apple-touch-icon-precomposed.png
│ ├── [ 0] favicon.ico
│ ├── [ 98] robots.txt
│ └── [9.2K] test.html
├── [ 227] Rakefile
├── [ 391] README.md
├── [4.0K] storage
├── [4.0K] test
│ ├── [ 157] application_system_test_case.rb
│ ├── [4.0K] controllers
│ │ └── [ 138] bandit_controller_test.rb
│ ├── [4.0K] fixtures
│ │ └── [4.0K] files
│ ├── [4.0K] helpers
│ ├── [4.0K] integration
│ ├── [4.0K] mailers
│ ├── [4.0K] models
│ ├── [4.0K] system
│ └── [ 290] test_helper.rb
├── [4.0K] tmp
└── [4.0K] vendor
42 directories, 68 files