awesome-python-login-model
awesome-python-login-model copied to clipboard
😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
拼多多可以吗
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 
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...