cookbook 'faraday', '= 0.2.1'
faraday (11) Versions 0.2.1 Follow1
Installs/Configures Faraday
cookbook 'faraday', '= 0.2.1', :supermarket
knife supermarket install faraday
knife supermarket download faraday
faraday Cookbook
Installs and configure Faraday - A collaborative penetration testing tool -
https://www.faradaysec.com
Requirements
Services
couchdb
Platforms
The following platforms and versions are tested and supported using Opscode's test-kitchen.
- Debian 7
Attributes
faraday::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['faraday']['git_repository']</tt></td>
<td>String</td>
<td>Faraday repository to fetch</td>
<td><tt>https://github.com/infobyte/faraday</tt></td>
</tr>
<tr>
<td><tt>['faraday']['git_reference']</tt></td>
<td>String</td>
<td>Git reference to fetch</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['faraday']['install_dir']</tt></td>
<td>String</td>
<td>Directory where Faraday will be stored</td>
<td><tt>/opt/faraday</tt></td>
</tr>
<tr>
<td><tt>['faraday']['packages']</tt></td>
<td>String</td>
<td>Package to install</td>
<td><tt>git-core ipython python-pip python-dev</tt></td>
</tr>
<tr>
<td><tt>['faraday']['pip_packages']</tt></td>
<td>String</td>
<td>Python package to install</td>
<td><tt>couchdbkit mockito whoosh restkit flask</tt></td>
</tr>
</table>
faraday::config
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['faraday']['user']</tt></td>
<td>String</td>
<td>User to set configuration, must exists.</td>
<td><tt>root</tt></td>
</tr>
<tr>
<td><tt>['faraday']['group']</tt></td>
<td>String</td>
<td>Group for file permission, must exists.</td>
<td><tt>root</tt></td>
</tr>
<tr>
<td><tt>['faraday']['home']</tt></td>
<td>String</td>
<td>User's home directory</td>
<td><tt>/root</tt></td>
</tr>
</table>
All others attributes in ['faraday']['config']
namespace will generate dynamically the
configuration file as XML format in $HOME/.faraday/config/config.xml
.
Use the ['faraday']['config_attrs']
namespace to set xml attributes. See attributes/config.rb
for more details.
faraday::cscan
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['faraday']['cscan']['git_repository']</tt></td>
<td>String</td>
<td>cscan repository.</td>
<td><tt>https://github.com/infobyte/cscan</tt></td>
</tr>
<tr>
<td><tt>['faraday']['cscan']['git_reference']</tt></td>
<td>String</td>
<td>Reference of the repository to sync.</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['faraday']['cscan']['pip_packages']</tt></td>
<td>Array</td>
<td>Python package to install</td>
<td><tt>[python-owasp-zap-v2, w3af-api-client]</tt></td>
</tr>
<tr>
<td><tt>['faraday']['cscan']['config']</tt></td>
<td>Hash</td>
<td>Configure cscan with some values, this set CSCAN_DIR/config.py</td>
<td><tt>See atrribute file.</tt></td>
</tr>
</table>
Usage
faraday::default
Include faraday
in your node's run_list
to install faraday and its requirements:
{ "name":"my_node", "run_list": [ "recipe[faraday]" ] }
faraday::config
Include faraday::config
in your node's run_list
to configure faraday for a user:
{ "name":"my_node", "run_list": [ "recipe[faraday::config]" ], "attributes": { "faraday": { "user": "my_user", "config": { ... configuration here ... } } } }
faraday::cscan
Include faraday::cscan
in your node's run_list
to install continuous scanning:
{ "name":"my_node", "run_list": [ "recipe[faraday::cscan]" ], "attributes": { "faraday": { "cscan": { "config": { ... configuration here ... } } } } }
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.
faraday CHANGELOG
This file is used to list changes made in each version of the faraday cookbook.
0.2.1
- Readme update for faraday::cscan
0.2.0
- faraday::cscan: Installs Faraday continuous scanning tool
0.1.0
- Initial release of faraday cookbook
Foodcritic Metric
0.2.1 passed this metric
0.2.1 passed this metric