From 9bf5b64ebafbacf0d4c8e4b417b799e0b269dfd8 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Thu, 27 Aug 2020 09:22:27 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d1ad8c..3edc82c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ AutoRecon was inspired by three tools which the author used during the OSCP labs * Full logging of commands that were run, along with errors if they fail. * Global and per-scan pattern matching so you can highlight/extract important information from the noise. +## Quick Install (Docker) + +If you don't have a Kali instance, you can quickly install AutoRecon using the Dockerfile in the repository. Simply download the Dockerfile, and run the following command from the same directory: + +```bash +sudo docker build -t tib3rius/autorecon . +``` + ## Requirements - Python 3