From 6047d8cdabd99a2466e40b66e3ed407bbd923e48 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Sat, 15 Jun 2019 21:13:24 -0700 Subject: [PATCH 01/13] Bad password --- VulnerableApplication/Controllers/HomeController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VulnerableApplication/Controllers/HomeController.cs b/VulnerableApplication/Controllers/HomeController.cs index 391f705..a1afa10 100644 --- a/VulnerableApplication/Controllers/HomeController.cs +++ b/VulnerableApplication/Controllers/HomeController.cs @@ -30,5 +30,8 @@ public ActionResult Contact() public string Hello() { return "this is not on the coding rules."; } + + public static string ChangePassword = "PassWord917231"; + } } From 31a3cf8a6bc8b2c2ec40f57e61037824c5c062b0 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Sat, 15 Jun 2019 21:38:11 -0700 Subject: [PATCH 02/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36182c5..76aea2f 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. - +hello From 663e8f2d44e7917babd1f2bb6fa68bd954f8e77f Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Sat, 15 Jun 2019 21:47:02 -0700 Subject: [PATCH 03/13] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 76aea2f..36dad0a 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,3 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -hello From 396079fbf882f01162af97aab3bf2f3da9d4d6a7 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Sat, 15 Jun 2019 21:54:31 -0700 Subject: [PATCH 04/13] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36dad0a..01d3a64 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. +aaa From e944bf6ce6b3d8e96661eaacb908231721e87fef Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Sat, 15 Jun 2019 22:18:19 -0700 Subject: [PATCH 05/13] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 01d3a64..36dad0a 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,3 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -aaa From 9bf4899747c8fd46e0c09ba55645bf846ef771d2 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 17 Jun 2019 11:20:37 -0700 Subject: [PATCH 06/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36dad0a..c5765a0 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. - +test From 2d5d4181f05837811a11a5d1005e6785e7354ddc Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 17 Jun 2019 11:27:43 -0700 Subject: [PATCH 07/13] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c5765a0..9f86b9d 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,3 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -test From 9e61bb13cb78267b0c0b5007f421c35cc86a1106 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 17 Jun 2019 11:47:41 -0700 Subject: [PATCH 08/13] Update HomeController.cs --- VulnerableApplication/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulnerableApplication/Controllers/HomeController.cs b/VulnerableApplication/Controllers/HomeController.cs index a1afa10..d44f494 100644 --- a/VulnerableApplication/Controllers/HomeController.cs +++ b/VulnerableApplication/Controllers/HomeController.cs @@ -31,7 +31,7 @@ public string Hello() { return "this is not on the coding rules."; } - public static string ChangePassword = "PassWord917231"; + private static string ChangePassword = "PassWord917231"; } } From 29b147dc36d0dba4f2ee2d92dca542dc53650abf Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 17 Jun 2019 11:54:16 -0700 Subject: [PATCH 09/13] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f86b9d..c5765a0 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. +test From acaa2f463b8091933e700c8270177c33146c94b0 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 29 Jul 2019 14:27:25 -0700 Subject: [PATCH 10/13] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c5765a0..9f86b9d 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,3 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -test From ef3efc6524d535a0c100ec8633f0d3d5a741407a Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 29 Jul 2019 14:30:48 -0700 Subject: [PATCH 11/13] Update very secure information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f86b9d..2743836 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. +check From f8f3fb2a2a76390e353479a83770c311b80b402a Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 29 Jul 2019 14:51:59 -0700 Subject: [PATCH 12/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2743836..baf0677 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -check +some From ff4d5e73946f2301fa11b75c64ec5089f3768f70 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Ushio Date: Mon, 29 Jul 2019 14:59:56 -0700 Subject: [PATCH 13/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf0677..38c652b 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Get the IP address of the docker container access the IP address with your browser. then you can see the website. -some +someone