The security tool of application in RoR, very nice tools
Intalation -> gem install brakeman
View version -> brakeman --version
Run the tool insite the application for output the file html -> brakeman -o brakeman.html
The tool show this ->
- Result
-
Loading scanner...
Processing application in /home/user/aplication
Processing gems...
[Notice] Detected Rails 5 application
Processing configuration...
[Notice] Escaping HTML by default
Parsing files...
Processing initializers...
Processing libs...ed
Processing routes...
Processing templates...
Processing data flow in templates...
Processing models...
Processing controllers...
Processing data flow in controllers...
Indexing call sites...
Running checks in parallel...
- CheckBasicAuth
- CheckBasicAuthTimingAttack
- CheckCrossSiteScripting
......
Top comments (0)