Official discussion thread for PDFy. Please do not post any spoilers or big hints.
Any hint?
I really hate blackbox stuff
i am trying for hours to make the ssrf working but no way
edit : use ngrok
Hello,
Iām reaching out for help because Iām completely stuck after spending 8 hours on this.
Iāve tried everything that came to mind and searched through countless internet pages.
Iāve tried XSS vulnerabilities with no results, Iāve tried sending malicious code through the URL without success.
The only thing Iāve āsucceededā in is putting a PHP file in the URL and having this code executed only on my local machine, not on the challenge server.
Iām not asking for the answer, just some assistance or a possible direction to follow if possible.
Thanks in advance.
need a hint please
Ok, i have found XSS but now i donāt know how to go on. Any hint please?
Try if you can figure out how the PDF is generated, that should put you in the right direction.
Do some research on the internet.
website use wkhtmltopdf. I did some resarch. Maybe this help you wkhtmltopdf SSRF | Exploit Notes wkhtmltopdf File Inclusion Vulnerability - Virtue Security if you find anything please reply
Solved? Man I have been stuck on this for about like 3 days. Nothing positive yet. Donāt know where I am lacking behind. Found XSS and even I am able to interact with a my locally hosted server. But donāt know what to do. Tried the āfile://ā wrapper but that too fails. Just totally messed up. Need help man need some help.
Did you solve? I went on like an insane research path but still couldnāt land into anything good. Found how this wkhtmā¦ utility works i.e. the syntax but still struggling to find the right path. Help mate please help.
Donāt dig deep. When you google wkhtmltopdf lfi
, almost the first 3 search result will be enough to solve this challenge. This is an easy challenge. Donāt assume things if you find a possible way. Just follow what PoC suggests.
You are very close to the solution. Just figure out the weakness there.
The iframe window opens but I canāt receive anything. What am I missing? Do I need to complicate the payload?
console says Not allowed to load local resource
The solution for this challenge is easier than the PoC on the site you shared. How can you make it simpler, think about that
Any hint plz ?
solved!
the solution was in the PoCsā¦ but there is a tricky part.
iāve solved cracking the PoCs in two. each part with one step of the PoC.
part1: webhook.site . part2: hosted a php server in my public ip address (easier to send headers ) .
Pwned! I figured out where I was going wrong and why it took so long. If anyone using ngrok, make sure to use ātcpā option rather than āhttpā to avoid the confirmation page that was getting in middle of the redirection. Hope this will lead someone else frustrated towards the final door. Best of Luck!
i tried to get /etc/passwd, but i kept receiving empty PDFs, any hints please ? Thanks