From dcb0df32459ab635972697cdb6d549e5b9778783 Mon Sep 17 00:00:00 2001 From: Jafar Pathan Date: Sun, 7 Apr 2024 03:01:12 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2b523ea..3a16764 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [Table of Contents](#table-of-contents) - [Prerequisites](#prerequisites) - [Quick Installation](#installation) + - [Test Lab for BrowserBruter](#test-lab-for-browserbruter) - [Working Flow Overview](#working-flow-overview) - [Features](#features) - [Contributing](#contributing) @@ -52,6 +53,16 @@ Tested on latest version (as of March 2024) of each package. **Refer documentation for detailed installation guide.** - https://net-square.com/browserbruter/SetupInstallation/ +## Test Lab for BrowserBruter + +The Lab shown in documentation can be setup using docker as follows- + +1. Download and run the docker image - `sudo docker run --rm -p 80:80 hpandro/vims` +2. Start the MySQL service using following - + 1. First copy the container id using `sudo docker container ls -a` + 2. Then start the service using `sudo docker exec -it [containerid] service mysql start` +Navigate to `http://localhost/` to test site. + ## Working Flow Overview ![image](https://net-square.com/browserbruter/img/work-flow-sniper.svg)