question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to be undetected while emulating phone?

See original GitHub issue

Hey guys , I’ve tried to emulate phone while using the stealth plugin, but it seems like most of the sites can easily detect that its phone: http://prntscr.com/ujz2js http://prntscr.com/ujz2z0

I think this makes 0 sense and might be a big reason for the detection as how can I be using nvidia and chromium on iphone 😄 http://prntscr.com/ujz3wg

The code is used to open the browser: `const puppeteer = require(‘puppeteer-extra’);

const puppeteerdevice = require('puppeteer');
const pluginStealth = require('puppeteer-extra-plugin-stealth');
puppeteer.use(pluginStealth());
let isheadless = false;
let browser2 = await puppeteer.launch({
    headless: isheadless,
    //ignoreHTTPSErrors: true,
    //executablePath: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe',
    args: []
});
let page2 = (await browser2.pages())[0];
let iPhonex = puppeteerdevice.devices["iPhone X"];
await page2.emulate(iPhonex);`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
prescience-datacommented, Sep 19, 2020

There are many leaks from an emulated phone, too many to list.

Even executing through a proper emulator such as BlueStacks is fairly easy to detect by a sufficiently motivated adversary.

0reactions
berstendcommented, Nov 3, 2020

Closing this for now, discussions like this might be better suited for our discord.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defeating Android Emulator Detection - Virtue Security
There are several ways to detect an emulator; however this example is only relevant to the most common way we see. In this...
Read more >
Which Android emulator doesn't have emulator detection ...
Which Android emulator doesn't have emulator detection when playing PUBG Mobile?
Read more >
Hide the fact that the device is an emulator? - Stack Overflow
In general there are three ways to bypass an emulator check: Modify the app and remove the emulator check. Modify the emulator so...
Read more >
Any Undetectable Android Emulator For Instagram? - MP Social
Hey guys been searching a lot, but not able to find a undetectable emulator to create and manage instagram as if in a...
Read more >
Matched with undetected emulator players on mobile. - Reddit
As far as I'm aware there are currently 5 legit publicly working methods across 3 different emulators that will actually make you undetected....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found