Update README.md
This commit is contained in:
parent
71c9130ea4
commit
9bf5b64eba
|
|
@ -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.
|
* 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.
|
* 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
|
## Requirements
|
||||||
|
|
||||||
- Python 3
|
- Python 3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue