Brakeman - An awesome gem that scans your app against vulnerabilities.
Public
22 Oct 08:58

To use Brakeman, the only thing is to install the gem:

$ gem install brakeman

and then run the single command in Rails application’s root directory:

$ brakeman

The output of this command will reveal discovered vulnerabilities in Less-like interface. You can also export the output to file, using:

$ brakeman -o output.txt
https://github.com/presidentbeef/brakeman 

Comments

Joe
aleksander
Great, I've already found a vulnerability in ePlanning and created a ticket for that. Thanks @wolf