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*