From 566920f781059e8b00691c018a3f4faeed6ce441 Mon Sep 17 00:00:00 2001 From: Snow-HardWolf Date: Tue, 28 Jan 2020 16:36:19 +0900 Subject: [PATCH] little fixes of README --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 80d9170..c4e3254 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,21 @@ So, Use for educational or research purposes only - docker-compose - golang + - Vulnerability Application + - CSRF-Trap Application - MySQL ## How to Run -( docker-compose ) +#### docker-compose 1. cd Vulnerability-goapp 2. docker-compose up -( Web Application ) +#### Web Application 1. Access 'http://localhost:9090/login' on browser ( Google Chrome recommended ) -( CSRF-Application ) -2. Access 'http://localhost:3030/scrftrap' on browser ( Google Chrome recommended ) -Note. SCRF will be expressed when you access this page, so please be careful when access this page + +#### CSRF-TRAP-Application +1. Access 'http://localhost:3030/scrftrap' on browser ( Google Chrome recommended ) + +*Note. CSRF will be expressed when you access this page, so please be careful when access this page*