awesome-python-login-model icon indicating copy to clipboard operation
awesome-python-login-model copied to clipboard

😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟

Results 79 awesome-python-login-model issues
Sort by recently updated
recently updated
newest added

cookies not `c_user` key

I was scam by a scam I want to login in to his account to check he is the real person

Free FREE diamond ![17b29-16388567511718-1920](https://github.com/Kr1s77/awesome-python-login-model/assets/172099067/8092b385-d20f-4a82-9a88-e99c8924666c)

Hi, while I'm reviewing your code, I noticed that you're using hard-coded key on AES encryption. https://github.com/Kr1s77/awesome-python-login-model/blob/b458a09bf5542b52784bbba9861c4f3a82b2e45d/NeteaseCloudMusicDownload/api.py#L32-L40 When using AES CBC encryption, IV should be used random value for secure...

Hi, while I'm reviewing your code, I noticed that you're using algorithm PKCS1_v1_5 on encryption. https://github.com/Kr1s77/awesome-python-login-model/blob/b458a09bf5542b52784bbba9861c4f3a82b2e45d/baidu/util.py#L11-L15 According to RFC 8017, PKCS_v1_5 is not recommended anymore, instead PKCS1_OAEP is recommended. Update...