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

trouble finding login credentials for api #20

Open
nosfirlabs opened this issue Dec 25, 2021 · 5 comments
Open

trouble finding login credentials for api #20

nosfirlabs opened this issue Dec 25, 2021 · 5 comments

Comments

@nosfirlabs
Copy link

I have decompiled the latest ebay kleinanzeigen apk and gone through the described steps, but i have trouble to find the username and password field variables in the code. they seem to have changed something. could anyone give a hint where to find them nowadays or maybe share them?

@derlucas
Copy link

At least in the Version v12.20.0 (from apkpure) the credentials are in there. Look for Api Configuration class

@Vanderhoof
Copy link

In v13 the creds are also present. But my user got banned right after logging in via api. So better create a fake account for these experiments

@Quesstor
Copy link

In v13 the creds are also present. But my user got banned right after logging in via api. So better create a fake account for these experiments

Do you mean banned, like not being able to login anymore or just a Email that the password got reset by kleinanzeigen?
The german version of the mail: "uns sind ungewöhnliche Aktivitäten in deinem Benutzerkonto aufgefallen. Wir haben daher dein Passwort zurückgesetzt, um dein Konto vor möglichem Missbrauch zu schützen. "

@Vanderhoof
Copy link

Vanderhoof commented Jan 31, 2022

@Quesstor I didn't even receive any email:

  • I registered on the website,
  • confirmed email and phone,
  • then connected to API api = EbkClient(<api creds, user creds>) (no errors)
  • then tried to run api method and received 401 error.

After that I tried to log in on the website with my user credentials and it said my login or password is incorrect. Then I tried to reset password and it said "User account restricted" ("Nutzerkonto eingeschränkt").

Now even connecting to api with EbkClient(<api creds, user creds>) gives me 401 error, so I guess my user was banned right away.

@Gerttul
Copy link

Gerttul commented Mar 29, 2024

@Vanderhoof Hey, would you share how you found the login credentials?Under which String are they? Thanks :)

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

5 participants