# RoR (Ruby on Rails)

## Brakeman

* Repository:&#x20;

{% embed url="<https://github.com/presidentbeef/brakeman>" %}

Install and run:

```bash
gem install brakeman
brakeman /path/to/rails/application
```

## RoR RCE's

Relevant write-up:&#x20;

{% embed url="<https://bishopfox.com/blog/ruby-vulnerabilities-exploits>" %}
