diff --git a/README.md b/README.md index 4c6bb78..ae74784 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This tool is for the computer hacking community and gives a framework for storing reconnaissance (recon) information. Recon is a tedious and continuous process that involves mentally processing and parsing command output. Conclusions drawn from this output can lead to new insights about an asset or may even identify security vulnerabilities. In proper recon, assets are scanned on a regular bases and the output of the commands are compared. The wrappers in this tool allow you to collect recon information from multiple nodes in a single git repository and gives an easy interface to search it. # Installation + +## MacOS +Install using [homebrew](https://brew.sh/) + +1. Download tap: `brew tap t94j0/security` +2. Install: `brew install --HEAD recon-sh` + +## Git The tools are written in bash and have been tested on Mac OS and Linux. `git` is required to be installed in order to use the software. To install the latest version of the tool, clone this repository: ```bash