Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2973

HELP ME WITH MY NETFLIX CHEKER HERE IS SRC. WONT HAVE TO DEAL WITH ERROS

by JayTeeX69 - 14 July, 2022 - 07:36 PM
This post is by a banned member (Qitgaa) - Unhide
Qitgaa  
Infinity
657
Posts
158
Threads
2 Years of service
#9
Your code is ok but it is for older sites that redirect users to error pages if the credentials are wrong. Modern sites uses Ajax to change inline html without refreshing the whole page(without sending requests from main site). So both valid and invalid credentials will show 200 status code while you can use any of the following techniques to find valid login credentials 
 
1- You can scrape the html for words like login denied or invalid password(according to the site) and if these words are found then the email:pass is wrong, Other wise it is correct
2-you can check for status code of 302 and 301 if website is redirecting to another page after login
3-you can check by response headers that are only allowed after login like Set cookie header and Csrf-protection header
4-after passing credentials you can redirect user to some page like billing page and check if visiting this page returned to the login page(302 redirection) then it will be invalid credentials but if visiting that page shows 200 status code then credentials are valid 


As you know python you can code this yourself. If not tell me I’ll help you
HI contact me on telegram @Qitga
Always confirm via pm before doing a deal. I will never reject middleman be aware of imposters 
This post is by a banned member (JayTeeX69) - Unhide
This post is by a banned member (dead_geo) - Unhide
dead_geo  
Supreme
132
Posts
25
Threads
4 Years of service
#11
(This post was last modified: 20 July, 2022 - 12:31 AM by dead_geo.)
Hey,

Nice job! I am so proud of you. Look at how many people are helping you after you formalized your question and organized it. Good job :)

Love ya,
dead_geo

(14 July, 2022 - 07:43 PM)MicScofield Wrote: Show More
im gonna be honest, making a netflix checker with python is not really good idea

Hello,

I am just curious, why do you feel this way?

Sincerely,
dead_geo
Follow me on GitHub

Contact me on discord for legitimate purposes or you will be blocked:
snippytogruta (995042999035756654)
Make sure to verify my id
This post is by a banned member (MicScofield) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 6 Guest(s)