How to emulate many users of android/iphone app with unique IP's, generic footprints.

Thx, I'm not a backend dev by any means, so I'd have to dig into some of that and likely hire someone. Just to be clear, though, are you talking about spoofing users on mobile WEBSITE, or app? Website is no good. That's where the real disconnect comes for me. I know how to use browser based tools whether on desktop or mobile, but mobile users simply do not use the website. They use the app. Spoofing mobile website traffic is something I think I could do without too many issues, but it's of no use.

I know the distinction may seem basic to some devs out there, but I just don't have any experience emulating apps whereas I've dug into browser automation and spoofing quite a bit lately.
Right. Well, emulation of portable devices, such as: Android, iOS, tablets, etc- is one thing, but, mass-automation through emulation seems unlikely. What you could do, is possibly look into disassembling the application and 'spoof' the data prior to encryption of being sent out to spotify's servers. That way you could mess with the fingerprint of your device on a more broken-down scale; although, it probably won't be a walk in the park, but you got ask yourself if it's worth it?
 
Thx, I'm not a backend dev by any means, so I'd have to dig into some of that and likely hire someone. Just to be clear, though, are you talking about spoofing users on mobile WEBSITE, or app? Website is no good. That's where the real disconnect comes for me. I know how to use browser based tools whether on desktop or mobile, but mobile users simply do not use the website. They use the app. Spoofing mobile website traffic is something I think I could do without too many issues, but it's of no use.

I know the distinction may seem basic to some devs out there, but I just don't have any experience emulating apps whereas I've dug into browser automation and spoofing quite a bit lately.
Hi, have you found a good solution?
 
Have built lot of bots for people Let me give you some personal opinion . What you need is very complex and can be done in two ways.

  1. You have to download the app reverse engineer it and re create the app with a language like python, ruby or php . Which means the app can be run on vps .Now they might have coded lot of custom algorithm to prevent reversing , you need a way to recreate it. What am saying simply is clone the app completely, add proxy generator , mobile user agent generator , guid generator , add push notification support simulate any hardware finger printing they might have done. With thism you are done you can install multiple versions and add different user agent and create automation over it. you now have the exact copy of the app with automation included but you might still get caught if you dont automate very well.
  2. Download any software to perform MITM attacks and listen for the http requests generated and recreate it again in another language .To make it more authentic use the request to model a graph data structure where a page in the app represent a node in the graph .So to perform any action you need to traverse the graph
other common method involves just recreating the request and use crontab for scheduling.
 
Indeed a lot of work. So this automation will emulate some androids/iphones and all other mobiles with different ips?
Is it also possible to download some files from internet via them? Make youtube views or etc?
 
Yes you can Emulate any android phone or iphone without any emulator or multiple vps. just buy lot of IP from different countries and download thousands of iPhone and android user agent and decode how the app generate any fingerprinting or any its doing and recreate it and put it on your vps e.g amazon cloud server.
Now you can Generate thousands of YouTube views, generate thousands of Instagram account daily and spam the hell out of the world
but its really not that easy the way I put it, if it were easy we will all be doing it and sleeping on bed made with Gold.
Then again Its just a matter of cost and benefit . is it worth it to go through all the stress especially if you don't have any knowledge about programming or reverse engineering ? Are you willing to start learning different stuffs and having sleepless night

But am pretty sure it was worth it for this Russian guys made over 1million $$$ daily with bot generating views for video
http://fortune.com/2016/12/20/russian-methbot-ad-fraud-scam/

I think it is better you start small with little automation first
 
But am pretty sure it was worth it for this Russian guys made over 1million $$$ daily with bot generating views for video
http://fortune.com/2016/12/20/russian-methbot-ad-fraud-scam/

I think it is better you start small with little automation first

This is completely overblown. In twitter reps of various ad networks stated that Methbot's traffic is 1-2% of the total traffic at most and is easily filtered out. I read how it works and what it spoofs, indeed it shouldn't be hard to filter out such traffic. Also, consider the following. 1 million a day is 0.35 BILLION a year. How do you think they cash out this amount of money? Do you realize that Mark Zuckerberg makes less cash lol?
 
I've got most of these details worked out for emulating multiple users on websites without leaving a distinct footprint, but no idea where to start to do it with mobile.

Can someone start me off with a couple of terms I can look up or a general direction to look into? Should I be putting one android and/or iphone emulator per vps and running one emulation per vps like that, or is there some better way in bulk? Some way to run many on one machine so thhey appear to be independent and unrelated?

What about the IP switching? It's easy in browsers with all the extensions and imacros, but not sure what tools to look into to emulate mobile users.
Did you figure out a way to do this ?
 
I think it is better you start small with little automation first[/QUOTE]
is it possible i get one of these made?
 
Yes you can Emulate any android phone or iphone without any emulator or multiple vps. just buy lot of IP from different countries and download thousands of iPhone and android user agent and decode how the app generate any fingerprinting or any its doing and recreate it and put it on your vps e.g amazon cloud server.
Now you can Generate thousands of YouTube views, generate thousands of Instagram account daily and spam the hell out of the world
but its really not that easy the way I put it, if it were easy we will all be doing it and sleeping on bed made with Gold.
Then again Its just a matter of cost and benefit . is it worth it to go through all the stress especially if you don't have any knowledge about programming or reverse engineering ? Are you willing to start learning different stuffs and having sleepless night

But am pretty sure it was worth it for this Russian guys made over 1million $$$ daily with bot generating views for video
http://fortune.com/2016/12/20/russian-methbot-ad-fraud-scam/

I think it is better you start small with little automation first

Nice share mate.
 
Back
Top