Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down