No google.com anymore for me? oh sh**

Problems? Post here...
Post Reply
eppik
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 212
Joined: 26 Mar 2006, 16:00
18
Location: Infinite Loop
Contact:

No google.com anymore for me? oh sh**

Post by eppik »

Recently i have been infected by a Spyware infected file...sorry for the languge

anyway what hapenned it turned my homepage to sex.com (yes its gross)

and it blocked me from being able to change the homepage

After that i got rid of all of it using AVG AV and AVG anti spyware.

The HP issue is gone but now:

Whenever i write www.google.com it says its not available but every other domains work (google.pt, google.co.uk, google.es etc...)

AND i have apache running in my Box so when i trie to acess google.com guess what hapens? yes...i goes into my server dir....

I've searched the intire registry manually to find the flaw but havent been sucessfull.


plz help me

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Look up some information on the windows HOSTS file, which is what windows refers to before going to a web site. Basically, it checks for "www.whatever.com" in that file, then if it finds it in that file, it goes to the IP associated with it.

For instance, your local IP is 127.0.0.1, and is better known as localhost.

This is actually declared in the hosts file as the following:

Code: Select all

127.0.0.1      localhost
The hosts file is in the following path: C:\WINDOWS\system32\drivers\etc

If the HOSTS file is not the problem, please reply back. Also, i doubt that the registry would have that much effect on your internet in that aspect.
¯\_(ツ)_/¯ It works on my machine...

eppik
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 212
Joined: 26 Mar 2006, 16:00
18
Location: Infinite Loop
Contact:

TNX

Post by eppik »

Thank you man i knew there was a file that did smthing like that but i didnt knew the location.

But now here is my file:

Code: Select all

# Copyright (c) 1993-1999 Microsoft Corp.
#
# Este é um ficheiro HOSTS de exemplo utilizado pelo TCP/IP da Microsoft
# para Windows.
#
# Este ficheiro contém os mapeamentos de endereços IP para nomes de 
# anfitrião. Cada entrada deve ser mantida numa linha individual. O
# endereço IP deve ser colocado na primeira coluna, seguido do nome de
# anfitrião correspondente. O endereço IP e o nome do anfitrião devem
# ser separados por pelo menos um espaço.
#
# Adicionalmente, comentários (como estes) podem ser inseridos em linhas
# individuais ou após o nome de computador indicado por um símbolo '#'.
#
# Por exemplo:
#
#      102.54.94.97     rino.acme.com           # servidor de origem
#       38.25.63.10     x.acme.com              # anfitrião de cliente x

127.0.0.1       localhost127.0.0.1	forums.techguy.org
127.0.0.1	www.castlecops.com
127.0.0.1	castlecops.com
127.0.0.1	www.microsoft.com
127.0.0.1	siri.urz.free.fr
127.0.0.1	www.majorgeeks.com
127.0.0.1	majorgeeks.com
127.0.0.1	www.spywareinfo.dk
127.0.0.1	spywareinfo.dk
127.0.0.1	www.superantispyware.com
127.0.0.1	superantispyware.com
127.0.0.1	www.compu-docs.com
127.0.0.1	compu-docs.com
127.0.0.1	www.pandasoftware.com
127.0.0.1	pandasoftware.com
127.0.0.1	download.bleepingcomputer.com
127.0.0.1	www.bleepingcomputer.com
127.0.0.1	bleepingcomputer.com
127.0.0.1	www.google.com
127.0.0.1	google.com
127.0.0.1	www.google.ca
127.0.0.1	google.ca
                       
127.0.0.1	ewido.net
127.0.0.1	www.greyknight17.com
127.0.0.1	greyknight17.com
127.0.0.1	help.lockergnome.com
127.0.0.1	www.lavasoftsupport.com
127.0.0.1	lavasoftsupport.com
127.0.0.1	cleanup.stevengould.org
127.0.0.1	stevengould.org
127.0.0.1	www.tomcoyote.org
127.0.0.1	tomcoyote.org
127.0.0.1	www.depannetonpc.net
127.0.0.1	depannetonpc.net
127.0.0.1	www.wilderssecurity.com
127.0.0.1	wilderssecurity.com

So now what do i do? do i delete all the lines si there are no exceptions?

Or do i have to manually change each and everyone of them?


Oh and the language there is portuguese....

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

Code: Select all

# Copyright (c) 1993-1999 Microsoft Corp.
#
# Este é um ficheiro HOSTS de exemplo utilizado pelo TCP/IP da Microsoft
# para Windows.
#
# Este ficheiro contém os mapeamentos de endereços IP para nomes de
# anfitrião. Cada entrada deve ser mantida numa linha individual. O
# endereço IP deve ser colocado na primeira coluna, seguido do nome de
# anfitrião correspondente. O endereço IP e o nome do anfitrião devem
# ser separados por pelo menos um espaço.
#
# Adicionalmente, comentários (como estes) podem ser inseridos em linhas
# individuais ou após o nome de computador indicado por um símbolo '#'.
#
# Por exemplo:
#
#      102.54.94.97     rino.acme.com           
# servidor de origem
#       38.25.63.10     x.acme.com              
# anfitrião de cliente x

127.0.0.1        localhost127.0.0.1
It should look something like this, so delete everything else :)
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

Post Reply