



Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
02-19-2012, 06:53 AM
Post: #1
|
|||
|
|||
[GET] Secret Backdoor To Websites
Secret Backdoor To Website Ever experienced this?
You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first.... The lesson you should have learned here is: Obviously Google can go where you can't. Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE. In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure. Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe. How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent] @="Googlebot/2.1" "Compatible"="+http://www.googlebot.com/bot.html" Voila! You're done! You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site... To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent] @="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" Ps: Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url: help://chrispederick.myacen.com/work/firefox/useragentswitcher/download/ For Firefox users: Just download User Agent Switch extesion for Firefox, google for this. Enjoy!!! |
|||
02-19-2012, 06:56 AM
Post: #2
|
|||
|
|||
RE: [GET] Secret Backdoor To Websites
Hmmm..I think a safer way to do this in Firefox is with a plug-in called "Modify Headers".
With that plug-in, you can be whatever browser you want to be with the click of a button. When you are finished, you just turn it off. You can find about EVERY user-agent known on this site: Code: http://www.useragentstring.com/pages/useragentstring.php There's one for IE 8+ too. Read about it here: Code: http://www.enhanceie.com/ietoys/uapick.asp Download it here: Code: http://www.enhanceie.com/dl/UAPickSetup.exe |
|||
02-19-2012, 07:17 AM
Post: #3
|
|||
|
|||
RE: [GET] Secret Backdoor To Websites
Quote:Windows Registry Editor Version 5.00Which code must be created as .reg file? |
|||
02-20-2012, 03:47 AM
Post: #4
|
|||
|
|||
RE: [GET] Secret Backdoor To Websites
Modify headers is a safest thing I think so far... what you guys have to say about it?
|
|||
02-20-2012, 07:01 AM
Post: #5
|
|||
|
|||
RE: [GET] Secret Backdoor To Websites | |||