Question about PDF method: how to find my PDF on site ?

javadth

Elite Member
Jr. VIP
Joined
Aug 27, 2012
Messages
3,208
Reaction score
1,162
HI
I need help with the PDF method
Some websites upload your PDF, but don't show where it's uploaded. How to find it?

As I remember 10 - 12 years ago, there was a firefox extension, it was called htttp header or soething like , i was using it to track where files uploaded in upload forms

Now, how can I check this ??
 
It depends on what system is in use for the upload. Some things that may help:

Look at the html for the form that is being used to upload for any possible needed parameters (form id etc)
Keep devtools open (F12) and keep an eye on what data is being sent and returned in the network tab
If you have any example urls of pdfs already uploaded on the domain, they may give you some pointers for what your pdf's url will be
 
Back
Top