Application designed for automated exploits runs during Capture the Flag (CTF) competitions.
For starting with the project, please read Development Setup instructions.
Please read our Contribution Guidelines and Code of Conduct.
-
Rails Best Practices: is a code metric tool to check the quality of Rails code. Run:
bundle exec rails_best_practices
or
bundle exec rails_best_practices -f html
(for HTML output)
-
Rubocop: a Ruby static code analyzer, based on the community Ruby style guide. Run:
bundle exec rubocop
to check your Ruby-files.