Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.56 KB

File metadata and controls

40 lines (24 loc) · 1.56 KB

Snake Pro

This is a simple Golang Web App that contains an example of a Sensitive Data Exposure vulnerability.

What is Sensitive Data Exposure?

Definition from OWASP:

Many web applications and APIs do not properly protect sensitive data, such as financial, healthcare, and PII. Attackers may steal or modify such weakly protected data to conduct credit card fraud, identity theft, or other crimes. Sensitive data may be compromised without extra protection, such as encryption at rest or in transit, and requires special precautions when exchanged with the browser.

Requirements

To build this lab you will need Docker and Docker Compose.

Deploy and Run

After cloning this repository, you can type the following command to start the vulnerable application:

$ make install

Then simply visit localhost:10033/login !

Attack Narrative

To understand how this vulnerability can be exploited, check this section!

Mitigating the vulnerability

(Spoiler alert 🧐) To understand how this vulnerability can be mitigated, check this other section!

Contributing

Yes, please. ⚡