Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zinja-coder authored Apr 6, 2024
1 parent 5d52a80 commit dcb0df3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit dcb0df3

Please sign in to comment.