Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Steam change Web Authenticate #1063

Open PainMustDie opened 7 years ago

PainMustDie commented 7 years ago

You bot cant web authorization, all account have status: "Incorrect login."

PainMustDie commented 7 years ago

Log in through the browser catch encrytper password from browser put in encryptedBase64Password and authorization in program success. Error here - SteamBot/SteamTrade/SteamWeb.cs line 196-198.

scholtzm commented 7 years ago

The DoLogin method is not used in SteamBot so there's a high chance it's broken. You should open a pull request if you find fix. 👍

PainMustDie commented 7 years ago

Its broken 1-2 week ago. Problem in rsa encrypt, maybe rsa encrypt out of date?

Cancerberg commented 7 years ago

rsaJson.publickey_mod is now transmitted in lowercase. line 189 Exponent = HexToByte(rsaJson.publickey_exp.ToUpper());

Traktoorn commented 7 years ago

Is this something to do? Is IT time consuming? I have never coded before but really want a bot. Does IT work with the new authenicator? Or does IT even work? Does IT check prices from bp.tf or scrap.tf?

waylaidwanderer commented 7 years ago

@Traktoorn your questions are off-topic and don't belong to this issue. SteamBot is a framework you can use to code your own bot. It does nothing for you out of the box.

Traktoorn commented 7 years ago

@waylaidwanderer im sorry for off topic but i will need experience with coding if it only is a frame?

BlueRaja commented 7 years ago

@Traktoorn Please see #427 - sorry for the seemingly harsh locking of this topic, but we are all exhausted of off-topic questions on the issue-tracker.

@Cancerberg Please submit a PR for that fix and we'll take a look at it.