Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The kismet cookbook has been deprecated

Author provided reason for deprecation:

The kismet cookbook has been deprecated and is no longer being maintained by its authors. Use of the kismet cookbook is no longer recommended.

RSS

kismet (16) Versions 0.4.10

Installs and configures the kismet wardriving app

Policyfile
Berkshelf
Knife
cookbook 'kismet', '= 0.4.10', :supermarket
cookbook 'kismet', '= 0.4.10'
knife supermarket install kismet
knife supermarket download kismet
README
Dependencies
Changelog
Quality 40%

kismet Cookbook

Cookbook Version
Build Status
OpenCollective
OpenCollective
License

This cookbook configures the kismet wardriving application on Ubuntu. Perfect for setting up a wardriving rig using Chef Solo.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Centos 6 and 7
  • Debian 8 and 9
  • Ubuntu 16.04 and 18.04
  • Amazon 1 and 2

Chef

  • Chef 12.9+

Cookbooks

  • none

Attributes

The attributes in this cookbook are used to drive the configuration dynamically. The following are used for the gpsd service.

  • enable_gpsd - Install and use gpsd. Defaults to true
  • start_daemon - Start the daemon. Defaults to true
  • gpsd_options - Options to pass to the daemon. Defaults to an empty string
  • devices - Path to device. This is only needed for serial devices. Defaults to an
  • empty string
  • usbauto - Auto discover USB devices. Defaults to true

The remaining attributes in the attributes/default.rb are directly from the kismet.conf file and are namespaced under node['kismet']['config']. Each attribute key corresponds to a configuratino option in the kismet.conf file.

Values can be an Integer, String or an Array. Integer and String values will be rendered like this:

key=value

Array values will get an entry for each element in the array. For example, a value of ['value', 'sale', 'option'] will be rendered like this:

key=value
key=sale
key=option

The Ruby literals "false" and "true" are not used for values of Kismet configuration options. They are string values instead.

In practical terms, these attributes:

default['kismet']['config']['version'] = "2009-newcore"
default['kismet']['config']['hidedata']     = "true"
default['kismet']['config']['enablespeech'] = "false"
default['kismet']['config']['alertbacklog']     = 50
default['kismet']['config']['ouifile'] = [
  '/etc/manuf',
  '/usr/share/wireshark/wireshark/manuf',
  '/usr/share/wireshark/manuf'
]

Will be rendered in /etc/kismet/kismet.conf:

version=2009-newcore
hidedata=true
enablespeech=false
alertbacklog=50
ouifile=/etc/manuf
ouifile=/usr/share/wireshark/wireshark/manuf
ouifile=/usr/share/wireshark/manuf

Usage

Modify attributes for the configuration as required in a role. Add recipe[kismet] to your node's run list.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for kismet

This file is used to list changes made in each version of the kismet cookbook.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

0.4.10 - 2023-05-16

0.4.9 - 2023-05-03

0.4.8 - 2023-04-01

0.4.7 - 2023-03-02

  • Standardise files with files in sous-chefs/repo-management

0.4.6 - 2023-02-14

  • Standardise files with files in sous-chefs/repo-management

0.4.5 - 2023-02-14

  • Remove delivery folder

0.4.4 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

0.4.3 - 2021-06-01

  • migrate to actions

0.4.2 - 2019-08-20

  • The apt repo setup to work on newer Ubuntu/Debian releases
  • The cookbook to be maintained by Sous Chefs

Removed

  • long_description metadata, which is unused by Chef Infra Client

0.4.1 - 2018-03-26

Fixed

  • A bad config template

0.4.0 - 2017-09-17

  • source_url, issue_url, and chef_version metadata
  • A missing line ending in the config template that prevented things from loading
  • A Delivery local config for testing
  • Integration testing in Travis with kitchen dokken
  • A local test kitchen config

  • Require Chef 12.9 or later and remove the need for the apt cookbook dependency

  • The repo setup code to use the precise repo since that's the last published distro in the repo

  • The license string in the metdata to be a SPDX compliant string

  • The specs for modern ChefSpec and fix them to actually run the converge test

  • Switch from rubocop to cookstyle for linting

  • Renamed CONTRIBUTING to CONTRIBUTING.md so Supermarket will see it

  • Support for Debian 7 where packages are no longer available

  • All test deps from the Gemfile since users should test with ChefDK

0.3.0 - 2015-09-15

  • .rubocop.yml file
  • .travis.yml for testing
  • Berksfile
  • Contributing doc
  • gemfile for development / testing dependencies
  • badges to the readme
  • default['kismet']['config']['logdefault']
  • debian as a supported platform
  • source_url and issues_url in the metadata file
  • basic converge chefspec
  • chefignore file to limit what files are uploaded to the server

  • Better document Chef / Platform deps in the readme

  • Use standard chef .gitignore file

0.2.0

  • Dynamic (and much improved) configuration generation. Allow values in the kismet.conf file are now tuneable
  • Use the repository signature file for the kismetwireless.net apt repository

0.1.0

  • Initial release of kismet

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.4.10 passed this metric

Contributing File Metric
            

0.4.10 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

No Binaries Metric
            

0.4.10 passed this metric

Testing File Metric
            

0.4.10 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.4.10 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number