Pdfy Htb Writeup Upd
nmap -sV -p- 10.10.11.224
Upon launching the challenge, you are greeted with a simple web interface that prompts for a URL. The application’s stated purpose is to "turn your favorite web pages into portable PDF documents". pdfy htb writeup upd
The wkhtmltopdf engine follows the redirect and reads the local file. The content of /etc/passwd is rendered into the PDF. nmap -sV -p- 10
ssh-keygen -t rsa -b 4096 -f id_rsa
Upon accessing the HTTP service on port 80, I found a default Apache web server page. However, further investigation revealed a peculiar directory listing at /pdfs/ , which seemed to host various PDF files. pdfy htb writeup upd