From d2f72700baba5b9d6e0e2caead40def60853d5d0 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sat, 31 Jul 2021 21:11:57 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b67a694..275286d 100644 --- a/README.md +++ b/README.md @@ -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. From a67f73773168f87665a9a38040a1f8f8155c7fde Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sun, 1 Aug 2021 13:38:19 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 275286d..4652c01 100644 --- a/README.md +++ b/README.md @@ -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