Reddit mobile api based account creator

GregVentures

Newbie
Joined
Feb 21, 2024
Messages
12
Reaction score
2
I am currently working on an account creator based on the mobile API.

It can generate approximately 10,000 to 20,000 accounts per gigabyte of data since it only requires 2 requests to create an account.

There is no need for 2captcha as there are no captchas on the mobile version.

The only issue is that accounts tend to get banned after one day.
 
it is true there is no captcha there but what type of proxies do you use
 
mobile, residential or data centres
 
You have to copy everything perfectly so there is no difference on their end from a legitimate phone creating an account.
 
I am currently working on an account creator based on the mobile API.

It can generate approximately 10,000 to 20,000 accounts per gigabyte of data since it only requires 2 requests to create an account.

There is no need for 2captcha as there are no captchas on the mobile version.

The only issue is that accounts tend to get banned after one day.
Interesting, Looks like they got tls fingerprinting to identify if the requests are being sent from a legitimate mobile device or not if you're using nodejs or golang i can suggest you a use the module https://github.com/Danny-Dasilva/CycleTLS
 
I am currently working on an account creator based on the mobile API.

It can generate approximately 10,000 to 20,000 accounts per gigabyte of data since it only requires 2 requests to create an account.

There is no need for 2captcha as there are no captchas on the mobile version.

The only issue is that accounts tend to get banned after one day.
What do you mean by mobile API? Does Reddit provide API to create accounts?

Do accounts get banned after creating post/comment? Or they get banned even without posting anything?
 
I am sorry but how are you utilizing the reddit mobile api? you have reversed it yourself or?
 
50-100k depending on your proxy, for me created accounts are banned immediately :D
 
I am currently working on an account creator based on the mobile API.

It can generate approximately 10,000 to 20,000 accounts per gigabyte of data since it only requires 2 requests to create an account.

There is no need for 2captcha as there are no captchas on the mobile version.

The only issue is that accounts tend to get banned after one day.
You can't create high-quality accounts with just 2 requests. They have other api's requests that are designed for tracking your activity you have to emulate them as well
 
that really doesnt answer the question. yes i am high.
I'm sorry i quoted you by mistake.
Also for your question, it's really easy to reverse it using Frida or http-debugger, http toolkit and an android emulator like bluestacks. But it's more difficult to stay undetected from the bot detection, they may use various types of fingerprinting to identify if the requests are legitimate like tls fingerprinting, fingerprinting based on the sequence of http headers, fraud score of ip address, other misc requests which reversers many time ignore thinking they're not worth reversing like most of android apps send requests to google firebase which can also be used to detect if it was an automated http request
Speaking out from experience in reverse engineering 3 years+, been inactive this year for college entrance exam preparation so i think there must've been new fingerprinting techniques developed in the meantime when i was inactive
 
Last edited:
I am currently working on an account creator based on the mobile API.

You wrote about Android at another post (now invisible to me).

Did you try to switch on the reversed API based on iOS already? Because Android collects a lot of internal device data and sends it to app owners/Google.
 
You wrote about Android at another post (now invisible to me).

Did you try to switch on the reversed API based on iOS already? Because Android collects a lot of internal device data and sends it to app owners/Google.
I think he probably skipped that part , thats probably why his accounts are getting banned
 
Back
Top