Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

[SOLVED] Wrong "${FILENAME}" variable on upload #97

Closed
pierinogiorgio opened this issue Mar 31, 2022 · 1 comment
Closed

[SOLVED] Wrong "${FILENAME}" variable on upload #97

pierinogiorgio opened this issue Mar 31, 2022 · 1 comment

Comments

@pierinogiorgio
Copy link

The extension only seems to exclusively replace the "Filename" variable on the upload POST request, but in my case the variable that contains the actual filename is different than the variable that contains the name of the uploaded file.

Reading through the documentation the only way to specify the static URL on which to fetch the uploaded image is by using the ${FILENAME} variable, but this one exclusively fetches the "Filename" var, if for example the variable I need to fetch is called "filenameblabla" and I modify the varible as "${FILENAMEBLABLA}" it doesn't work at all.

After all these awesome features implemented, it's not even possible to specify the variable in the POST request that needs to be iterated/changed for the file name uploaded? It "blindly" only works if the filename variable is called "filename" really ????

**PICTURE THAT DEPICS THE PROBLEM: **
image

I'm open for any solution really.
Please, let me know, have a nice day.

@pierinogiorgio
Copy link
Author

pierinogiorgio commented Mar 31, 2022

SOLVED: If anyone stumbles upon the same problem, just make sure to set the original request with the same exact name in both parameters, as suggested in the full guide in this case: https://github.com/modzero/mod0BurpUploadScanner#replace-filename-in-requests

@pierinogiorgio pierinogiorgio changed the title Wrong "${FILENAME}" variable on upload [SOLVED] Wrong "${FILENAME}" variable on upload Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant