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 | |
| parent | c1ab1ef1dc4ce9ec5d79dcdbe80ad8cd1e38bb25 (diff) | |
move from private to pubic repo
| -rw-r--r-- | README.md | 29 | ||||
| -rw-r--r-- | brewscript.sh | 71 |
2 files changed, 100 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..39af52c --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# README # + +This README would normally document whatever steps are necessary to get your application up and running. + +### What is this repository for? ### + +* Quick summary +* Version +* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) + +### How do I get set up? ### + +* Summary of set up +* Configuration +* Dependencies +* Database configuration +* How to run tests +* Deployment instructions + +### Contribution guidelines ### + +* Writing tests +* Code review +* Other guidelines + +### Who do I talk to? ### + +* Repo owner or admin +* Other community or team contact
\ No newline at end of file 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 |
