Skip to content

Commit

Permalink
little fixes of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardw01f authored Jan 28, 2020
1 parent a86c65e commit 566920f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

0 comments on commit 566920f

Please sign in to comment.