No entiendo un carajo jajajaa... Esto tampoco? :http://dev.mysql.com/doc/refman/5.0/es/join.html
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúmysql> SELECT COUNT(*) FROM pet;
+----------+
| COUNT(*) |
+----------+
| 9 |
+----------+
mysql> SELECT owner, COUNT(*) FROM pet GROUP BY owner;
+--------+----------+
| owner | COUNT(*) |
+--------+----------+
| Benny | 2 |
| Diane | 2 |
| Gwen | 3 |
| Harold | 2 |
+--------+----------+
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<a href="http://foro.elhacker.net/profiles/shellroot-u327468.html" title="foro.elhacker.net">Shell Root - elhacker.net</a>
<br>
<a href="http://shellrootsecurity.blogspot.com/" title="in[S]eguridad [I]nformatica">Shell Root - in[S]eguridad [I]nformatica</a>
</body>
<script languaje="javascript">
$(document).ready(function(){
$('a').each(function( i ){
var urlFilter = 'http://shellroot?link=';
var urlModified = $(this).attr("href");
$(this).attr( "href", urlFilter + urlModified );
});
});
</script>
</html>
http://shellroot/?link=http://foro.elhacker.net/profiles/shellroot-u327468.html
http://shellroot/?link=http://shellrootsecurity.blogspot.com/
echo "Hola";
print exec("sh PoC.sh")."\n";
alex@shellroot:~/Escritorio$ php PoC.php
Hola
UPDATE mysql.user SET Password=PASSWORD('tuPass') WHERE User='root';