Coder Social home page Coder Social logo

persianyagami90xs / kali Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sliim-cookbooks/kali

0.0 1.0 0.0 71 KB

Install/Configures Kali linux with Chef!

Home Page: https://supermarket.chef.io/cookbooks/kali

License: Apache License 2.0

Ruby 87.36% Shell 12.64%

kali's Introduction

kali Cookbook | Cookbook Version Build Status

This cookbook installs and configures Kali linux on debian OS.

Requirements

cookbooks

platforms

The following platforms and versions are tested and supported using Opscode's test-kitchen.

  • Debian 8
  • Debian 9

Attributes

kali::default

Key Type Description
[kali][distribution] String Distribution to use for apt repository (default: kali-rolling)
[kali][components] String Repository components (default: [main, non-free, contrib])
[kali][keyserver] String GPG keys server (default: pgp.mit.edu)
[kali][apt_timeout] Integer Timeout for packages installation (default: 1800)
[kali][upgrade] Boolean Set true to upgrade kali linux metapackages (default: false)

kali::openvas

Key Type Description
[kali][openvas][run_setup] Boolean Setup Openvas after installed, take many time! (default: false)

kali::hud

Key Type Description
[kali][hud][services] Hash Services list for the kalihud script (default: {})

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
  • kali::disable_lightdm - Disable lightdm service
  • forensic - Forensic tools
  • full - Default Kali linux install
  • gpu - GPU-Powered tools
  • hud - Deploy kalihud script
  • openvas - Basic openvas setup
  • 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: https://tools.kali.org/kali-metapackages

Some services can be disabled with following recipes:

  • kali::disable_lightdm - Disable lightdm service

kali::openvas

Install openvas and run openvas-setup by including kali::openvas in your node's run_list:

{
"name":"my_node",
  "run_list": [
    "recipe[kali]",
    "recipe[kali::openvas]"
  ]
}

kali::hud

Install kalihud script:

{
"name":"my_node",
  "run_list": [
    "recipe[kali::hud]"
  ]
}

Testing

See TESTING.md

Contributing

See CONTRIBUTING.md

License and Authors

Authors: Sliim [email protected]

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.

kali's People

Contributors

sliim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.