
원격 코드 실행 취약점 CVE-2013-0156을 테스트하기 위해 부트스트랩된 Rails 3.2.10
== CVE-2013-0156 및 CVE-2013-0155에 대한 Rails PoC 익스플로잇
원격 코드 실행 익스플로잇이 포함된 Rails 3.2.10 애플리케이션을 부트스트래핑했습니다.
=== 설정
Gem 종속성을 설치하고 포트 3002에서 앱을 실행하세요
$ bundle install $ rake db:migrate $ rails s -p 3002
http://localhost:3002로 이동하면 진행 방법에 대한 추가 지침을 확인할 수 있습니다.
== 라이선스:
(MIT 라이선스)
Copyright (c) 2013:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.