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

Jump to content



Photo

Need tutorials for coding checkers.


  • Please log in to reply
Need tutorials for coding checkers.

#1

s3xy
s3xy
    Offline
    59
    Rep
    66
    Likes

    more sexy since 1998

Posts: 137
Threads: 11
Joined: Sep 21, 2018
Credits: 0

Five years registered
#1

So recently, I wanted to learn how to code a checker. I have OK knowledge for Java, and I can learn different languages really quickly. 

 

Anyone know any good tutorials for this? I'd appreciate any suggestions.  Kappa


  • 0

#2

dalton
dalton
    Offline
    141
    Rep
    977
    Likes

    Veteran

  • PipPipPipPipPipPipPip
Posts: 2602
Threads: 476
Joined: Jul 13, 2018
Credits: 126

Deal with caution
User has an open scam report.
Five years registered
#2

So recently, I wanted to learn how to code a checker. I have OK knowledge for Java, and I can learn different languages really quickly. 

 

Anyone know any good tutorials for this? I'd appreciate any suggestions.  Kappa

I dont think there are any guides related to cracking.


  • 0


I AM A FUCKING SCAMMER

DON'T EVER DEAL WITH ME 

:DWC: :DWC:


#3

FaithHF
FaithHF
    Offline
    36
    Rep
    234
    Likes

    SESH

Posts: 408
Threads: 36
Joined: Dec 04, 2016
Credits: 0

Seven years registered
#3

The actual logic for making a generic account checker is incredibly simple. Part of it just parses the combolist (basically csv parsing but with colons,) then the rest of it sends a thousand POST requests a second. From those requests, the checker receives the response (or response code) and parses that data to find keywords that might indicate that the combo worked and logged in (ie. keywords like 'logout' 'profile' 'settings' etc.)

 

It shouldn't be too hard for you to figure it out from here if you're really as proficient as you say with programming (the language really shouldn't matter as long as you can make web requests.)

 

EDIT: Since this answer wasn't too conclusive, it would still be trivial to add all your extra functions like proxies and whatnot. Parsing a proxy list is no different than parsing a combolist. From there, now you just need to initiate the connection using the proxy.


  • 3

#4

asmnajh21
asmnajh21
    Offline
    0
    Rep
    1
    Likes

    Junkie

  • PipPipPipPipPipPip
Posts: 315
Threads: 0
Joined: Sep 26, 2018
Credits: 0
Five years registered
#4

thanks bro


  • 0

#5

iSlapKids
iSlapKids
    Offline
    1
    Rep
    59
    Likes

    In God We Trust

  • PipPipPipPip
Posts: 104
Threads: 15
Joined: Sep 22, 2018
Credits: 0

Five years registered
#5

The actual logic for making a generic account checker is incredibly simple. Part of it just parses the combolist (basically csv parsing but with colons,) then the rest of it sends a thousand POST requests a second. From those requests, the checker receives the response (or response code) and parses that data to find keywords that might indicate that the combo worked and logged in (ie. keywords like 'logout' 'profile' 'settings' etc.)

 

It shouldn't be too hard for you to figure it out from here if you're really as proficient as you say with programming (the language really shouldn't matter as long as you can make web requests.)

+1


  • 0

#6

s3xy
s3xy
    Offline
    59
    Rep
    66
    Likes

    more sexy since 1998

Posts: 137
Threads: 11
Joined: Sep 21, 2018
Credits: 0

Five years registered
#6

The actual logic for making a generic account checker is incredibly simple. Part of it just parses the combolist (basically csv parsing but with colons,) then the rest of it sends a thousand POST requests a second. From those requests, the checker receives the response (or response code) and parses that data to find keywords that might indicate that the combo worked and logged in (ie. keywords like 'logout' 'profile' 'settings' etc.)

 

It shouldn't be too hard for you to figure it out from here if you're really as proficient as you say with programming (the language really shouldn't matter as long as you can make web requests.)

 

EDIT: Since this answer wasn't too conclusive, it would still be trivial to add all your extra functions like proxies and whatnot. Parsing a proxy list is no different than parsing a combolist. From there, now you just need to initiate the connection using the proxy.

Why did I not see this, thank you so much for the detailed answer!


  • 0

#7

SmileyTM
SmileyTM
    Offline
    14
    Rep
    11
    Likes

    succ on my toes

Posts: 67
Threads: 6
Joined: Sep 02, 2018
Credits: 0

Five years registered
#7

If I may add, learn python. 

 

Reading a combo list is as easy as... for line in combolist: line.split(":")

 

For the actual combo checking, use requests. literally just requests.get or requests.post. Learn what headers you need to set and what postdata they require by looking at released configs for easy websites like Spotify.

 

Learn about multithreading or multiprocessing, I'll leave it up to you to decide which is better in certain scenarios.

 

And lastly, don't even worry about GUI until you're familiar with backend stuff. A simple terminal script will work wonders

 

Have fun and happy coding!


  • 2

#8

s3xy
s3xy
    Offline
    59
    Rep
    66
    Likes

    more sexy since 1998

Posts: 137
Threads: 11
Joined: Sep 21, 2018
Credits: 0

Five years registered
#8

If I may add, learn python. 
 
Reading a combo list is as easy as... for line in combolist: line.split(":")
 
For the actual combo checking, use requests. literally just requests.get or requests.post. Learn what headers you need to set and what postdata they require by looking at released configs for easy websites like Spotify.
 
Learn about multithreading or multiprocessing, I'll leave it up to you to decide which is better in certain scenarios.
 
And lastly, don't even worry about GUI until you're familiar with backend stuff. A simple terminal script will work wonders
 
Have fun and happy coding!

Thank you! I’m in the process of learning multithreading atm.

  • 0

#9

Zero
Zero
    Offline
    48
    Rep
    254
    Likes

    < Developer \>

Posts: 617
Threads: 66
Joined: Oct 03, 2017
Credits: 2

Six years registered
#9

Pro tip: avoid gui's :kek:


  • 0

Kvow4W1.png



 Users browsing this thread: