diff options
| author | Delmar Davis <ddavis@laika.com> | 2021-09-03 12:55:38 -0700 |
|---|---|---|
| committer | Delmar Davis <ddavis@laika.com> | 2021-09-03 12:55:38 -0700 |
| commit | 3039fee7c6a58059284d0e33002ec2688d8539fd (patch) | |
| tree | 4f51fd5a8a37cb756c0292ba94bc80752808aaa8 /brewscript.sh | |
| parent | c1ab1ef1dc4ce9ec5d79dcdbe80ad8cd1e38bb25 (diff) | |
move from private to pubic repo
Diffstat (limited to 'brewscript.sh')
| -rw-r--r-- | brewscript.sh | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/brewscript.sh b/brewscript.sh new file mode 100644 index 0000000..3f74e77 --- /dev/null +++ b/brewscript.sh @@ -0,0 +1,71 @@ +#-----------------------------------------------------------------brewscript.sh +# +# +# +#Xcode tools +xcode-select --install +#homebrew tools +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +#chrome +brew install --cask google-chrome +#apple store apps +Brew install mas +#macdown +Brew install macdown +#magnet +mas install +#discord +brew install --cask discord +#spotify +brew install --cask spotify +#slack +brew install --cask slack +#VPN open connect +brew update brew install openconnect +#iterm2 +brew install --cask iterm2 +#gitkracken +brew install --cask gitkraken +#firefox +brew install --cask firefox +# ------ SECURITY TOOLS ------ +#wireshark +brew install wireshark +#nmap +Brew install map +#nikto +brew install nikto +#zap +brew install --cask owasp-zap +#the harvester +brew install theharvester +#recon-ng +brew install recon-ng +#John the ripper +brew install john +#test ssl +brew install testssl +#bettercap +brew install bettercap +#armitage +brew install armitage +#frogger? +Brew install frogger +#docker +Brew install whalebrew +#open vpn +brew install openvpn +#firefox +#brew install firefox +#zoom +brew install zoom +#teradici +brew install --cask pcoipclient +#tmux +brew install tmux +#xquartz +brew install --cask xquartz +#docker +brew install docker +#kubectl +brew instal kubectl
\ No newline at end of file |
