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

flexinjector configured but file content not found in upload request #33

Closed
dorkerdevil opened this issue Nov 29, 2018 · 2 comments
Closed

Comments

@dorkerdevil
Copy link

I was testing a site profile, so i select a .png file and then sended the request to uploadscanner
and set everything but i m getting this error

"flexinjector configured but file content not found in upload request, rare case of javascript changes? aborting

here is how request look like

POST /api/content HTTP/1.1
Host: example.com
User-Agent: Firefox/62.0
Accept: application/vnd.zinc+json;level=17
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: image/png
Authorization: Basic
Timestamp: 2018-11-29T20:34:56.551+05:30
X-Requested-With: XMLHttpRequest
Content-Length: 77643
Cookie: some cookies here ..
Connection: close

‰PNG
...

@floyd-fuh
Copy link
Contributor

You need to check if the PNG bytes are 1:1 the same as the PNG bytes in the file you specified in the flexiinjector. If not, that's the problem.

One way to work around this is to take the PNG bytes in the HTTP request you see, store them 1:1 in a file on the disc, then specify that file in Flexiinjector.

This is not an issue with the upload scanner, it told you exactly what the problem is: "flexinjector configured but file content not found in upload request, rare case of javascript changes?"

@dorkerdevil
Copy link
Author

thanks for explaination

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

2 participants