Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 307 Bytes

File metadata and controls

10 lines (7 loc) · 307 Bytes

A06 - Sensitive Data Exposure

This is a simple example of a data leak. To see it in action:

  • run shotgun -p 3000
  • open your dev tools in your browser and go to the network tab
  • load http://localhost:3000/
  • open the content of the request to /users

See anything that maybe shouldn't be there?