Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sliim/pentest-chef-repo

Chef repository for pentesting tools
https://github.com/sliim/pentest-chef-repo

chef-repo devops pentest

Last synced: about 2 months ago
JSON representation

Chef repository for pentesting tools

Awesome Lists containing this project

README

        

Pentest Chef repository | [![Build Status](https://travis-ci.org/Sliim/pentest-chef-repo.svg?branch=master)](https://travis-ci.org/Sliim/pentest-chef-repo)
=======================

This repository is designed to be used with [pentest-env](https://github.com/Sliim/pentest-env).
It provides some roles and data bags dedicated for pentesting.

Available roles
---------------

#### Services
###### Couchdb
- [couchdb-server](roles/couchdb-server.json) - Install couchdb from package
- [couchdb-from-source](roles/couchdb-from-source.json) - Install couchdb from source (default version: 1.6.1)
- [couchdb-http-auth-basic](roles/couchdb-http-auth-basic.json) - Configure couchdb to restrict access with HTTP auth
- [couchdb-ssl](roles/couchdb-ssl.json) - Setup couchdb SSL

###### Postgresql
- [postgresql-server](roles/postgresql-server.json) - Installs and configures a postgresql server
- [postgresql-kali-1-x](roles/postgresql-kali-1-x.json) - Overrides postgresql attributes for Kali 1.x
- [postgresql-kali-2-x](roles/postgresql-kali-2-x.json) - Overrides postgresql attributes for Kali 2.x
- [postgresql-kali-rolling](roles/postgresql-kali-rolling.json) - Overrides postgresql attributes for Kali rolling release

#### OS
###### Kali
- [kali-base](roles/kali-base.json) - Kali linux base setup
- [kali-full](roles/kali-full.json) - Kali linux full setup
- [kali-moto](roles/kali-moto.json) - Setup APT repository for Kali moto (1.0)
- [kali-sana](roles/kali-sana.json) - Setup APT repository for Kali sana (2.0)
- [kali-rolling](roles/kali-rolling.json) - Setup APT repository for Kali rolling (current)

#### Arsenal
###### Collaborative
- [faraday-from-sources](roles/faraday-from-sources.json) - Install [Faraday](http://www.faradaysec.com/), a collaborative pentesting environment, from sources
- [faraday-from-package](roles/faraday-from-package.json) - Install [Faraday](http://www.faradaysec.com/) from package
- [faraday-cscan](roles/faraday-cscan.json) - Setup Continuous Scanning with Faraday
- [faraday-server](roles/faraday-server.json) - Setup Faraday as a service
- [dradis](roles/dradis.json) - Setup [Dradis framework](http://dradisframework.org/), a reporting framework for InfoSec teams
- [armitage-teamserver](roles/armitage-teamserver.json) - Setup Armitage Teamserver

###### Tools
- [gitrob](roles/gitrob.json) - Reconnaissance tool for GitHub organizations (requires [postgresql](roles/postgresql-server.json))
- [pentest-tools](roles/pentest-tools.json) - Installs pentester tools from `pentester` cookbook
- [metasploit-package](roles/metasploit-package.json) - Installs Metasploit from package
- [metasploit-sources](roles/metasploit-sources.json) - Installs Metasploit from sources

###### Proxies
- [tor-proxy](roles/tor-proxy.json) - Tor proxy and proxychains setup

###### Web
- [beef-server](roles/beef-server.json) - Simple BeEF Server example with default config
- [beef-metasploit-extension](roles/beef-metasploit-extension.json) - BeEF setup for Metasploit

###### Wireless
- [rogue-ap](roles/rogue-ap.json) - Rogue AP configuration for Kali linux

###### Misc
- [ip-forward](roles/ip-forward.json) - Enable IP forwarding

#### Elite cookbook
- [elite-kali-server](roles/elite-kali-server.json) - Configure Kali server with elite cookbook
- [elite-kali-x](roles/elite-kali-x.json) - Configure Kali with elite cookbook
- [elite-color-red](roles/elite-color-red.json) - Red colors with elite cookbook
- [elite-color-green](roles/elite-color-green.json) - Green colors with elite cookbook

Data bags examples
------------------

#### pentester
- [gitrob](data_bags/pentester/gitrob.json)
- [msf](data_bags/pentester/msf.json)

#### dradis
- [database](data_bags/dradis/database.json)
- [secrets](data_bags/dradis/secrets.json)

Testing
-------
There is no tests yet! Cookbooks should be self-tested!
Maybe `test-kitchen` will be used in the future for roles integration testing

Contributing
------------
1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github

License and Authors
-------------------
Authors: Sliim

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.