Giter VIP home page Giter VIP logo

metasploit's Introduction

Metasploit Cookbook

A cookbook that's useful for spinning up a quick Metasploit instance or configuring you're metasploit development environment.

Requirements

Platform

The following systems are supported and tested on:

  • Mac OS X Mountain Lion and above (10.8+) + Command Line Tools.
  • Ubuntu Precise Pangolin and above(12.04+)

A rule of thumb is that if you're running a flavor of linux/unix your system is already supported. If you're running Windows, feel free to tweak some recipes to add support by editing the case-when node[:platform] blocks and adding when 'windows'.

Installong the Command Line Tools for OS X

Xcode is a nearly 4GB developer suite Apple offers for free from the Mac App Store. However, for the purposes of getting Berkshelf installed you’ll only need a specific set of command line tools which fortunately take up much less space. If you don’t mind the 4GB, by all means go for Xcodem from the app store. Otherwise, you’ll have go to connect.apple.com and register an Apple Developer account. Once you’ve registered you can find them at developer.apple.com/xcode by clicking on “View downloads” and finding the appropriate command line tools for your version of OS X.

Vagrant

  • Vagrant 1.2+
  • Vagrant Berkshelf 1.3.2+
  • Vagrant Omnibus 1.1.0+

Usage

Chef

Just include recipe[metasploit::default] in your node's run list.

Vagrant

To create a machine with vagrant ensure you've run the following commands after installing vagrant from vagrantup.com:

# Check if you've already installed the necessary plugins:
vagrant plugin list
# If vagrant-berkshelf (1.3.2+) and vagrant-omnibus (1.1.0) aren't installed:
vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-omnibus

Once you have the necessary plugins you simply want to run

vagrant up

Attributes

TODO: Update me.

Recipes

metasploit::default

Creates a Metasploit development environment.

Authors

metasploit's People

Contributors

erran avatar johntdyer avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.