Skip to content

Application designed for automated exploits runs during Capture the Flag (CTF) competitions

Notifications You must be signed in to change notification settings

basherru/hurricane-farm

Repository files navigation

Hurricane Farm

Application designed for automated exploits runs during Capture the Flag (CTF) competitions.

Development setup:

For starting with the project, please read Development Setup instructions.

Workflow & contributing:

Please read our Contribution Guidelines and Code of Conduct.

Everyday Gems & commands to run before pushing to origin:

  1. 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)

  2. Rubocop: a Ruby static code analyzer, based on the community Ruby style guide. Run:

    bundle exec rubocop

    to check your Ruby-files.

About

Application designed for automated exploits runs during Capture the Flag (CTF) competitions

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published