From 43c41c0c023cb9c148e75e6d99934e57a9869176 Mon Sep 17 00:00:00 2001 From: Samuel Pua Date: Mon, 8 Jul 2019 18:26:45 +0800 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3119c5e..ffe9e98 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ The entire application is designed to be Dockerised. To build the Docker environ ``` sudo docker-compose up ``` +You may access the management platform at http://127.0.0.1:8000/ +Victim access is at http://127.0.0.1:8001/ + +Default registration password for management platform is "Super-Secret-Code" ## Authors