Menú

Mostrar Mensajes

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ú

Mensajes - sirdarckcat

#1641
cuando acabe el tutorial lo pongo a ver si ya lo entiendes.. ya si no ahi me preguntas.

Saludos!!
#1642
esta distribuido bajo GPL, puedes hacer lo que gustes :D, me dijeron que agregaron este codigo al de un troyano, tambien a un rootkit, que usa el programa para cifrar su codigo fuente.. y los antivirus ni se enteran xD

Algunos creen que lo hice para hacerle competencia al exe2vbs de atarako de haxorsitos pero la verdad ni se usar el exe2vbs xDDD.

Nunca pense que fuera tan exitoso este programita :P, la verdad lo hize como preview de un tutorial que estaba haciendo, pero me ha dado flojera terminar sobre progamacion batch avanzada.

Saludos!!
#1643
Sugerencias y dudas sobre el Foro / Re: ¿buscador?
22 Noviembre 2006, 04:30 AM
- el primero busca en la BD.. solo que ademas tiene soporte de labels.
- el de google te permite buscar de forma mas especifica, y usar operadores logicos y wildcards.

Saludos!!
#1644
PHP / Re: Creación de un Captcha desde 0
21 Noviembre 2006, 01:07 AM
:P yo tengo este:

<?php
// archivos necesarios:
// t,gif
// LCALLIG.ttf
// l_10646.ttf
// MTCORSVA.ttf
// bauh.ttf
session_start();

if(!isset(
$_GET['image']) && isset($_REQUEST['c'],$_SESSION['capcha'])){
if($_REQUEST['c']==join($_SESSION['capcha'],'')){
unset($_SESSION['capcha']);
$_SESSION['capcha']=null;
unset($_SESSION['capcha']);
// HACER ESTO, CUANDO CONFIRME QUE ERES HUMANO!
echo "SI eres humano!";
}else{
// HACER ESTO, CUANDO VI QUE TE EQUIVOCASTE
echo "Te ekivocaste<br>";
}
}

if(!isset(
$_GET['image'])){
?>

<img src='?image'>
<form method=POST>
Mete las letras de arriba.
<input name=c value="" size=10 type=text>
<input type=submit>
</form>
<?php
exit;
}

/*
$image = ImageCreateFromGIF("t.gif");
COLOR = ImageColorAllocate($image, 255, 255, 255);
imageLine($image, INICIO_X, INICIO_Y, FIN_X, FIN_Y, COLOR);
ImageTTFText($image, TAMAÑO, ANGULO, INICIO_X, INICIO_Y, COLOR, FUENTE, TEXTO);
Header("Content-Type: image/Png");
imagePng($image);
ImageDestroy($image);
*/


$image ImageCreateFromGIF("t.gif");
$FUENTE[]="LCALLIG.TTF";
$FUENTE[]="l_10646.ttf";
$FUENTE[]="MTCORSVA.TTF";
$FUENTE[]="LCALLIG.TTF";
$FUENTE[]="bauh.TTF";
$FUENTE[]="l_10646.ttf";
$FUENTE[]="MTCORSVA.TTF";
$FUENTE[]="MTCORSVA.TTF";
$FUENTE[]="bauh.TTF";
$FUENTE[]="bauh.TTF";
$FUENTE[]="LCALLIG.TTF";
$FUENTE[]="l_10646.ttf";
$FUENTE[]="bauh.TTF";
$FUENTE[]="LCALLIG.TTF";
$FUENTE[]="l_10646.ttf";
$FUENTE[]="MTCORSVA.TTF";

for (
$i=0;$i<15+rand()%15;$i++){
$COLOR ImageColorAllocate($imagerand()%255rand()%255rand()%255);
imageLine($imagerand()%500rand()%500rand()%500rand()%500$COLOR);
}
for (
$i=0;$i<5;$i++){
$COLOR ImageColorAllocate($imagerand()%200rand()%200rand()%200);
$x[$i]=chr(97+rand()%25);
imageLine($imagerand()%500rand()%700-200rand()%500rand()%500$COLOR);
ImageTTFText($image35+rand()%15310+rand()%10025+$i*100rand()%150+50$COLOR$FUENTE[8+(rand()*rand())%8], $x[$i]);
imageLine($imagerand()%500rand()%500rand()%500rand()%500$COLOR);
}
/*for ($i=0;$i<5;$i++){
$COLOR = ImageColorAllocate($image, rand()%200, rand()%200, rand()%200);
$x[5+$i]=chr(97+rand()%25);
imageLine($image, rand()%700-200, rand()%500, rand()%500, rand()%500, $COLOR);
ImageTTFText($image, 35+rand()%15, 310+rand()%100, 25+$i*100, rand()%150+250, $COLOR, $FUENTE[(rand()*rand())%8], $x[5+$i]);
imageLine($image, rand()%500, rand()%500, rand()%500, rand()%500, $COLOR);
}*/
for ($i=0;$i<20+rand()%15;$i++){
$COLOR ImageColorAllocate($imagerand()%255rand()%255rand()%255);
imageLine($imagerand()%600-100rand()%700-200rand()%500rand()%500$COLOR);
}
$_SESSION['capcha']=$x;
Header("Content-Type: image/JPEG;filename: cha.jpg");
imageJpeg($image);
ImageDestroy($image);
?>



