Skip to content

Commit

Permalink
Brewfile: add some CTF tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 25, 2014
1 parent ab9c178 commit 16fed46
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions Brewfile
Expand Up @@ -10,6 +10,8 @@ upgrade
# Install GNU core utilities (those that come with OS X are outdated)
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
install coreutils
#sudo ln -s /usr/local/bin/gsha256sum /usr/local/bin/sha256sum

# Install some other useful utilities like `sponge`
install moreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
Expand All @@ -35,27 +37,40 @@ install homebrew/dupes/grep
install homebrew/dupes/screen
install homebrew/php/php55 --with-gmp

# Install some CTF tools; see https://github.com/ctfs/write-ups
install bfg
install binwalk
install dex2jar
install dns2tcp
install fcrackzip
install foremost
install hashpump
install hydra
install john
install knock
install nmap
install pngcheck
install sqlmap
install tcpflow
install tcpreplay
install ucspi-tcp # `tcpserver` et al.
install xpdf
install xz

# Install other useful binaries
install ack
install bfg
#install exiv2
install foremost
install git
install hashpump
install imagemagick --with-webp
install lynx
install nmap
install node # This installs `npm` too using the recommended installation method
install p7zip
install pigz
install pv
install rename
install rhino
install sqlmap
install tree
install ucspi-tcp # `tcpserver` et al.
install webkit2png
install xpdf
install zopfli

install homebrew/versions/lua52
Expand Down

0 comments on commit 16fed46

Please sign in to comment.