From 0d72410b2ee38dbaebc9f0db735d402448797e34 Mon Sep 17 00:00:00 2001 From: Steffen Sauler Date: Wed, 27 Jan 2021 10:17:58 +0100 Subject: [PATCH] Added Docker run instruction Instruction on how to run with Docker --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3edc82c..9ee8619 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ If you don't have a Kali instance, you can quickly install AutoRecon using the D sudo docker build -t tib3rius/autorecon . ``` +Now you can run it capturing the results by mounting a local directory (here `/home/user/results`) on the `/results` directory inside the container. + +```bash +sudo docker run -v /home/user/results:/results -it tib3rius/autorecon [OPTIONS] 127.0.0.1 +``` + ## Requirements - Python 3