September 15, 2022 at 10:48 AM
Hello to all,
I'm looking for someone who can develop a more powerful script than the one I have now. I have a script coded in selenium and it is very long because there is no multi-thread and it takes 1.5 or 2 seconds to check 1 number.
I explain how it works;
1. The script opens the file nums.txt (where there is a list of phone numbers)
2. It also opens the file proxy.txt (where there is a list of proxy)
3. It goes to netflix then goes to the login page then enters the phone number that was retrieved from the nums.txt file then a random password.
4. The script validates the request and then retrieves the answer.
If we have the message "Invalid password" then the number is well registered on netflix and we place the number in the file valid.txt "where will be all the registered numbers".
If you get the message "No account corresponds to the indicated number" then the number is not registered on netflix and you place the number in the file invalid.txt "where all the invalid numbers will be".
It is necessary that the proxy changes between each verification and that there is multi-thread which could check many accounts per seconds.
ATTENTION: I DON'T WANT A VALID ACCESS CHECKER (MAIL:PASS), I WANT WHAT IS CALLED A VALID PHONE NUMBER CHECKER NETFLIX.
Telegram : @BGGD6T
Discord : BGD6T#1143
I'm looking for someone who can develop a more powerful script than the one I have now. I have a script coded in selenium and it is very long because there is no multi-thread and it takes 1.5 or 2 seconds to check 1 number.
I explain how it works;
1. The script opens the file nums.txt (where there is a list of phone numbers)
2. It also opens the file proxy.txt (where there is a list of proxy)
3. It goes to netflix then goes to the login page then enters the phone number that was retrieved from the nums.txt file then a random password.
4. The script validates the request and then retrieves the answer.
If we have the message "Invalid password" then the number is well registered on netflix and we place the number in the file valid.txt "where will be all the registered numbers".
If you get the message "No account corresponds to the indicated number" then the number is not registered on netflix and you place the number in the file invalid.txt "where all the invalid numbers will be".
It is necessary that the proxy changes between each verification and that there is multi-thread which could check many accounts per seconds.
ATTENTION: I DON'T WANT A VALID ACCESS CHECKER (MAIL:PASS), I WANT WHAT IS CALLED A VALID PHONE NUMBER CHECKER NETFLIX.
Telegram : @BGGD6T
Discord : BGD6T#1143

