cookbook 'beef', '= 0.3.0'
beef (6) Versions 0.3.0 Follow1
Installs/Configures BeEF
cookbook 'beef', '= 0.3.0', :supermarket
knife supermarket install beef
knife supermarket download beef
BeEF Cookbook
Install and configures BeFF - The Browser Exploitation Framework!
Requirements
Platforms
The following platforms and versions are tested and supported using Opscode's test-kitchen.
- Debian wheezy
- Debian jessie
Attributes
beef::default
Key | Type | Description |
---|---|---|
[beef][packages] |
Array | Additional packages to install (default: [git, libsqlite3-dev, build-essential] ) |
[beef][user] |
String | BeEF user (default: beef ) |
[beef][group] |
String | BeEF group (default: beef ) |
[beef][path] |
String | BeEF installation path (default: /opt/beef ) |
[beef][git_repository] |
String | BeEF repository url (default: https://github.com/beefproject/beef.git ) |
[beef][git_reference] |
String | BeEF repository reference (default: beef-0.4.6.1 ) |
[beef][ruby_bin_dir] |
String | Ruby bin directory (default: /opt/chef/embedded/bin ) |
beef::config
The [beef][config][beef]
namespace is a Hash containing the BeEF configuration.
Default configuration is set from beef-0.4.6.1
beef::service
Use the [beef][service]
attribute to override variables service configuration. See [default](attributes/service.rb) overrides.
All variables you can override can be found in [service template](templates/default/service/init.erb#L13-L20).
Usage
beef::default
Just include beef
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[beef]" ] }
beef::service
Just include beef::service
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[beef::service]" ], "attributes": { "beef": { "service": { "NAME": "beef-xss" } } } }
Running tests
First, install dependencies:
bundle install
Run Checkstyle and ChefSpec:
bundle exec rake
Run Kitchen tests:
bundle exec rake kitchen
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Sliim sliim@mailoo.org
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
beef CHANGELOG
This file is used to list changes made in each version of the BeEF cookbook.
0.3.0
- New recipe:
beef::service
to install and enable BeEF service - Do not install ruby, use the ruby embedded with Chef by default
- New attributes:
[beef][ruby_bin_dir]
and[beef][group]
- Removed
nohup
process
Potential breaking changes
- Reviewed configuration template and attributes
- Set default attribute for BeEF 0.4.6.1-alpha (current)
- Removed useless apt packages.
0.2.0
- Chef 12 compatibility
- Use Rake instead of Strainer
- Test hardness (rubocop, chefspec, kitchen)
- No cookbook dependencies
0.1.1
- Attributes reorganization
0.1.0
- Initial release of beef cookbook
Foodcritic Metric
0.3.0 passed this metric
0.3.0 passed this metric