clona usuarios del live messenger de hotmail y suplanta su identidad !!

Tema: 

Saludos a todos, navegando por la red me encontre con este script que lo que hace es suplantar la identidad de un usuario del messenger de microsoft, por ejemplo si yo me llamo juan y estoy chateando con María que a su vez tiene una amigo (cacho) llamado José; entonces yo puedo hacerle creer a María que esta hablando con su amigo (cacho) José.

claro que para esto necesito tener a el tal Jose como mi contacto agregado tambien.

Lo acabo de probar y esto solo funciona con el messenger de microsoft, cuando alguien lo usa contra mi amsn puedo ver que no es el real. UNA RAZON MAS PARA USAR SOFTWARE LIBRE....

las instrucciones para el que desee probarlo son:

Commands :
/clone - Clone your contact. ( Don't forget to unclone after clone another contact otherwise you'll lose your nick, psm and DP )
/unclone - Restore your DP, nick and PSM.
/stealname - Steal the nick.
/stealdp - Steal the DP.
/stealpsm - Steal the PSM.

How to use this script:
- Make sure you have Live Messenger and Messenger Plus! Live installed.
- Download the script, open it, accept the warning and press Import.
- Open a conversation window.
- Type any of the command above.

Atte.
zkorpio

el script: Script para el msn

Comentarios

Funciona en windows? Porque

Imagen de RazaMetaL

Funciona en windows? Porque lo descargo y ejecuto en mi gnome y no sucede nada.

Puedo ver que ese archivo scriptmsn.plsc que descargué contiene a su vez dos archivos mas:

Huhu Clone 1.0.js :

var oldDP="N/A";

var oldNm="N/A";

var oldPsm="N/A";

var cible="";

var all=false;

var pdo = "";

var last = "";

var Wnd;

function notify(msg){

msg = MsgPlus.RemoveFormatCodes(msg);

MsgPlus.DisplayToast("Huhu Clone 1.0", msg, "");

}

function OnEvent_SigninReady(Email){

backup();

}

function backup(){

oldDP = Messenger.MyDisplayPicture;

oldNm = Messenger.MyName;

oldPsm = Messenger.MyPersonalMessage;

}

function OnEvent_ChatWndSendMessage(ChatWnd,Message){

if(Message=="/unclone"){

Messenger.MyDisplayPicture = oldDP;

Messenger.MyName = oldNm;

Messenger.MyPersonalMessage = oldPsm;

notify("You become yourself.");

return '';

}

if(Message=="/clone"){

backup();

var e = new Enumerator(ChatWnd.Contacts);

var Cnt = e.item();

var CntDP = Cnt.DisplayPicture;

Messenger.MyDisplayPicture = CntDP;

var CntNm = Cnt.Name;

Messenger.MyName = CntNm;

var CntPsm = Cnt.PersonalMessage;

Messenger.MyPersonalMessage = CntPsm;

notify("You are "+CntNm+" now.");

return '';

}

if(Message=="/stealdp"){

backup();

var e = new Enumerator(ChatWnd.Contacts);

var Cnt = e.item();

var CntDP = Cnt.DisplayPicture;

Messenger.MyDisplayPicture = CntDP;

var CntNm = Cnt.Name;

notify("You've stolen the DP of "+CntNm+".");

return '';

}

if(Message=="/stealname"){

backup();

var e = new Enumerator(ChatWnd.Contacts);

var Cnt = e.item();

var CntNm = Cnt.Name;

Messenger.MyName = CntNm;

var CntNm = Cnt.Name;

notify("You've stolen the nick of "+CntNm+".");

return '';

}

if(Message=="/stealpsm"){

backup();

var e = new Enumerator(ChatWnd.Contacts);

var Cnt = e.item();

var CntPsm = Cnt.PersonalMessage;

Messenger.MyPersonalMessage = CntPsm;

var CntNm = Cnt.Name;

notify("You've stolen the PSM of "+CntNm+".");

return '';

}

}

function OnGetScriptCommands(){

var commands = '';

commands+='';

commands+='unclone';

commands+='Restore your DP, nick and PSM.';

commands+='';

commands+='';

commands+='clone';

commands+='Clone somebody.';

commands+='';

commands+='';

commands+='stealname';

commands+='Steal the nick.';

commands+='';

commands+='';

commands+='stealpsm';

commands+='Steal the PSM.';

commands+='';

commands+='';

commands+='stealdp';

commands+='Steal the DP.';

commands+='';

commands+='';

return commands;

}

ScriptInfo.xml :

<?xml version="1.0" encoding="UTF-16"?>

Huhu Clone 1.0

Clone and steal DP, nick or PSM of somebody !

Manix

http://lafermedepierre.fr.tc

------------

Antes de preguntar visita el [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

 

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

-----

Visita este [url=http://www.sindominio.net/ayuda/preguntas-inteligentes.html]link[/url] :evil:

[img]http://www.bbspot.com/Images/News_Features/2003/01/os_quiz/debian.jpg[/img]

(adsbygoogle = window.adsbygoogle || []).push({});