Update README.md

This commit is contained in:
Tib3rius 2021-08-01 13:38:19 -04:00 committed by GitHub
parent d2f72700ba
commit a67f737731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -76,7 +76,20 @@ $ sudo apt install seclists curl enum4linux feroxbuster nbtscan nikto nmap onesi
Ensure you have all of the requirements installed as per the previous section.
First install the dependencies:
Clone the repository and switch to the beta branch:
```bash
$ git clone --branch beta https://github.com/Tib3rius/AutoRecon
```
If you already had a copy of the repository, you can run the following from the main directory to get the beta code:
```bash
$ git pull
$ git checkout beta
```
From within the AutoRecon directory, install the dependencies:
```bash
$ python3 -m pip install -r requirements.txt