From eb2c14b2094c29b2ec09532a294f04c86866d0bf Mon Sep 17 00:00:00 2001 From: pwned-17 Date: Thu, 6 May 2021 21:24:06 +0530 Subject: [PATCH 1/2] A10 : Writeup --- .../introduction/templates/Lab/A10/a10.html | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pygoat/introduction/templates/Lab/A10/a10.html b/pygoat/introduction/templates/Lab/A10/a10.html index 7e75051ee..661a6dbed 100644 --- a/pygoat/introduction/templates/Lab/A10/a10.html +++ b/pygoat/introduction/templates/Lab/A10/a10.html @@ -13,6 +13,18 @@

What does Insufficient Logging & Monitoring means?

+ This lab helps you to get an idea of how sometimes improper logging can result in information disclosure. + + The user on accessing the lab is given with a login page which says the log have been leaked. + The user needs to find the leak and try to gain the credentials that have been leaked in the logs. + + Finding the Log +


@@ -22,10 +34,10 @@

What does Insufficient Logging & Monitoring means?

Mitigation

From 402f7161bb993fe1890ea54b00c784624987cbf5 Mon Sep 17 00:00:00 2001 From: pwned-17 Date: Thu, 6 May 2021 21:24:51 +0530 Subject: [PATCH 2/2] A10 : Minor changes --- pygoat/introduction/templates/Lab/A10/a10.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoat/introduction/templates/Lab/A10/a10.html b/pygoat/introduction/templates/Lab/A10/a10.html index 661a6dbed..2426ebce5 100644 --- a/pygoat/introduction/templates/Lab/A10/a10.html +++ b/pygoat/introduction/templates/Lab/A10/a10.html @@ -18,7 +18,7 @@

What does Insufficient Logging & Monitoring means?

The user on accessing the lab is given with a login page which says the log have been leaked. The user needs to find the leak and try to gain the credentials that have been leaked in the logs. - Finding the Log +
Finding the Log