Skip to content

Instantly share code, notes, and snippets.

@tbalz2319
Last active January 3, 2019 04:30
Show Gist options
  • Save tbalz2319/0dd8d9037f025b38dad6cb34d16073ac to your computer and use it in GitHub Desktop.
Save tbalz2319/0dd8d9037f025b38dad6cb34d16073ac to your computer and use it in GitHub Desktop.
Automate the installation of some of the software listed in software.md
# Pre-requisites
# Ensure Git is installed
#
cd /opt
mkdir -p apps
cd apps
#Install SecLists to /opt/apps
git clone [email protected]:danielmiessler/SecLists.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment