Added Docker run instruction

Instruction on how to run with Docker
This commit is contained in:
Steffen Sauler 2021-01-27 10:17:58 +01:00 committed by GitHub
parent 9bf5b64eba
commit 0d72410b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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