Brute force Netflix Profile Pin.
Note: This does not crack Netflix account passwords. This is only useful for cracking Profile Pin After Login.
This Script Uses Pynput to mimic Keyboard Inputs. So install pynput by running the following command
pip install pynput
- Download ZIP/ Clone the repo to your Personal Computer.
- Open Command Prompt in the script folder
- run the command provided below
python start.py
- Within 7 seconds Click on the Enter Pin box in Netflix.
This script calls keyboard keys from 0000 to 9999.
Run the program and immediately click on the first pin box.
This script can check 2 pins in a second.
Thus meaning it would take 84 minutes to check from 0000 to 9999 pins. Hope that the pin doesn't start with 9 XD
After Netlix loads, Immediately stop the program and modify the 0000 and 9999 in
for x in range(0000,9999):
to
0000 to the last number printed minus 100
9999 to the last number printed
and increase the sleep time in
keyboard.release(pin[3]) #Fourth pin key press - end
time.sleep(0.1)
to
keyboard.release(pin[3]) #Fourth pin key press - end
time.sleep(2)
So that the script runs slowly giving you time to find the exact pin
The Author/I am not responsible in any way if this script is used for malicious purposes.
Please use this only for the intended purpose,that is....messing with your friends