10 lines
492 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ruby Tricks
{{#include ../../banners/hacktricks-training.md}}
## ファイルアップロードによるRCE
[この記事](https://www.offsec.com/blog/cve-2024-46986/)で説明されているように、`config/initializers/`のような敏感なディレクトリに`.rb`ファイルをアップロードすると、Ruby on Railsアプリケーションでリモートコード実行RCEにつながる可能性があります。
{{#include ../../banners/hacktricks-training.md}}