Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Latest commit

 

History

History
82 lines (61 loc) · 2.37 KB

README.md

File metadata and controls

82 lines (61 loc) · 2.37 KB

Mac Hacking Ansible Playbook Build Status

This playbook will automate the setup of your MacBook to ensure you have necessary tools for hacking. It is meant to be configurable, and to help introduce useful tools.

Ideas stolen from:

Installation

From a default install of OS X, you need git installed to start. Install the XCode command line tools, then clone the repo.

  1. xcode-select --install
  2. git clone https://github.com/bitsforeveryone.com/hackbook
  3. cd hackbook && ./go.sh

Overriding Defaults / Enabling Packages and Features

Defaults are in the variables file group_vars/all.yml file. Edit this file by turning options on/off with true/false or by commenting/uncommenting packages to be installed.

Included Applications / Configuration (Default)

Applications (installed with Homebrew Cask):

Packages (installed with Homebrew):

  • autoconf
  • bash-completion
  • git
  • go
  • hub
  • httpie
  • sqlite
  • nmap
  • cowsay
  • readline
  • openssl
  • pv
  • wget

Applications (installed with pip):

Optional Additional Applications / Configuration

Applications (installed with Homebrew Cask):

Packages (installed with Homebrew):

  • autoconf
  • gpg
  • iperf
  • fcrackzip
  • foremost
  • hexedit
  • pngcheck
  • pwntools
  • radare2
  • unicorn
  • docker