rawandahmad698 / noble-tls

TLS-Spoofing HTTP library, based on requests. Automatically updates JA3 fingerprints.
MIT License
161 stars 14 forks source link

Fixed file loading #8

Closed glizzykingdreko closed 4 months ago

glizzykingdreko commented 6 months ago

After the last update of the Bogdanfinn repo, the filename of the assests has been changed and this was causing the installation process to fail.

rawandahmad698 commented 6 months ago

why append xgo?

glizzykingdreko commented 6 months ago

On the lastest release of tis-client (3 days ago) https://github.com/bogdanfinn/tls-client/releases the Darwin version was called 'tls-client-xgo-1.7.4-darwin-amd64.dylib' was causing an unexpected error both downloading and loading the libraries since the new name format. The patch had fixed at least the downloading part to prevent projects downtimes.

Around 16h ago has been pushed all the assets with the old names format so isn't a problem anymore, but maybe a better way to parse file should be implemented (even just a backup one) to prevent again situations where isn't possible to use the pip module on a fresh install

rawandahmad698 commented 4 months ago

Thank you. I added this