{“userName”:“dGCT1HVi%2BTHi1NjVj%2FFmyKlyFaCShKXC6y%2FmG7Gajcs%3D”,“password”:“wAdZ2JOp39v%2FGdvXqnn7Yw%3D%3D”,“remember”:false,“appVersion”:“79a9e24eb7352591”,“browser”:“firefox”}
Might be a js that encrypt user and pass.
- encrypt with that algorithm
- base64
- url encoded
If you can’t find the algorithm maybe use as pass 123456 or something easy, get the result from the request, url decode it, Base64 decode it, grab that hash and use some hash recognizer. May work.
Use selenium/ puppeteer if you dont want to deal with the encryption of post data