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



 3301

Python Checker?

by uh9sfgd - 12 September, 2023 - 01:37 PM
This post is by a banned member (uh9sfgd) - Unhide
uh9sfgd  
Registered
60
Posts
1
Threads
1 Year of service
Bumped #9
This is a bump
This post is by a banned member (uh9sfgd) - Unhide
uh9sfgd  
Registered
60
Posts
1
Threads
1 Year of service
Bumped #10
This is a bump
This post is by a banned member (wasteheek) - Unhide
wasteheek  
Registered
7
Posts
0
Threads
1 Year of service
#11
(17 September, 2023 - 10:05 PM)NAGZSTORE Wrote: Show More
(17 September, 2023 - 12:33 PM)wasteheek Wrote: Show More
Use requests or if the site has some kind of protection, tls_client for making requests to the server.
Use threading package for making multiple requests at the same time which allows you to check accounts faster.
Steps:
1. Go to your browser and press F12 and then click Network
2. Login to a valid account
3. Look at the apis called
You'll probably see something like this:
https://example.com/api/login
Click on it and then click on the request tab, you'll see some JSON shit.
4. open up an ide and start replicating the same request
5. ???
6. profit
example code:
request = requests.post("https://example.com/api/login",json={"username":"example","password":"examplepassword"}).json()
and then you can parse the json response like this:
is_valid = request["is_valid"]

Start doing this with some small site since those don't usually have the best protection against these attacks.

Good luck

Nice answers tbh 
But how he gonna do when he gonna try sites with CSRF or CF  [Image: kek.png]

Parse the CSRF value form the html :) at least it worked for me on reddit
for cloudflare, undetected-chromedriver python package
This post is by a banned member (uh9sfgd) - Unhide
uh9sfgd  
Registered
60
Posts
1
Threads
1 Year of service
#12
thank u so much!!, i m gonna search some tutorials for it on yt.!
This post is by a banned member (uh9sfgd) - Unhide
uh9sfgd  
Registered
60
Posts
1
Threads
1 Year of service
Bumped #13
This is a bump

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: 2 Guest(s)