Pdfy Htb Writeup Upd !full!
We then focus our attention on the PDF converter service running on port 8080. After analyzing the service using tools like curl and burpsuite , we discover that it allows users to convert various file formats to PDF. However, we also notice that the service does not perform any validation on user-input files, which could potentially lead to code execution vulnerabilities.
The scan results reveal that the machine is running a web server on port 80, an SSH server on port 22, and a PDF converter service on port 8080. We also notice that the machine has a firewall configured, but it seems to be allowing incoming traffic on port 80. pdfy htb writeup upd
: PDFy utilizes wkhtmltopdf , a well-known command-line tool used to render HTML into PDF using the WebKit rendering engine. We then focus our attention on the PDF