I'm testing a web application:
post request to upload the file doesn't output anything, the uploaded file links are all present in a specific endpoint (/path/my-uploaded-file-links.html), how can I tell Upload Scanner to grab the last link in this "Static" endpoint and use that to download the file?
Obviously the latest link is the latest uploaded file from me...
This is nowadays an extremely common behaviour on webapps.... I'm willing to work with workarounds too in case this isn't possible by the features currently implemented...
I'm testing a web application: post request to upload the file doesn't output anything, the uploaded file links are all present in a specific endpoint (/path/my-uploaded-file-links.html), how can I tell Upload Scanner to grab the last link in this "Static" endpoint and use that to download the file? Obviously the latest link is the latest uploaded file from me...
This is nowadays an extremely common behaviour on webapps.... I'm willing to work with workarounds too in case this isn't possible by the features currently implemented...