Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18

Deprecated: Function eregi_replace() is deprecated in /home/jcmouse/public_html/app/code/include/model/database/posts.php on line 322

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18
Hackers atacan la dictadura del coronel Gadafi - Code Army!
NOTICIAS | Hace 13 años          

Hackers atacan la dictadura del coronel Gadafi


Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18

Mientras los rebeldes libios están luchando en las calles de Trípoli, los hackers combaten al régimen de Gaddafi a través de Internet, disponible en la capital de Libia por primera vez desde que fue bloqueado por el coronel a mediados de febrero. Acaba de ser asaltada y modificada la página de inicio del sitio web oficial del organismo de registros de dominios nic.ly, correspondiente a Libia.

Ahora la página contiene el mensaje “bye bye Qaddafi” (Adiós Gaddafi) y la fecha del 17 de febrero, el día en el que comenzó el levantamiento. También se puede ver una gran bandera rebelde y un niño haciendo el signo de la victoria con la mano. El grupo de hackers que tomó el sitio se identifica como Electr0n. Aprovechando la recuperación de Internet los usuarios llenaron las redes sociales con mensajes como “Libia es libre” y “La tiranía se ha acabado”.

http://s3.subirimagenes.com/fotos/6837641hackedbyelectron.jpg

Pero la pagina fue otra vez hackeada, esta vez el hacker se identifica por las iniciales D&D Ayad Tecnology


http://s2.subirimagenes.com/otros/6837640hackedbydd.jpg

El codigo fuente de la pagina es el siguiente

  1.  
  2. <html><head></head><body onload="setInterval('chat.update()', 1000)" bgcolor="black" text="white">
  3. <center><h2>Hacked by D&D<br>
  4. AYAD Technology
  5. </h2>
  6.  
  7. <link rel="stylesheet" href="style.css" type="text/css">
  8. <br>
  9. <img src="234.png" style="float: left;">Ïåðåäàâàéòå ïðèâåòû, ñâîèì ðîäíûì è áëèçêèì òóò<br>
  10. <a href="http://habrahabr.ru/blogs/domains/126924/"> http://habrahabr.ru/blogs/domains/126924/</a><br>
  11. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  12.  
  13. <script type="text/javascript" src="chat.js"></script>
  14. <script type="text/javascript">
  15.  
  16. // ask user for name with popup prompt
  17. var name = '';
  18.  
  19.  
  20. // strip tags
  21. name = name.replace(/(<([^>]+)>)/ig,"");
  22.  
  23. // display name on page
  24. $("#name-area").html("You are: <span>" + name + "</span>");
  25.  
  26. // kick off chat
  27. var chat = new Chat();
  28. $(function() {
  29.  
  30. chat.getState();
  31.  
  32. // watch textarea for key presses
  33. $("#sendie").keydown(function(event) {
  34.  
  35. var key = event.which;
  36.  
  37. //all keys including return.
  38. if (key >= 33) {
  39.  
  40. var maxLength = $(this).attr("maxlength");
  41. var length = this.value.length;
  42.  
  43. // don't allow new content if length is maxed out
  44. if (length >= maxLength) {
  45. event.preventDefault();
  46. }
  47. }
  48. });
  49. // watch textarea for release of key press
  50. $('#sendie').keyup(function(e) {
  51.  
  52. if (e.keyCode == 13) {
  53.  
  54. var text = $(this).val();
  55. var maxLength = $(this).attr("maxlength");
  56. var length = text.length;
  57.  
  58. // send
  59. if (length <= maxLength + 1) {
  60.  
  61. chat.send(text, name);
  62. $(this).val("");
  63.  
  64. } else {
  65.  
  66. $(this).val(text.substring(0, maxLength));
  67.  
  68. }
  69.  
  70.  
  71. }
  72. });
  73.  
  74. });
  75. </script>
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <div id="page-wrap">
  82.  
  83.  
  84.  
  85. <p id="name-area"></p>
  86.  
  87. <div id="chat-wrap"><div id="chat-area"><p><span></span>:) </p></div></div>
  88.  
  89.  
  90. <form id="send-message-area">
  91. <p>×àò </p><br>
  92. Òîëüêî ëàòèíèöà
  93. <textarea id="sendie" maxlength="100"></textarea>
  94. </form>
  95.  
  96. </div>
  97.  
  98. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  99. </center></body></html>
  100.  

y seguiran hackeando :roll::roll::roll::roll::roll::roll::roll:

Tags
Fuentes de Información
  • El contenido del post es de mi autoría, y/o, es un recopilación de distintas fuentes.
Dar Puntos
Quitar Puntos
 
10 Puntos
score +10/-0
4446
Visitas
Comentarios
Mouse
Querido Lider
 
 Bolivia
Pais
 
 9889
Puntos
 
 225
Posts
 
 6
Preguntas
 
 10
Respuestas
 
 Hombre
Sexo
George Orwel
Descargas
X

Se parte de Code Army!

Esta acción es solo para usuarios registrados