tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 183 forks source link

Password Salt Source and Passport URL Path #271

Closed dnapier closed 2 years ago

dnapier commented 2 years ago

Curious how you came up with the salt and the passport url path. I'm running Burp Suite with the web interface and the desktop application but that path never comes up in the requests.

Cheers! And thank you!

alexonab commented 2 years ago

Hi, it has been stated before that all the URLs etc. can be seen via developer tools in Chrome. You can also read the JS source files which have other infos.

https://github.com/tedchou12/webull/wiki#how-do-you-find-the-apis-are-they-official

dnapier commented 2 years ago

I closed this as I was able to find the salt, but could not find the passport URL listed in the path and never saw it requested via Burp. So that one is still a mystery.