UltraMysterious
Newbie
- Nov 11, 2017
- 35
- 10
Hi
I've been researching for hours and have tried everything I can to trick google into thinking my requests are coming from a different IP address. This works for some sites, but not google. I'm using the WinForms Webbrowser control which uses IE.
I don't want to use a VPN or proxy, so I've tried:
1) Sending the following headers using a randomly-generated, valid IP address for all but user-agent:
2) Changing web browser viewport size
3) Clearing IE cookies
4) Using a program to view LSO files ... none found
5) Not having Chrome running
6) Ending all Google-related tasks in task scheduler
7) Disabling Javascript in IE
8) I've made sure WebRTC is not leaking my IP.
The only other thing I haven't tried is spoofing my MAC address, I was told google wouldn't worry about that unless it involves adsense or something of the sort.
Any assistance would be greatly appreciated
I've been researching for hours and have tried everything I can to trick google into thinking my requests are coming from a different IP address. This works for some sites, but not google. I'm using the WinForms Webbrowser control which uses IE.
I don't want to use a VPN or proxy, so I've tried:
1) Sending the following headers using a randomly-generated, valid IP address for all but user-agent:
Code:
User-Agent // randomly picked from a list
Forwarded
X-Forwarded-For
Client-IP
Via
Proxy-Connection
Xroxy-Connection
X-Proxy-ID
X-Forwarded-For-IP
X-Forwarded
Forwarded-For
X-Coming-From
Coming-From
X-Real-IP
True-Client-IP
2) Changing web browser viewport size
3) Clearing IE cookies
4) Using a program to view LSO files ... none found
5) Not having Chrome running
6) Ending all Google-related tasks in task scheduler
7) Disabling Javascript in IE
8) I've made sure WebRTC is not leaking my IP.
The only other thing I haven't tried is spoofing my MAC address, I was told google wouldn't worry about that unless it involves adsense or something of the sort.
Any assistance would be greatly appreciated
Last edited: