Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User specific changes in FlexUnlimited.py #52

Open
venzeg opened this issue Dec 6, 2022 · 7 comments
Open

User specific changes in FlexUnlimited.py #52

venzeg opened this issue Dec 6, 2022 · 7 comments

Comments

@venzeg
Copy link

venzeg commented Dec 6, 2022

Hi,
First, thank you for helping us good sir, much appreciated :)

As for the question, I noticed that there're default values related to device in FlexUnlimited.py:
"registration_data": {
"domain": "Device",
"app_version": "0.0",
"device_type": "A3NWHXTQ4EBCZS",
"os_version": "15.2",
"device_serial": "0000000000000000",
"device_model": "iPhone",
"app_name": "Amazon Flex",
"software_version": "1"

Do you think it's better to populate app_version, device_serial, device_type with phone specific data to make it look less suspicious in case they decide to filter automated software? If so, what would be the device_type for Android and what's the difference between software_version and app_version?

@inazeem
Copy link

inazeem commented Feb 13, 2023

Very Good question. Does anyone have any answer?

@MY20-PHEV
Copy link

I have left mine as default values and been using for over 2 weeks now, no nasty emails from amazon so far.
I would like to change mine too, but too frightened to mess around with them

@inazeem
Copy link

inazeem commented Feb 13, 2023

I actually changed the settings and it is still working.

@MY20-PHEV
Copy link

I imagine that you shouldn't change them to match the device you run the flex app on, because it would look like the same device was accessing the api from 2 different IP's simultaneously ?

@inazeem
Copy link

inazeem commented Feb 13, 2023

I am using from home, so ip will be the same. But i choose some random data, Not axact.

@MY20-PHEV
Copy link

device_id = secrets.token_hex(16)

this line seems to generate a random device_id every time it runs at least.

@inazeem
Copy link

inazeem commented Feb 13, 2023

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants