Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to find all corrupted files after a hack ?


ecigaxc

Recommended Posts

Posted

Hi,

 

so I've been hack a few days ago, I found a few corrupted files on my webstore, these one:

 

htaccess file with that code: php_value auto_append_file /home/USERNAME/public_html/Thumbs.db

 

a thumb file and a cookie_setup.php file with a code like that: @eval(base64_decode"

 

 

So I made a search on notepad with all my files open and tried to find all files with "@eval(base64_decode" but except these files I didn't find anything.

 

 

So my question is, how can I be sure that there is not any corrupted files/codes on my store anymore ?

 

 

(And yes now my website is secure, I followed the post "how to secure your website...").

Posted

Common hack code includes 'Decode', 'base64' and 'eval'. You should search for those terms. HOWEVER, some contributions do have eval and decode in them so not all instances will be hacked code.

 

If you have installed the 5 'must have' contributions, then site monitor will help in identifying additional problems.

 

 

 

Chris

Posted

Also, your data tables might have been hacked too. Check your 'configuration' table to see if it has injected data. Back in March, I found my STORE_PARSE_DATE_TIME_FORMAT value had been changed to include PHP scripting.

 

HTH,

Jim

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...