Update README.md

This commit is contained in:
Tib3rius 2020-08-27 09:22:27 -04:00 committed by GitHub
parent 71c9130ea4
commit 9bf5b64eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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