Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/Tib3rius/AutoRecon into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Tib3rius committed Aug 1, 2021
2 parents 6117b5f + a67f737 commit 2c4467c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
> It's like bowling with bumpers. - [@ippsec](https://twitter.com/ippsec)
# Please Read Before Using

**This is a public beta of AutoRecon version 2, which is effectively a complete rewrite of version 1. As such, there are no promises about stability, and you should expect bugs. During this beta, testers are encouraged to try out the new features, especially the new plugin functionality, and report bugs when they are found. Feedback on improvements and changes is also encouraged. There is no guarantee that the current plugin system "API" will be the same when version 2 is released.**

**A wiki will be added to this repository to more fully explain the features in AutoRecon version 2.**

# AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services. It is intended as a time-saving tool for use in CTFs and other penetration testing environments (e.g. OSCP). It may also be useful in real-world engagements.
Expand Down Expand Up @@ -70,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
Expand Down

0 comments on commit 2c4467c

Please sign in to comment.