forked from Hardw01f/Vulnerability-goapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hardwolf
authored and
Hardwolf
committed
Feb 6, 2020
1 parent
6154d0c
commit f1ce6a8
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,10 @@ So, Use for educational or research purposes only | |
- CSRF-Trap Application | ||
- MySQL | ||
|
||
## Image | ||
|
||
|
||
|
||
## How to Run | ||
|
||
#### docker-compose | ||
|
@@ -27,3 +31,25 @@ So, Use for educational or research purposes only | |
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* | ||
|
||
### First Users | ||
|
||
``` | ||
MailAddress: [email protected] | ||
Password : Amuro,Ikima-su! | ||
``` | ||
|
||
``` | ||
MailAddress: [email protected] | ||
Password : AkaiSuisei | ||
``` | ||
|
||
### Admin Pages | ||
|
||
1. login some user and go top page | ||
2. go 'http://localhost:9090/adminlogin' | ||
|
||
``` | ||
AdminMailAddress: [email protected] | ||
Password : Qwerty1234 | ||
``` |