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