Revolution PAC has been hacked.

still hacked? at least pull the webserver, re-IP a backup server and throw up an "Under Construction" site or something!

you could even use DNS - just point the site to a different IP
 
Last edited:
That shit is still up? Change hosts. My mom could at least redirect the site or even an error page is better than that.
 
Last edited:
Not that it means anything but last night in libertychat with Woods and Kokesh before this thread was posted ... a girl named karen said Revolution PAC was sending out anti-Ron Paul videos. I asked her about it and she didn't reply. Just saying. Did anyone find a Revolution PAC anti-Ron Paul video floating around ?
 
still hacked? at least pull the webserver, re-IP a backup server and throw up an "Under Construction" site or something!

you could even use DNS - just point the site to a different IP

Yeah, seems easiest, change dns, change refresh rate (or whatever it is called), upload backup.
 
Consider that this is a False Flag operation to get some of the Ron Paul supporters onboard with the neocon agenda.
 
I don't know what software revpac's website was running but this is not too uncommon. There's a lot of well known exploits to a lot of software and if the webmasters don't stay current they are subject to these things. A lot of software maintains the name or version numbers somewhere in the coding. Hackers such as this usually write programs to just search those terms. For example the software identifier at the bottom of this site "Powered by vBulletin® Version 4.1.5" a hacker would write a program to look for that in google search results and would hack the sites using known exploits because of lack of updating.

Also short of that plenty of hackers and groups have software that will run thousands of different types of write hacks and sql injections and just wait to see which one works.


For those who are drawing theories about the middle eastern stuff and foreign policy, etc, I can tell you from experience that it most likely has nothing to do with any of that and that the attack was most likely done by someone who doesn't even have any clue who Ron Paul or RevPAC are.

Hackers run scripts attempting to hack hundreds of thousands of websites using known exploits all the time. For whatever reason these attacks tend to come from places like China and the middle east. But they are typically done indiscriminately, it is very unlikely this was the result of someone specifically targeting RevPAC for any particular political reason.

Anyone who has ever been a server admin knows that you can look at a server log any day of the week and find attempted automated attacks from strange countries.

Also very unlikely any donor information was compromised.


My wife moderates a forum having to do with a random recreational activity, nothing to do with anything, and they were randomly hacked a couple years back. The hacker turned out to be someone trying to win a contest at an annual hacker's convention in Las Vegas. Sometimes these things happen for no good reason.



All 3 of these ^^

The site was using wordpress, which is relatively easy to exploit if it (and its installed plugins) is not kept up to date. I have dealt with quite a few people over the years who have this 'issue'; 'When they say they cannot log into the host, they usually mean the wordpress admin panel, and the host account, they usually have forgotten where they have the password for this, since they really don't use it.

This particular hack usually changes the password of certain user ids that are by default created for admin accounts in the wordpress mysql database. It is changed because the hack script does not have the ability to read the existing password, but it does have the ability to write a new one. The page itself is relatively benign, and you're not gonna get some trojan or virus just from visiting it.
 
Consider that this is a False Flag operation to get some of the Ron Paul supporters onboard with the neocon agenda.

I'd say it's unlikely, since sites and servers are hacked all the time. More likely random. Anf if that were the case, they have no understanding of most of us.
 
This appears to be the proud cracker (looks like he is a high-school kid): www.prince-algeria.com/prince-algeria.php

and his forum: www.ahbab-alg.com/


The Revolution PAC hacked page contents:
Code:
<html><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>HACKED BY PRINCE ALGERIA + TITAK AKRAM</title>

<style type="text/css">

.matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>

<script type="text/javascript" language="JavaScript">

<!--
var rows=5; // must be an odd number
var speed=1; // lower is faster
var reveal=0; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="default" //enter "center" to center it.

