Skip to content

Instantly share code, notes, and snippets.

@m417z
Created July 11, 2020 15:42
Show Gist options
  • Save m417z/446bf0532c201cfda53ccbac16bc9f66 to your computer and use it in GitHub Desktop.
Save m417z/446bf0532c201cfda53ccbac16bc9f66 to your computer and use it in GitHub Desktop.
@m417z
Copy link
Author

m417z commented Nov 21, 2020

get only the sha256

Just add a line with print(file_hash) after the line:
file_hash = base64.b64decode(file_hash_base64).hex()

how do you bypass that?

They send specific headers that they check on the server. You can sniff the traffic and then send exactly the same headers as they send.

@nutterthanos
Copy link

nutterthanos commented Nov 24, 2020

well how? i tried and python did not work connecting

@zouxianyu
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment