I like to automate stuff and usually i have no issues reverse engineering things.
But lately sites have implemented anti-bot measures including shape security where they inject extra information into the header and if it's missing or wrong, the requests get a 405 error.
Anyone here good with decoding, decrypting data and regular expressions in python ?
superpack encoding is involved then encryption based on two seeds and hex64 encoding.
I need to reverse engineer to move past it.
But lately sites have implemented anti-bot measures including shape security where they inject extra information into the header and if it's missing or wrong, the requests get a 405 error.
Anyone here good with decoding, decrypting data and regular expressions in python ?
superpack encoding is involved then encryption based on two seeds and hex64 encoding.
I need to reverse engineer to move past it.

Comment