| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
While the Content and Structure is defined in the Methodology Taxonomy, this defines methods to allow for easy handling of methodologies logic. This gem is used and maintained by Bugcrowd Engineering.
This gem uses a versioned submodule approach to ensure backward compatibility and prevent breaking changes (like step not found or empty checklist title or description) in active pentest engagements when a hacker tries to complete a methodology:
lib/data/ ├── 0.1/ # Legacy methodologies ├── 0.9/ # Previous version methodologies ├── 1.0/ # Current version methodologies └── 1.1/ # Latest version methodologies
Add this line to your application's Gemfile:
gem 'bmt-ruby'For convenience in development, we provide a utility for spinning up a playground for playing with the gem. You can invoke it with:
bin/console| Back | FazBrowse Home | New Git URL |