Skip to content

Instantly share code, notes, and snippets.

@t94j0
Last active November 10, 2017 03:03
Show Gist options
  • Save t94j0/e30d8ed6ad14047c1ef0113452978495 to your computer and use it in GitHub Desktop.
Save t94j0/e30d8ed6ad14047c1ef0113452978495 to your computer and use it in GitHub Desktop.
My Brewfile if I get a new Mac
tap "osx-cross/avr"
tap "sidaf/pentest"
tap "t94j0/security"
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "acrogenesis/macchanger"
tap "caskroom/cask"
cask "java"
brew "afl-fuzz"
brew "apktool"
brew "osx-cross/avr/avr-gcc"
brew "avr-libc"
brew "avrdude"
brew "docker"
brew "boot2docker", restart_service: true
brew "cmake"
brew "dex2jar"
brew "exiftool"
brew "fish"
brew "foremost"
brew "gdb"
brew "ghc"
brew "go"
brew "gource"
brew "graphviz"
brew "groovysdk"
brew "hashcat"
brew "openssl"
brew "hashpump"
brew "heroku"
brew "htop"
brew "irssi"
brew "jadx"
brew "jsdoc3"
brew "lastpass-cli"
brew "python"
brew "libpcap"
brew "luajit"
brew "mercurial"
brew "neo4j", restart_service: true
brew "neovim"
brew "netcat"
brew "nikto"
brew "nmap"
brew "openvpn"
brew "pidof"
brew "postgresql", restart_service: true
brew "pwntools"
brew "qt"
brew "pyqt"
brew "radare2"
brew "recon-ng"
brew "ruby"
brew "sqlmap"
brew "ssh-copy-id"
brew "tesseract"
brew "tmux"
brew "tree"
brew "ttygif"
brew "valgrind"
brew "vim", args: ["with-lua"]
brew "volatility"
brew "watch"
brew "wget"
brew "zmap"
brew "acrogenesis/macchanger/macchanger"
brew "osx-cross/avr/avr-gdb"
brew "sidaf/pentest/snmpcheck"
brew "sidaf/pentest/wpscan"
brew "t94j0/security/airmaster"
brew "t94j0/security/brosec"
brew "t94j0/security/git-fuck"
brew "t94j0/security/weevely3"
cask "burp-suite"
cask "cyberduck"
cask "deluge"
cask "discord"
cask "disk-inventory-x"
cask "docker"
cask "firefox"
cask "google-chrome"
cask "iterm2"
cask "metasploit"
cask "slack"
cask "texmacs"
cask "virtualbox"
cask "vlc"
cask "wireshark"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment