Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 646 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 646 Bytes

PrototypePollution-Lab

Prototype Pollution Lab

Objective

Try to find the Prototype Pollution Vulnerability to achieve a Remote Code Execution and get a reverse shell.

You can read the code

Install

  • Clone the repository:
git clone https://github.com/RafaelSantos025/PrototypePollution-Lab.git
  • Install Node modules:
cd PrototypePollution-Lab/prototypePoluttion
npm install
  • Start server:
npm start

You can access the local server here.

Solution

Don't Give Up

Solution Link: https://github.com/RafaelSantos025/PrototypePollution-Lab/blob/main/SOLUTION.md