buzzy

Results 41 comments of buzzy

To see exactly what a browser is sending, why would you not just create a simple socket server and print the request? Super simple. Something like: https://gist.github.com/pedrominicz/b699dec01b4afd38b8aba83f3089e175

No sorry. I am building my own FUSE filesystem for Degoo in GoLang instead. I will publish it for free when it's done.

Well, one hot tip is to look at TLS. As an example, you are sending a user-agent as "Chrome version X". Cloudflare could easily have a list of TLS ciphers...

> Had a quick look. It seems indeed that one state of the art client differentiation rests on TLS handshake analysis. Ouch. > > The JA3 algorithm for example examining...

> Cool, what are the Python libs packages)? Can you name or link to some? Would save us a bucket of time (over searching for candidates unless lucky with the...

My bad. I don't do Python. I assumed, as there are many for Go :)

You don't need to confirm it. I already did. It's easy with docker. You get a 302 instead of a 429 response. ``` docker pull lwthiker/curl-impersonate:0.5-chrome docker run --rm lwthiker/curl-impersonate:0.5-chrome...

Because the docker one does not require any installation of extra libs etc. I don't like to bloat my system with random hacks :) If you use libcurl with Python,...

Of course it's Cloudflare that blocks, but it's Degoo that has enabled the "Browser Integrity Check" setting in Cloudflare. This comes with an extra fee as it requires more compute...

Just an update that basic file listing works in my FUSE FS works now, so I can confirm that FA3 fingerprinting solves the login problem. I think you will have...