Skip to content

Instantly share code, notes, and snippets.

@numanturle
Created April 10, 2020 12:51
Show Gist options
  • Save numanturle/8b3d2a3d0797f0c7f7045d6d1f9f9e7e to your computer and use it in GitHub Desktop.
Save numanturle/8b3d2a3d0797f0c7f7045d6d1f9f9e7e to your computer and use it in GitHub Desktop.
tap "dart-lang/dart"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "mongodb/brew"
tap "sambadevi/powerlevel9k"
tap "sass/sass"
tap "sidaf/pentest"
cask "xquartz"
# Search tool like grep, but optimized for programmers
brew "ack"
# Next-generation aircrack with lots of new features
brew "aircrack-ng"
# Tool for reverse engineering 3rd party, closed, binary Android apps
brew "apktool"
# Automatic configure script builder
brew "autoconf"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Interpreted, interactive, object-oriented programming language
brew "python", link: false
# Searches a binary image for embedded files and executable code
brew "binwalk"
# Dependency Manager for PHP
brew "composer"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Wordlist generator
brew "crunch"
# Fast and statically typed, compiled language with Ruby-like syntax
brew "crystal"
# Good-lookin' diffs with diff-highlight and more
brew "diff-so-fancy"
# Modern replacement for 'ls'
brew "exa"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# Zip password cracker
brew "fcrackzip"
# Collection of GNU find, xargs, and locate
brew "findutils"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU debugger
brew "gdb"
# Distributed revision control system
brew "git"
# Git extension for versioning large files
brew "git-lfs"
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Directory/file & DNS busting tool written in Go
brew "gobuster"
# World's fastest and most advanced password recovery utility
brew "hashcat"
# Improved top (interactive process viewer)
brew "htop"
# Website copier/offline browser
brew "httrack"
# Configurable static site generator
brew "hugo"
# Network logon cracker which supports many services
brew "hydra"
# International domain name library
brew "libidn"
# C and C++ client library to the memcached server
brew "libmemcached"
# Swiss Army Knife for macOS
brew "m-cli"
# Drop-in replacement for MySQL
brew "mariadb", restart_service: true
# Mac App Store command-line interface
brew "mas"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils"
# Web server scanner
brew "nikto"
# Port scanning utility for large networks
brew "nmap"
# Platform built on V8 to build network applications
brew "node"
# OpenBSD freely-licensed SSH connectivity tools
brew "openssh"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Python dependency management tool
brew "pipenv"
# Object-relational database system
brew "postgresql", restart_service: true
# Framework for managing multi-language pre-commit hooks
brew "pre-commit"
# Interpreted, interactive, object-oriented programming language
brew "python@2"
# Rsync for cloud storage
brew "rclone"
# UNIX client for connecting to Windows Remote Desktop Services
brew "rdesktop"
# Web Reconnaissance Framework
brew "recon-ng"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: true
# Utility that provides fast incremental file transfer
brew "rsync"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Command-line interface for https://speedtest.net bandwidth tests
brew "speedtest-cli"
# Penetration testing for SQL injection and database servers
brew "sqlmap"
# Compressed read-only file system for Linux
brew "squashfs"
# Test SSL/TLS enabled services to discover supported cipher suites
brew "sslscan"
# TCP flow recorder
brew "tcpflow"
# User interface to the TELNET protocol
brew "telnet"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Extract, view, and test RAR archives
brew "unrar"
# Extraction utility for .zip compressed archives
brew "unzip"
# Vi 'workalike' with many additional features
brew "vim"
# Advanced memory forensics framework
brew "volatility"
# Internet file retriever
brew "wget"
# Black box WordPress vulnerability scanner
brew "wpscan"
# Compression and file packaging/archive utility
brew "zip"
# High-performance, schema-free, document-oriented database
brew "mongodb/brew/mongodb-community"
# Stylesheet Preprocessor
brew "sass/sass/sass"
brew "sidaf/pentest/dnsrecon"
brew "sidaf/pentest/netdiscover"
cask "1clipboard"
cask "android-platform-tools"
cask "appcleaner"
cask "chromedriver"
cask "ghidra"
cask "google-chrome"
cask "imageoptim"
cask "java"
cask "osxfuse"
cask "postman"
cask "qlcolorcode"
cask "qlimagesize"
cask "qlmarkdown"
cask "qlstephen"
cask "rescuetime"
cask "skype"
cask "tableplus"
cask "teamviewer"
cask "the-unarchiver"
cask "transmission"
cask "transmit"
cask "visual-studio-code"
mas "AdBlock", id: 1402042596
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "Lightshot Screenshot", id: 526298438
mas "Microsoft Remote Desktop", id: 1295203466
mas "NordVPN IKE", id: 1116599239
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Telegram", id: 747648890
mas "WhatsApp", id: 1147396723
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment