This repository is designed to be used with pentest-env. It provides some roles and data bags dedicated for pentesting.
- couchdb-server - Install couchdb from package
- couchdb-from-source - Install couchdb from source (default version: 1.6.1)
- couchdb-http-auth-basic - Configure couchdb to restrict access with HTTP auth
- couchdb-ssl - Setup couchdb SSL
- postgresql-server - Installs and configures a postgresql server
- postgresql-kali-1-x - Overrides postgresql attributes for Kali 1.x
- postgresql-kali-2-x - Overrides postgresql attributes for Kali 2.x
- postgresql-kali-rolling - Overrides postgresql attributes for Kali rolling release
- kali-base - Kali linux base setup
- kali-full - Kali linux full setup
- kali-moto - Setup APT repository for Kali moto (1.0)
- kali-sana - Setup APT repository for Kali sana (2.0)
- kali-rolling - Setup APT repository for Kali rolling (current)
- faraday-from-sources - Install Faraday, a collaborative pentesting environment, from sources
- faraday-from-package - Install Faraday from package
- faraday-cscan - Setup Continuous Scanning with Faraday
- faraday-server - Setup Faraday as a service
- dradis - Setup Dradis framework, a reporting framework for InfoSec teams
- armitage-teamserver - Setup Armitage Teamserver
- gitrob - Reconnaissance tool for GitHub organizations (requires postgresql)
- pentest-tools - Installs pentester tools from
pentester
cookbook - metasploit-package - Installs Metasploit from package
- metasploit-sources - Installs Metasploit from sources
- tor-proxy - Tor proxy and proxychains setup
- beef-server - Simple BeEF Server example with default config
- beef-metasploit-extension - BeEF setup for Metasploit
- rogue-ap - Rogue AP configuration for Kali linux
- ip-forward - Enable IP forwarding
- elite-kali-server - Configure Kali server with elite cookbook
- elite-kali-x - Configure Kali with elite cookbook
- elite-color-red - Red colors with elite cookbook
- elite-color-green - Green colors with elite cookbook
There is no tests yet! Cookbooks should be self-tested!
Maybe test-kitchen
will be used in the future for roles integration testing
- 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
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.