cookbook 'pentester', '= 0.1.0'
pentester (15) Versions 0.1.0 Follow1
Installs/Configures cool stuff for pentesting.
cookbook 'pentester', '= 0.1.0', :supermarket
knife supermarket install pentester
knife supermarket download pentester
pentester Cookbook |
Pentester Chef cookbook - Install & configures some cool stuff for pentesting
Requirements
cookbooks
-
git
- https://supermarket.chef.io/cookbooks/git -
python
- https://supermarket.chef.io/cookbooks/python
platforms
- Debian 7
- Debian 8
Usage
pentester::autopwn
Checkout autowpn, install dependencies and configures targets.
pentester::goofile
Checkout goofile
pentester::discover
Checkout discover
pentester::sn1per
Checkout Sn1per
This recipe install packages that are only available in Kali linux APT repositories.
I recommend to use the kali cookbook to setup your debian as a kali linux.
If you don't want these packages, you can override node[pentester][sn1per][packages]
attribute,
or don't include this recipe in your run_list.
pentester::fuzzdb
Checkout fuzzdb
Attributes
pentester::autopwn
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pentester']['autopwn']['git_repository']</tt></td>
<td>String</td>
<td>Repository to checkout</td>
<td><tt>https://github.com/nccgroup/autopwn</tt></td>
</tr>
<tr>
<td><tt>['pentester']['autopwn']['git_reference']</tt></td>
<td>String</td>
<td>Branch or tag to checkout</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['pentester']['autopwn']['install_dir']</tt></td>
<td>String</td>
<td>Directory where it will be installed</td>
<td><tt>/opt/autopwn</tt></td>
</tr>
</tr>
<tr>
<td><tt>['pentester']['autopwn']['targets']</tt></td>
<td>Hash</td>
<td>List of targets to configure</td>
<td><tt>See attributes/autopwn.rb
</tt></td>
</tr>
</table>
pentester::goofile
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pentester']['goofile']['git_repository']</tt></td>
<td>String</td>
<td>Repository to checkout</td>
<td><tt>https://github.com/saydulk/goofile</tt></td>
</tr>
<tr>
<td><tt>['pentester']['goofile']['git_reference']</tt></td>
<td>String</td>
<td>Branch or tag to checkout</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['pentester']['goofile']['install_dir']</tt></td>
<td>String</td>
<td>Directory where it will be installed</td>
<td><tt>/opt/goofile</tt></td>
</tr>
</table>
pentester::discover
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pentester']['discover']['git_repository']</tt></td>
<td>String</td>
<td>Repository to checkout</td>
<td><tt>https://github.com/leebaird/discover</tt></td>
</tr>
<tr>
<td><tt>['pentester']['discover']['git_reference']</tt></td>
<td>String</td>
<td>Branch or tag to checkout</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['pentester']['discover']['install_dir']</tt></td>
<td>String</td>
<td>Directory where it will be installed</td>
<td><tt>/opt/discover</tt></td>
</tr>
</table>
pentester::sn1per
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pentester']['sn1per']['git_repository']</tt></td>
<td>String</td>
<td>Repository to checkout</td>
<td><tt>https://github.com/1N3/Sn1per</tt></td>
</tr>
<tr>
<td><tt>['pentester']['sn1per']['git_reference']</tt></td>
<td>String</td>
<td>Branch or tag to checkout</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['pentester']['sn1per']['install_dir']</tt></td>
<td>String</td>
<td>Directory where it will be installed</td>
<td><tt>/opt/Sn1per</tt></td>
</tr>
<tr>
<td><tt>['pentester']['sn1per']['additional_repos']</tt></td>
<td>Hash</td>
<td>Additional repositories to checkout.</td>
<td><tt>See attributes/sn1per.rb
</tt></td>
</tr>
<tr>
<td><tt>['pentester']['sn1per']['packages']</tt></td>
<td>Array</td>
<td>Packages to install, mostly required packages are only availables in kali linux repos.</td>
<td><tt>Long list</tt></td>
</tr>
</table>
pentester::fuzzdb
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pentester']['fuzzdb']['git_repository']</tt></td>
<td>String</td>
<td>Repository to checkout</td>
<td><tt>https://github.com/fuzzdb-project/fuzzdb</tt></td>
</tr>
<tr>
<td><tt>['pentester']['fuzzdb']['git_reference']</tt></td>
<td>String</td>
<td>Branch or tag to checkout</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['pentester']['fuzzdb']['install_dir']</tt></td>
<td>String</td>
<td>Directory where it will be installed</td>
<td><tt>/opt/fuzzdb</tt></td>
</tr>
</table>
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
git >= 0.0.0 |
python >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
pentester CHANGELOG
This file is used to list changes made in each version of the pentester cookbook.
0.1.0
- Initial release of pentester
Foodcritic Metric
0.1.0 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/7e1d16c9312b1273b7118fd1/pentester/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/7e1d16c9312b1273b7118fd1/pentester/metadata.rb:1
0.1.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/7e1d16c9312b1273b7118fd1/pentester/metadata.rb:1