Course Overview

/

Downloading Git Repos

Downloading Git Repos

The installation of packages and tools can come in a couple of ways, depends on what type of access you might have. The two main types are:

· Command Line Installation

· GUI Installation

GitHub is a massive repository and another resource for downloading tools form. Some of the most well-known tools used within the industry are installed from

GitHub, such as, crapmapexec. To install anything from GitHub you can directly download a zip file from the website or used their command line interface to download file, see below for the command line usage: · git clone https://github.com/byt3bl33d3r/CrackMapExec.git

The key format of using the command is having "git clone" along with the repos URL. Like the above example