anexo t.gif

las fuentes, pueden usar las que quieran :P
#1645
Introduction:
javascript inLine Debugger is a tool, which every user can use, independently from the browser you use. This tool allows us to execute javascript on top of a website without the need of either refreshing, using a proxy, neither saving it.

This tool isn't something new, but its not well known, not commentated much and very powerful, the objective of this job is get to know its capabilities, and demonstrate the easy use of it.

To be able to use this tool, it's necessary to have very basic knowledge of Object Oriented Programming (OOP) and to know a little bit about the HTML W3C standard.

A few characteristics about this debugger are:
·   No need of installation, just a keyboard and to know javascript.
·   Capability of modifying cookies.
·   Capability of modifying forms values, visibles and hidden, disable maxLength and allow editing.
·   Capability of disabling scripts that don't allow viewing the source code or selecting text.
·   Capability of showing source code of encrypted or hidden functions.
·   Capability of modifying variables and functions, as well as to show the properties of these.
·   Capability to emulate events and establish / to modify presents.
·   Capability of modifying the source code of the website, or just a section of it.
The way of doing this is by using the javascript: protocol available in:
·   Internet Explorer
·   Mozilla Firefox
·   Opera
·   Others...
In order to know if your browser supports this method, write in your address bar:
javascript:alert("Hello World");
If you see a message saying "Hello World", your browser is compatible.

The protocols which you can use with JaSiLDBG are:
·   javascript:
·   vbscript: (Syntax is different)
·   jscript: (Very unstable, don't try it.)
To control errors, in firefox, use javascript Console (under tools).

The last version of JaSiLDBG can be found at:
http://www.elhacker.net/jasildbg/JaSiLDBG_en.pdf
#1646
javascript inLine Debugger es una herramienta, que todos los usuarios pueden usar, independientemente del navegador. Esta herramienta nos permite ejecutar javascript arriba de la web sin tener que recargar, usar proxy, ni guardarla.

Esta herramienta no es algo nuevo, pero es poco conocida, poco comentada y muy potente, el objetivo de este trabajo es dar a conocer sus capacidades, y mostrar la facilidad de su uso.

Para poder utilizar esta herramienta, es necesario tener conocimiento muy básico de Programación Orientada a Objetos (OOP) y conocer un poco sobre el standard HTML de W3C.

Algunas de las características de este debugger son:
·   No necesita instalación, solo un teclado y saber javascript.
·   Capacidad de modificar cookies.
·   Capacidad de modificar valores de campos de formularios, tanto visibles como ocultos, deshabilitar maxLength y permitir su edición.
·   Capacidad de anular scripts que no permiten el ver el código fuente o seleccionar texto.
·   Capacidad de mostrar el código de funciones encriptadas o escondidas.
·   Capacidad de modificar variables y funciones, así como mostrar todas las propiedades de estos.
·   Capacidad de emular eventos y establecer / modificar actuales.
·   Capacidad de modificar el código fuente del programa, o solo una sección del mismo.
La manera de hacer esto es usando el protocolo javascript: disponible en:
·   Internet Explorer
·   Mozilla Firefox
·   Opera
·   Otros..
Para saber si tu navegador soporta este método, escribe en la barra de direcciones:
javascript:alert("Hola Mundo");
Si ves una ventana con "Hola Mundo", tu navegador es compatible.

Los protocolos que pueden usarse para el JaSiLDBG son:
·   javascript:
·   vbscript: (La sintaxis es diferente)
·   jscript: (Muy Inestable, ni lo intenten)
Para el control de errores, en firefox, debes ver la consola javascript.

La última versión de JaSiLDBG puede ser vista en: http://www.elhacker.net/jasildbg/JaSiLDBG_es.pdf
#1648
Segun me cuenta un miembro antiguo del STAFF (Ragnarok), ya se hizo en el pasado, y el foro se veia muy feo.. porque tambien cambiaba el estilo de los lins en los nombres, y en otros lugares que no se ve bien.

Probablemente si tengo tiempo haga algun plugin para que solo se cambien los links de los mensajes.. pero por lo pronto, creo que no.

Saludos!!
#1649
Si pones el "respectivo copyright" si se puede :P, de hecho muchos documentos del foro aparecen en muchos lugares en internet, lo importante, es que menciones la fuente.

Sobre lo de intercambio de banners, debes tener de pagerank 3 (o mas).

Saludos!!
#1650
Modificando keyboard.sys, etc.. sin embargo en la mayoria de las cosas que puedes hacer, tomarian efecto, hasta que se reinicie la computadora.

Ve si aqui encuentras algo util:
http://www.microsoft.com/technet/archive/msdos/comm1.mspx

Saludos!!