cookbook 'kali', '= 0.1.1'
kali (11) Versions 0.1.1 Follow2
Installs/Configures Kali linux
cookbook 'kali', '= 0.1.1', :supermarket
knife supermarket install kali
knife supermarket download kali
kali Cookbook |
This cookbook installs and configures kali linux for debian OS.
It provides an easy way to manage your pentest environment with Chef!
Requirements
cookbooks
platforms
The following platforms and versions are tested and supported using Opscode's test-kitchen.
- Debian 7.6
Usage
kali::default
Just include kali
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[kali]" ] }
This will add kali linux repositories in apt sources and install the base of Kali linux system.
Additionally, you can include the following recipes as your need, these are based on kali linux metapackages:
- all
- All available packages in Kali linux
- forensic
- Forensic tools
- full
- Default Kali linux install
- gpu
- GPU-Powered tools
- pwtools
- Password Cracking tools
- rfid
- RFID tools
- sdr
- Software Defined Radio tools
- top10
- Top 10 Kali linux tools
- voip
- VoIP tools
- web
- Web assessment tools
- wireless
- Wireless tools
See the official documentation: http://tools.kali.org/kali-metapackages
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
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
kali CHANGELOG
This file is used to list changes made in each version of the kali cookbook.
0.1.1
- Packages authentication with gpg signature
0.1.0
- Initial release of kali cookbook
Foodcritic Metric
0.1.1 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/792e193f53d3a32045988a67/kali/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/792e193f53d3a32045988a67/kali/metadata.rb:1
0.1.1 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/792e193f53d3a32045988a67/kali/metadata.rb:1