ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.91k stars 1.16k forks source link

Unique IP to each chrome #856

Open M-Zubair10 opened 2 years ago

M-Zubair10 commented 2 years ago

Hi, I have azure virtual machine with 3 public ip attached to it

I want to open three anonymous chrome all with different public ip node I have on my vm

Infact, what I want is some flag like

--ipaddress=20.154.55.2 example

ultrafunkamsterdam commented 2 years ago

I don't see how this is (at all) related an issue in this package. What you want is unusual but ( depending on your os) could be easily achieved on Linux:

BIND_ADDR="your.ip.addr" LD_PRELOAD=./bind.so /path/to/chrome_executable

The bind.so needs to be compiled from this c file:

https://gist.github.com/ultrafunkamsterdam/4e24049b62791e083a3e10df26eaeed9

ultrafunkamsterdam commented 2 years ago

No guarantees if chrome driver works in this setup. Best bet would be to launch a bound bash, so everything within that shell is bound to the interface

M-Zubair10 commented 2 years ago

I know this is off-topic, sorry! But thanks

On Wed, Oct 26, 2022, 6:38 PM Leon @.***> wrote:

No guarantees if chrome driver works in this setup. Best bet would be to launch a bound bash, so everything within that shell is bound to the interface

— Reply to this email directly, view it on GitHub https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/856#issuecomment-1292060983, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALL7Y5B6MXDY4YJPVHKV5OTWFEX6HANCNFSM6AAAAAARO7AFD4 . You are receiving this because you authored the thread.Message ID: @.*** com>