/***********************************************
* The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var w3c=document.getElementById && !window.opera;;
var ie45=document.all && !window.opera;
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
var m_coch=new Array();
var m_copo=new Array();
window.onload=function() {
	if (!w3c && !ie45) return
  var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  ma_txt=" "+ma_txt+" ";
  columns=ma_txt.length;
  if (w3c) {
    while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
    ma_tab=document.createElement("table");
    ma_tab.setAttribute("border", 0);
    ma_tab.setAttribute("align", effectalign);
    ma_tab.style.backgroundColor="#000000";
    ma_bod=document.createElement("tbody");
    for (x=0; x<rows; x++) {
      ma_row=document.createElement("tr");
      for (y=0; y<columns; y++) {
        matemp=document.createElement("td");
        matemp.setAttribute("id", "Mx"+x+"y"+y);
        matemp.className="matrix";
        matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
        ma_row.appendChild(matemp);
      }
      ma_bod.appendChild(ma_row);
    }
    ma_tab.appendChild(ma_bod);
    matrix.appendChild(ma_tab);
  } else {
    ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
    for (var x=0; x<rows; x++) {
      ma_tab+='<t'+'r>';
      for (var y=0; y<columns; y++) {
        ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
      }
      ma_tab+='</'+'tr>';
    }
    ma_tab+='</'+'table>';
    matrix.innerHTML=ma_tab;
  }
  ma_cho=ma_txt;
  for (x=0; x<columns; x++) {
    ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
    m_copo[x]=0;
  }
  ma_bod=setInterval("mytricks()", speed);
}

function mytricks() {
  x=0;
  for (y=0; y<columns; y++) {
    x=x+(m_copo[y]==100);
    ma_row=m_copo[y]%100;
    if (ma_row && m_copo[y]<100) {
      if (ma_row<rows+1) {
        if (w3c) {
          matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
          matemp.firstChild.nodeValue=m_coch[y];
        }
        else {
          matemp=document.all["Mx"+(ma_row-1)+"y"+y];
          matemp.innerHTML=m_coch[y];
        }
        matemp.style.color="#33ff66";
        matemp.style.fontWeight="bold";
      }
      if (ma_row>1 && ma_row<rows+2) {
        matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
        matemp.style.fontWeight="normal";
        matemp.style.color="#00ff00";
      }
      if (ma_row>2) {
          matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
        matemp.style.color="#009900";
      }
      if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
      else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
      else if (ma_row<rows+2) m_copo[y]++;
      else if (m_copo[y]<100) m_copo[y]=0;
    }
    else if (Math.random()>0.9 && m_copo[y]<100) {
      m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
      m_copo[y]++;
    }
  }
  if (x==columns) clearInterval(ma_bod);
}

function zoomer(ycol) {
  var mtmp, mtem, ytmp;
  if (m_copo[ycol]==Math.floor(rows/2)+1) {
    for (ytmp=0; ytmp<rows; ytmp++) {
      if (w3c) {
        mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
        mtmp.firstChild.nodeValue=m_coch[ycol];
      }
      else {
        mtmp=document.all["Mx"+ytmp+"y"+ycol];
        mtmp.innerHTML=m_coch[ycol];
      }
      mtmp.style.color="#33ff66";
      mtmp.style.fontWeight="bold";
    }
    if (Math.random()<reveal) {
      mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
      ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
    }
    if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
    m_copo[ycol]+=199;
    setTimeout("zoomer("+ycol+")", speed);
  }
  else if (m_copo[ycol]>200) {
    if (w3c) {
      mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
      mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
    }
    else {
      mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
      mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
    }
    mtmp.style.fontWeight="normal";
    mtem.style.fontWeight="normal";
    setTimeout("zoomer("+ycol+")", speed);
  }
  else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  if (m_copo[ycol]>100 && m_copo[ycol]<200) {
    if (w3c) {
      mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
      mtmp.firstChild.nodeValue=String.fromCharCode(160);
      mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
      mtem.firstChild.nodeValue=String.fromCharCode(160);
    }
    else {
      mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
      mtmp.innerHTML=String.fromCharCode(160);
      mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
      mtem.innerHTML=String.fromCharCode(160);
    }
    setTimeout("zoomer("+ycol+")", speed);
  }
}
// -->
</script>
<script type="text/javascript"></script><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.css' /><!--[if lt IE 8]><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui_ie7.css' /><![endif]--></head>
<body bgcolor="black"><script type='text/javascript' language='javascript' src='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.js?0=0&0=0&0=0'></script>

<center><img src="http://codexaethelius.files.wordpress.com/2010/08/2000px-flag_of_jihad-svg.png" style="" width=80%> </center>	  
<h1><center><div id="matrix">HaCkEd By PrInCe AlGeRiA + TiKtAk AkRaM</div></center></h1>

<h1 style="text-align: center;">
			<span style="font-size: 28px;"><span style="color: rgb(0, 128, 0);"><span style="font-family: georgia,serif;"><kbd>Hello Admin..... Your site is not secure</kbd></span></span></span></h1>

<center><object type="application/x-shockwave-flash" data="http://www.ahbab-alg.com/a/player_mp3_mini.swf" height="20" width="200"> <param name="movie" value="http://www.ahbab-alg.com/a/player_mp3_mini.swf"> <param name="bgcolor" value="#000000"><param name="FlashVars" value="mp3=http://www.ahbab-alg.com/a/a.mp3 &autoplay=1"></object></center><p></p>


</body></html>


"Prince Algeria's" page contents:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html dir="rtl" xmlns="http://www.w3.org/1999/xhtml" lang="ar-dz"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="keywords" content="برمجة , موقع , مواقع , تصميم , بانرات , فلاشات , موقع شخصي , vb , الجزائر , تخفيض , ستايلات مجانية , برمجيات مجانية , برمجيات خاصة , برمجيات مدفوعة , c0lddz , prince algeria , ahbab-dz"><meta name="description" content="تصميم و برمجة مواقع شخصية تصميم ستايلات لجميع السكريبتات تصميم بانرات و لوغوات تصاميم شخصية لصور و تواقع"><link rel="shortcut icon" type="image/x-icon" href="style/img/fav.png"><link rel="stylesheet" type="text/css" href="style/css/style.css"><script type="text/javascript" src="style/ajax/jquery-1.2.6.js"></script><script type="text/javascript" src="style/ajax/jquery.scrollTo-1.3.3.js"></script><script type="text/javascript" src="style/ajax/jquery.localscroll-1.2.5.js"></script><script type="text/javascript" src="style/ajax/jquery.serialScroll-1.2.1.js"></script><script type="text/javascript" src="style/ajax/coda-slider.js"></script><script type="text/javascript" src="style/ajax/jquery.easing.1.3.js"></script><script type="text/javascript" src="style/ajax/function.js"></script><title>موقع المبرمج برانس ألجيريآ - Prince Algeria</title><script type="text/javascript"></script><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.css' /><!--[if lt IE 8]><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui_ie7.css' /><![endif]--></head><body><script type='text/javascript' language='javascript' src='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.js?0=0&0=0&0=0'></script><div class="prince-algeria-top"><div class="prince-algeria-toptext1"><table cellpadding="0" cellspacing="0" align="center"><tr><td><img onerror="this.src='style/img/spacer.gif';"  src="style/img/email.png" alt="البريد الإلكتروني" title="البريد الإلكتروني"   border="0"></td><td>  </td><td><nobr>البريد الإلكتروني : [email protected]</nobr></td><td>    |    </td><td><img onerror="this.src='style/img/spacer.gif';"  src="style/img/telephone.png" alt="الهاتف" title="الهاتف"   border="0"></td><td>  </td><td><nobr>الهاتف : 73 13 38 0771</nobr></td><td width="100%"></td><td><img onerror="this.src='style/img/spacer.gif';"  src="style/img/date.png" alt="التاريخ و الوقت" title="التاريخ و الوقت"   border="0"></td><td>  </td><td><nobr>الأربعاء 13 جوان 2012 | 16:43:20</nobr></td></tr></table></div></div><div style="position: fixed; top:19%; left: 0%;"><ul id="prince-algeria-navigationMenu"><li><a class="home" href="#home"><span>الرئيسية</span></a></li><li><a class="about" href="#about"><span>من أنا ؟</span></a></li><li><a class="services" href="#services"><span>خدماتي</span></a></li><li><a class="my" href="#my"><span>أعمالي</span></a></li><li><a class="contact" href="#contact"><span>إتصل بي</span></a></li></ul></div><div class="prince-algeria-page"><div id="prince-algeria-slider"><div class="prince-algeria-scroll"><div class="prince-algeria-scrollContainer"><div class="prince-algeria-panel" id="home"><div class="prince-algeria-selectr"><h1>@ موقع المبرمج برانس ألجيريآ - Prince Algeria ---> الرئيسية</h1><br><div class="prince-algeria-image_wrapper prince-algeria-image_fl"><img onerror="this.src='style/img/spacer.gif';"  src="style/img/php.png" alt="prince algeria" title="prince algeria"   border="0"></div>أهلا و سهلا بك . لعلك ترغب في معرفة ما الذي قد يميزني عن باقي مقدمي خدمة البرمجة و التصميم :) أتميز بتنظيمي للعمل . فأنا أهتم بالكم (الخصائص) . بعد الكيف (الجودة) . و لا ننسى المظهر و الهيئة (التصميم) . فأنا أعمل بنظام قوالب سهل التعامل معه من برمجتي الخاصة طبعا و أعمل على إبتكار حلول برمجية تساهم في عمل موقعك بشكل متكامل و بدون إستهلاك للموارد . بحكم خبرتي في هذا المجال . فأنا أحاول أن أقرب كل شيء تحتاجه في برمجياتك .<br><br>لذلك سوف تلاحظ مرونة و سهولة في التعامل مع برمجياتي . بالإضافة إلى أني لا أعمل على أكثر من برمجية في نفس الوقت . عكس مايقوم به كثير من مقدمي خدمة البرمجة . حيث أن العمل على أكثر من عمل دفعة واحدة يفقد المبرمج كفاءته في العمل . و لا يقوم بالإنتاج على أتم وجه<br><br>إن كان لديك إستفسار فيمكنك الإتصال بي . فأنت مرحب بك دائما .<br><br><br><br></div></div><div class="prince-algeria-panel" id="about"><div class="prince-algeria-selectr"><h1>@ موقع المبرمج برانس ألجيريآ - Prince Algeria ---> من أنا ؟</h1><br><div class="prince-algeria-image_wrapper prince-algeria-image_fl"><img onerror="this.src='style/img/spacer.gif';"  src="style/img/photo1.png" alt="prince algeria" title="prince algeria"   border="0"></div>الإسم الكامل : عصام نجار<br><br>تاريخ الإزدياد : 09 - 01 - 1991<br><br>البلد : بلاد المليون و النصف شهيد - الجزائر - ولاية ميلة 43 - دائرة القرارم قوقة<br><br>البرمجة و التصميم هوايتي الوحدية مند سنة  2008 بدايتي مع نسخة الدهوك فورم للمبرمج دولفان كنت أعمل عليها تطويرات و إضافات في عدة منتديات و كنت من مؤسسي منتديات الأحباب و الميدان . بإستطاعتي العمل على أي سكريبت مهما كان نوعه , أيضا يمكنني تصميم ستايلات لجميع السكريبتات.<br><br><br><br></div></div><div class="prince-algeria-panel" id="services"><div class="prince-algeria-selectr"><h1>@ موقع المبرمج برانس ألجيريآ - Prince Algeria ---> خدماتي</h1><br><div class="prince-algeria-image_wrapper prince-algeria-image_fl"><img onerror="this.src='style/img/spacer.gif';"  src="style/img/services.png" alt="prince algeria" title="prince algeria"   border="0"></div>أقدم لك كل ماتحتاج للرقي بموقعك حتى يتميز و ينافس و يواكب مواقع الويب الكبرى بإذن الله.<br><br>أقدم لك حلولآ متميزة في البرمجة و التصميم و الحماية و مصادقة محركات البحث<br><br>أقوم ببرمجة و تصميم جميع الفئات من مواقع الأنترنات سواءا كانت مواقع صغيرة أو كبيرة و للشركات و الأفراد أو منتديات أو غير ذلك<br><br>أتميز بالإبتكار في التصميم و الأداء البرمجي مما يضمن لموقعك السبق في فكرة إعداده<br><br>بتعاملك معي ثق أنك ستجد مايسعدك من خدمات مميزة و معاملة و محترمة و إلتزام تام بإتفاقيتك معي<br><br><br><br></div></div><div class="prince-algeria-panel" id="my"><div class="prince-algeria-selectr"><h1>@ موقع المبرمج برانس ألجيريآ - Prince Algeria ---> أعمالي</h1><br><div class="prince-algeria-image_wrapper prince-algeria-image_fl"><img onerror="this.src='style/img/spacer.gif';"  src="style/img/my.png" alt="prince algeria" title="prince algeria"   border="0"></div>أعرض هنا بعض أعمالي و إنجازاتي البرمجية لكافة القطاعات و التي تم إنشاءها أو تصميمها ... و ذلك لتأخد فكرة عن طرق عملي و خبرتي :<br><br>العمل الذي يظهر أولا هو آخر عمل لي<br><br>هناك مشاريع تم الإنتهاء منها و هناك مشاريع في طور التفيد<br><br><ul id="prince-algeria-gallery_container"><li><a href="http://www.prince-algeria.com/" title="سكريبت السيرفرات" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc538.4shared.com/img/6-LYgG7S/s7/0.07315094866817173/server.jpg" alt="سكريبت السيرفرات" title="سكريبت السيرفرات"   border="0"><br>سكريبت السيرفرات</a><div class="prince-algeria-red">في طور التنفيد</div></li><li><a href="http://www.el-asdae.com/" title="قالب موقع أصداء الملاعب" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc543.4shared.com/img/fWFjJpbK/s7/0.1872441801856588/asdea1.jpg" alt="قالب موقع أصداء الملاعب" title="قالب موقع أصداء الملاعب"   border="0"><br>قالب موقع أصداء الملاعب</a><div class="prince-algeria-red">عمل مدفوع</div></li><li><a href="http://www.el-asdae.com/forum/" title="نسخة منتديات أصداء العرب" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc540.4shared.com/img/Vns6kC9T/s7/0.4376734631223178/asdea2.jpg" alt="نسخة منتديات أصداء العرب" title="نسخة منتديات أصداء العرب"   border="0"><br>نسخة منتديات أصداء العرب</a><div class="prince-algeria-red">عمل مدفوع</div></li></ul><ul id="prince-algeria-gallery_container"><li><a href="http://www.al3asifa.com/" title="ستايل منتديات العاصفة" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc530.4shared.com/img/xnKbPqV1/s7/0.3494885944557574/al3asifa.jpg" alt="ستايل منتديات العاصفة" title="ستايل منتديات العاصفة"   border="0"><br>ستايل منتديات العاصفة</a><div class="prince-algeria-red">عمل مدفوع</div></li><li><a href="http://www.traidnt.net/vb/traidnt2048443/" title="ستايل الحلم vb 3.8.7" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc530.4shared.com/img/glpLDiOY/s7/0.8568951872490993/1_online.png" alt="ستايل الحلم vb 3.8.7" title="ستايل الحلم vb 3.8.7"   border="0"><br>ستايل الحلم vb 3.8.7</a><div class="prince-algeria-red">عمل مجاني</div></li><li><a href="http://www.traidnt.net/vb/traidnt2046441/" title="ستايل الأحباب vb 3.8.7" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="http://dc529.4shared.com/img/sQrX_ml7/s7/0.03459088901087248/style.jpg" alt="ستايل الأحباب vb 3.8.7" title="ستايل الأحباب vb 3.8.7"   border="0"><br>ستايل الأحباب vb 3.8.7</a><div class="prince-algeria-red">عمل مجاني</div></li></ul><br><br><br><br></div></div><div class="prince-algeria-panel" id="contact"><div class="prince-algeria-selectr"><h1>@ موقع المبرمج برانس ألجيريآ - Prince Algeria ---> إتصل بي</h1><br><div class="prince-algeria-image_wrapper prince-algeria-image_fl"><img onerror="this.src='style/img/spacer.gif';"  src="style/img/photo2.png" alt="prince algeria" title="prince algeria"   border="0"></div>يمكنك الإتصال بي عبر : <br><br>الهاتف : من داخل الجزائر - 0771381373 .. من خارج الجزائر - 00213771381373<br><br>عبر الهوتميل : [email protected]<br><br>عبر السكايب : attaf.algeria , prince.algeriaa<br><br>عبر الفيس بوك : <a href="http://www.facebook.com/prince.algeriaa" title="facebook prince algeria" class="title" >http://www.facebook.com/prince.algeriaa</a><br><br><table cellpadding="0" cellspacing="3"><tr><td class="prince-algeria-menu1" onmouseout="this.className='prince-algeria-menu1'" onmouseover="this.className='prince-algeria-menu2'"><a href="#" title="تابعني على الفيس بوك" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="style/img/facebook.png" alt="تابعني على الفيس بوك" title="تابعني على الفيس بوك"   border="0"></a></td><td class="prince-algeria-menu1" onmouseout="this.className='prince-algeria-menu1'" onmouseover="this.className='prince-algeria-menu2'"><a href="#" title="تابعني على تويتر" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="style/img/twitter.png" alt="تابعني على تويتر" title="تابعني على تويتر"   border="0"></a></td><td class="prince-algeria-menu1" onmouseout="this.className='prince-algeria-menu1'" onmouseover="this.className='prince-algeria-menu2'"><a href="#" title="تابعني على اليوتيب" class="title" ><img onerror="this.src='style/img/spacer.gif';"  src="style/img/youtube.png" alt="تابعني على اليوتيب" title="تابعني على اليوتيب"   border="0"></a></td></tr></table><br><br><br><br></div></div></div></div></div></div><div class="prince-algeria-copi">Copyright © www.prince-algeria.com 2012 All Rights Reserved<br><br>Programmed && Design By <a href="http://www.prince-algeria.com" title="Programmed && Design By (Prince Algeria) Issam Nedjar" class="title" >(Prince Algeria) Issam Nedjar</a><br><br><object type="application/x-shockwave-flash" data="style/swf/zplayer.swf?mp3=http://dc525.4shared.com/img/1393980338/219f0309/dlink__2Fdownload_2F7A3hwLWa_3Ftsid_3D20120429-152639-d16ac852/preview.mp3?sId=2OhPHIkDU89IIwmb&c1=808080&vol=100&autoplay=1" width="200" height="20"><param name="movie" value="style/swf/zplayer.swf?mp3=http://dc525.4shared.com/img/1393980338/219f0309/dlink__2Fdownload_2F7A3hwLWa_3Ftsid_3D20120429-152639-d16ac852/preview.mp3?sId=2OhPHIkDU89IIwmb&c1=808080&vol=100&autoplay=1"></object></div></body></html>


And his forum main-page contents:
Code:
<!DOCTYPE HTML><html dir="rtl" lang="ar"><head><meta charset="windows-1256"><title>منتديات المحبة | الصفحة الرئيسية</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><meta name="keywords" content="منتديات المحبة للتعارف و الدردشة و الترحيب و الرياضة و البرامج و النكت و للسيرفرات المجانية و المدفوعة"><meta name="description" content="منتديات المحبة,تعارف,ترحيب,برامج,تصميم,برمجة"<meta name="robots" content="index,follow"><script language="javascript" type="text/javascript" src="ajax/jquery.js"></script><script language="javascript" type="text/javascript" src="ajax/script.js"></script><script language="javascript" type="text/javascript" src="ajax/tools.js"></script><script language="javascript" type="text/javascript" src="ajax/color.js"></script><link rel="stylesheet" type="text/css" media="all" href="css/blue2.css"><link rel="stylesheet" type="text/css" media="all" href="css/style.css"><script type="text/javascript"></script><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.css' /><!--[if lt IE 8]><link rel='stylesheet' type='text/css' href='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui_ie7.css' /><![endif]--></head><body><script type='text/javascript' language='javascript' src='/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.js?0=0&0=0&0=0'></script><table align=center width=100% border="0" cellpadding="0" cellspacing="0"><tr><td width="100%"><a href="f.aspx"><img src="img/logo/logo.png" alt="منتديات المحبة"></a><td><td valign="top"><img src="img/style/header1_blue2.gif"></td><td class="header"><nobr><a class="urlheader" href="f.aspx?find=member" onmouseover="zoom('member',1)" onmouseout="zoom('member',0)"><img id="member" src="img/header/member.png"><br>الأعضاء</a></nobr></td><td valign="top"><img src="img/style/header2_blue2.gif"></td><td class="header"><nobr><a class="urlheader" href="f.aspx?find=lasttopic" onmouseover="zoom('last',1)" onmouseout="zoom('last',0)"><img id="last" src="img/header/last.png"><br>المواضيع النشطة</a></nobr><td><td valign="top"><img src="img/style/header2_blue2.gif"></td><td class="header"><nobr><a class="urlheader" href="f.aspx?find=forum&f=10" onmouseover="zoom('info',1)" onmouseout="zoom('info',0)"><img id="info" src="img/header/info.png"><br>مساعدة</a></nobr><td><td valign="top"><img src="img/style/header2_blue2.gif"></td><td class="header"><nobr><a class="urlheader" href="f.aspx?find=register" onmouseover="zoom('register',1)" onmouseout="zoom('register',0)"><img id="register" src="img/header/register.png"><br>التسجيل</a></nobr><td><td valign="top"><img src="img/style/header4_blue2.gif"></td></tr></table><table width="100%" cellpadding="0" cellspacing="0"><tr><form action="f.aspx?find=login&type=login" method="post"><td valign="top" width="30%"><table class="tborder" cellpadding="6" cellspacing="1" width="100%" align="center"><tr align="center"><td class="tcat" colspan="3">تسجيل دخول الأعضاء</td></tr><tr align="center"><td class="alt2"><nobr>إسم المستخدم</nobr></td><td class="alt2"><input name="name_value" value="" type="text"></td><td class="alt2"><select name="save_value"><option value="1">حفظ البيانات</option><option value="2">حفظ الأسم فقط</option><option value="3">لا تحفظ البيانات</option></select></td></tr><tr align="center"><td class="alt2"><nobr>كلمة المرور</nobr></td><td class="alt2"><input name="pass_value" type="password"></td><td class="alt2"><input class="submit" value="تسجيل الدخول !" type="submit"></td></tr></table></td></form><td width="50%"></td></tr></table><br><center><script type="text/javascript"><!--
google_ad_client = "ca-pub-3968429406361418";
/* forum1 */
google_ad_slot = "0110995360";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center><br><table class="tborder" cellpadding="10" cellspacing="6" width="100%" align="center"><tr><td class="alt2" width="90%">المتصلين في المنتدى حاليا : <font color="red">(2)</font> زائر , <font color="red">(0)</font> عضو , <font color="red">(0)</font> مشرف</td><td class="alt2" width="5%" align="center"><nobr>16:43</nobr></td><td class="alt2" width="10%" align="center"><table cellpadding="3" cellspacing="1"><tr><td><a href="f.aspx?find=setup&type=style&share=blue"><img src="img/change/blue.jpg" alt="الستايل الأزرق" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=green"><img src="img/change/green.jpg" alt="الستايل الأخضر" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=red"><img src="img/change/red.jpg" alt="الستايل الأحمر" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=gald"><img src="img/change/gald.jpg" alt="الستايل البني" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=mov"><img src="img/change/mov.jpg" alt="الستايل البنسفجي" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=blue2"><img src="img/change/blue2.jpg" alt="الستايل الأزرق الغامق" border="0"></a></td><td><a href="f.aspx?find=setup&type=style&share=orange"><img src="img/change/orange.jpg" alt="الستايل البرتقالي" border="0"></a></td></tr></table></td></tr></table><br><table class="tborder" cellpadding="6" cellspacing="1" width="100%" align="center"><tr align="center"><td class="tcat" align="right" style="font-size:18px;" colspan="2"> <a href="f.aspx?find=cat&c=1">القسم العام</a></td><td class="tcat" width="6%">المواضيع</td><td class="tcat" width="6%">المشاركات</td><td class="tcat" width="12%">آخر مشاركة</td><td class="tcat" width="12%">المراقب</td><td class="tcat" width="30%">المشرفون</td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/1.png" alt="التعارف والتهاني" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=1" class="fname">التعارف والتهاني<div class="desc">الواحة المفتوحة للدردشة والتعارف وتوزيع الهدايا بين الأعضاء</div></a></td><td class="alt1"><nobr>14</nobr></td><td class="alt2"><nobr>459</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=22"><font color="black">IL Nino</font></strike></a><br><font color="#41627E">22:41 - يوم أمس</font></nobr></td><td class="alt2"><nobr><a href="f.aspx?find=user&u=7"><font color="#41627E">amina_grarem</font></strike></a></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/2.png" alt="الترفيه والتسلية" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=2" class="fname">الترفيه والتسلية<div class="desc">النكت والألغاز والطرائف والكاريكاتير والغرائب والعجائب... اضحك من قلبك</div></a></td><td class="alt1"><nobr>4</nobr></td><td class="alt2"><nobr>13</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=7"><font color="#9933FF">amina_grarem</font></strike></a><br><font color="#41627E">21:11 - يوم أمس</font></nobr></td><td class="alt2"><nobr><a href="f.aspx?find=user&u=7"><font color="#41627E">amina_grarem</font></strike></a></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/3.png" alt="المنتدى الاسلامي" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=3" class="fname">المنتدى الاسلامي<div class="desc">كل ما يخص ديننا الحنيف </div></a></td><td class="alt1"><nobr>11</nobr></td><td class="alt2"><nobr>22</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=7"><font color="#9933FF">amina_grarem</font></strike></a><br><font color="#41627E">18:36 - 06/09</font></nobr></td><td class="alt2"><nobr><a href="f.aspx?find=user&u=7"><font color="#41627E">amina_grarem</font></strike></a></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/5.png" alt="الغرائب والعجائب" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=11" class="fname">الغرائب والعجائب<div class="desc">كل ما يتعلق بالحوادث والقصص والصور ولقطات فيديو العجيبة والغريبة</div></a></td><td class="alt1"><nobr>21</nobr></td><td class="alt2"><nobr>17</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=7"><font color="#9933FF">amina_grarem</font></strike></a><br><font color="#41627E">22:30 - يوم أمس</font></nobr></td><td class="alt2"><nobr><a href="f.aspx?find=user&u=7"><font color="#41627E">amina_grarem</font></strike></a></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/4.png" alt="الأسرة والطفولة" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=4" class="fname">الأسرة والطفولة<div class="desc">كل ما يتعلق بآدم وحواء والأسرة والطفل من نصائح وحلول وعناية وغيرها</div></a></td><td class="alt1"><nobr>5</nobr></td><td class="alt2"><nobr>9</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=7"><font color="#9933FF">amina_grarem</font></strike></a><br><font color="#41627E">11:44 - 06/09</font></nobr></td><td class="alt2"><nobr><a href="f.aspx?find=user&u=7"><font color="#41627E">amina_grarem</font></strike></a></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="tcat" align="right" style="font-size:18px;" colspan="2"> <a href="f.aspx?find=cat&c=4">عـــالم الرياضة</a></td><td class="tcat" width="6%">المواضيع</td><td class="tcat" width="6%">المشاركات</td><td class="tcat" width="12%">آخر مشاركة</td><td class="tcat" width="12%">المراقب</td><td class="tcat" width="30%">المشرفون</td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/6.png" alt="الكرة العالمية" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=9" class="fname">الكرة العالمية<div class="desc">للنقاش في كل مايخص كرة القدم  العالمية</div></a></td><td class="alt1"><nobr>2</nobr></td><td class="alt2"><nobr>2</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=11"><font color="black">El MaTadOr AhMeD</font></strike></a><br><font color="#41627E">23:46 - 06/08</font></nobr></td><td class="alt2"><nobr></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/8.png" alt="الكرة العربية" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=7" class="fname">الكرة العربية<div class="desc">للنقاش في كل مايخص كرة القدم  العربية</div></a></td><td class="alt1"><nobr>2</nobr></td><td class="alt2"><nobr>4</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=11"><font color="black">El MaTadOr AhMeD</font></strike></a><br><font color="#41627E">23:46 - 06/08</font></nobr></td><td class="alt2"><nobr></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/7.png" alt="UERO2012 " width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=10" class="fname">UERO2012 <div class="desc">قسم خاص لمتابعة اخبار UERO2012 </div></a></td><td class="alt1"><nobr>11</nobr></td><td class="alt2"><nobr>24</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=23"><font color="black">الامبراطور الملكي</font></strike></a><br><font color="#41627E">14:41 - 06/09</font></nobr></td><td class="alt2"><nobr></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/9.png" alt="الرياضات الاخرى" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=8" class="fname">الرياضات الاخرى<div class="desc">خاص بجميع الرياضات الأخرى عدى كرة القدم</div></a></td><td class="alt1"><nobr>4</nobr></td><td class="alt2"><nobr>8</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=11"><font color="black">El MaTadOr AhMeD</font></strike></a><br><font color="#41627E">23:46 - 06/08</font></nobr></td><td class="alt2"><nobr></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr><tr align="center"><td class="tcat" align="right" style="font-size:18px;" colspan="2"> <a href="f.aspx?find=cat&c=2">قسم المعلومات والإستفسارات</a></td><td class="tcat" width="6%">المواضيع</td><td class="tcat" width="6%">المشاركات</td><td class="tcat" width="12%">آخر مشاركة</td><td class="tcat" width="12%">المراقب</td><td class="tcat" width="30%">المشرفون</td></tr><tr align="center"><td class="alt1" width="1%"><img src="forumicons/10.png" alt="أخبار المنتديات" width="30" height="30" border="0"></td><td class="alt2" align="right"><a href="f.aspx?find=forum&f=6" class="fname">أخبار المنتديات<div class="desc">آخر أخبار المنتديات و الاعضاء على مدار الساعة.</div></a></td><td class="alt1"><nobr>5</nobr></td><td class="alt2"><nobr>17</nobr></td><td class="alt1"><nobr><a href="f.aspx?find=user&u=1"><font color="blue">prince algeria</font></strike></a><br><font color="#41627E">22:46 - 06/10</font></nobr></td><td class="alt2"><nobr></nobr></td><td class="alt1" align="right"><nobr></nobr></td></tr></table><br><br><table class="tborder" cellpadding="10" cellspacing="6" width="100%" align="center"><tr><td class="alt1" style="color: rgb(95, 96, 96); font-size: 12px;" width="100%" align="center"><br><a href="f.aspx?find=online">المتصلين حاليا</a> - <a href="f.aspx?find=tea">فريق عمل المنتدى</a><br><br>Copyright © www.ahbab-alg.com 2012 All Rights Reserved<br><br>Programmed && Design By <a href="http://www.prince-algeria.com">(Prince Algeria) Issam Nedjar</a><br><br><script type="text/javascript"><!--
google_ad_client = "ca-pub-3968429406361418";
/* forum2 */
google_ad_slot = "5374559574";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br><br></td></tr></table><script language="javascript" src="ajax/lazyload.js"></script><script language="javascript" src="ajax/speed.js"></script>
 
He had to pick Revolution PAC for a specific reason. He could have hacked anything but he chose this.

This type of hack, it's typically automated. The reason it got hacked is because the platform the site was running on had an unpatched vulnerability. The human usually just specifies what they want to put on the hacked page, clicks a button to run a piece of software that :

- Searches the internet for sites that run a specific version of a certain platform to compile a list of sites.
- When it finds one, it will either put it on a list to be used later, or it could immediately run a program that performs the hack.
- Add the site to a count of successful hacks.

The human on the other end will get a number, which corresponds to the number of sites his program has just hacked.

People who do this usually do so for the hell of it, though they can be competitive.
 
Back
Top