This is a simple javascript solution to attempt all possible 4 digit passcode from 0 to 9999 and find a correct one.
- Open Netflix and login until you see this screen profiles
- Click on profile you want to hack
- Open Chrome developer tools
- Open network tab
- try to enter any random password and see network tab request
- copy the blurred field and replace in script.js
- copy the request parameter guid and authURL and replace in script.js on first few lines
- Paster script on console and run it by calling bruteForceLogin() function and wait until it cracks profile pin
- At end, it will show profile pin in last log like Got into account - 1234 and also in local storage