Skip to content

Commit

Permalink
Merge pull request #45 from pwned-17/master
Browse files Browse the repository at this point in the history
A10: Writeup
  • Loading branch information
adeyosemanputra authored May 6, 2021
2 parents 0807911 + 402f716 commit 1588913
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pygoat/introduction/templates/Lab/A10/a10.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,31 @@ <h4>What does Insufficient Logging & Monitoring means?</h4>
<button class="coll btn btn-info">Lab Details</button>
<div class="lab">
<p class="bp">
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.

<br><b>Finding the Log</b>
<ul>
<li>The log has been exposed in <code>/debug</code> route </li>
<li>This can be found out with subdomain brute-forcing or just by guess</li>
<li>On seeing the Log try to get the required login details as there is a leak and the logging is improperly handled.</li>

</ul>

</p>
<br>
<div align="right"> <button class="btn btn-primary" type="button" onclick="window.location.href='/a10_lab'">Access Lab</button></div>
</div>
<div>
<h4>Mitigation</h4>
<br><h4>Mitigation</h4>
<p class="bp">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li>Ensure that logs are created in a format that can be easily used by central log management tools.</li>
<li>High-value transactions should have an audit trail with integrity controls to prevent manipulation or deletion.</li>
<li>Effective monitoring and alerting should be established so that suspicious activities can be detected and responded to in a timely manner.</li>
<li>Make sure that there arent any sensitive information like passwords are being logged</li>
</ul>
</p>
</div>
Expand Down

0 comments on commit 1588913

Please sign in to comment.