From 368009a5a095c273359e46522af018c05aa18dae Mon Sep 17 00:00:00 2001 From: realsanjay Date: Thu, 17 Mar 2022 23:34:34 +0530 Subject: [PATCH] Pre-requisite to start the application --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9340dc4..f04d3a6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ This repository contains a vulnerable demo application using dompdf 1.2.0 and an For more details, please visit https://positive.security/blog/dompdf-rce +## Setup Instruction on Ubuntu + +- sudo apt install php7.4-cli +- sudo apt-get install php-mbstring +- sudo apt-get install php-dom +- sudo apt-get install php7.4-gd + ## Instructions 1. Run the demo application