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

 

 


Tema destacado: Security Series.XSS. [Cross Site Scripting]


  Mostrar Mensajes
Páginas: 1 [2] 3 4 5 6 7 8 9
11  Foros Generales / Dudas Generales / Re: problemas para compartir wifi desde mi celular en: 12 Mayo 2022, 00:04 am
no veo que tenga de eso, sigue mal
12  Foros Generales / Dudas Generales / problemas para compartir wifi desde mi celular en: 11 Mayo 2022, 20:09 pm
 🤔😞 tengo un celular samsung, y cuando quiero compartir wifi con mi notebook a los dos minutos se corta la señal, hablo de esa funsion de "zona wifi" o en el caso de este celular se llama Zona Portatil, ya e provado en resetear datos de red, y sigue mal incluso en la config de menu para compartir wifi esta la opsion de cortar señal si uno no realiza ninguna actividad, prove en desactivar esa funsiom y luego poniendole en 60 minutos de espera...y sigue mal 😔 que me conviene hacer , alguna app para compartir wifi desde el celular que recomienden asi evitar usar la que ya trae android x default? 🤓
13  Foros Generales / Foro Libre / Re: Hackean y venden base de datos de 70 millones de usuarios de whatsapp en: 11 Mayo 2022, 19:35 pm

fuaaaa recien lo veo 🌝 no visitaba muy seguido esta pagina , deberian configurar el foro de forma que que uno pueda subir imagenes , no da irme hasta blogger para subir una imagen de esa web confiscada x el fbi para mostrarlo aca, si uno pudiese subir desde el foro se hace mas facil todo 😎 yo recuerdo que vi los dato whois de esa web y no estaban protejidos, se veia algunos datos sobre la entidad responsable de dicha web , se notaba de que habia mucha estafa sobre ciertos paketes de datos " hackeados" de algunas web, quiza todo era fraude cosa que tambien es delito porque los ponian en venta

......lo modifike mal al mensaje y se borro el mensaje del brujo en dicha respuesta  :-(
14  Foros Generales / Foro Libre / Re: Hackean y venden base de datos de 70 millones de usuarios de whatsapp en: 11 Mayo 2022, 19:30 pm
.
15  Programación / Scripting / Codigo script para incrustar un widget (ventana) de tweets en una website en: 11 Mayo 2022, 10:18 am
funciona para que se vea una ventana de tweets de un usuario particular, es decir que a medida que ese usuario vaya agregando tweets se veran tambien en la ventana del widget. Simplemente en donde dice "aquiTuNickDeUsuario" le pones el nick tuyo o de otra persona para que aparescan sus tweets de forma automatica  ::)

Código:
<h2 class='title'></h2>
<div class='widget-content'>
<a class="twitter-timeline" href="https://twitter.com/AquiTuNickDeUsuario" data-widget-id="385272659"></a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><div class='clear'></div>
16  Programación / .NET (C#, VB.NET, ASP) / Re: C# no se puede convertir implícitamente el tipo 'int' en 'object[]' en: 11 Mayo 2022, 08:40 am
si vos lo programaste para "joder un poco" entonces lo podras programar para "no joder" :-S
17  Programación / Scripting / Re: codigo script para hacer ping en php en: 10 Mayo 2022, 05:33 am
 :P ya se me paso el enojo  :-\
Paso a explicar un codigo para monitoreo de ping a una web o ip de forma online en php

EXPLICADO PARA PRINCIPIANTES Y PARA NO PRINCIPIANTES, DE HECHO ESTE SCRIPT ESTA ARMADO DE TAL FORMA QUE SOLO HACE FALTA CAMBIAR EL LINK DE LA WEB "twitter.com" POR LA WEB A LA QUE QUIERAS TESTEAR O POR UNA IP TAMBIEN , EL CODIGO ESTA ARMADO TENIENDO EN CUENTA PAGINAS CON EL HTTPS ACTIVADO, SI QUERES TESTEAR ALGUNA WEB QUE NO TIENE EL HTTPS ACTIVADO, DEBES CAMBIAR EN DONDE VEAS HTTPS POR HTTP Y DONDE VEAS 443 CAMBIALO POR 80 , EN CASO DE TESTEAR UNA WEB CON HTTPS ACTIVADO (EN LA MAYORIA DE LOS CASOS) NO HACE FALTA CAMBIARLE NADA, SOLO DEBES CAMBIAR EN DONDE ESTE EL LINK TWITTER.COM POR LA WEB QUE QUIERAS

HAY UN "SECRETO " PARA HACER UNA WEBSITE MAS FIRME O DURA FRENTE A LOS ATAQUES DE DDOS, Y ESE "SECRETO" ES ACOSTUMBRARSE A HACER UN MONITOREO PRACTICAMENTE CONSTANTE DE MONITOREO DE PINGS PREFERENCIALMENTE USAR UNA APP LLAMADA "PINGTOOLS" TIENE UN MENU DE ''PINGS'' EN EL QUE EN SU CONFIGURACION LE PODREMOS CONFIGURAR DE QUE EL MONITOREO SEA CONSTANTE, CON TIEMPO DE ESPERA DE RESPUESTA EN VALOR 3000 MILISEGUNDOS, EN MONITOREO A PROTOCOLO HTTPS , REALIZAR PINGS DE FORMA ONLINE TAMBIEN ES UTIL Y PARA ESO ES ESTE CODIGO SCRIPT , PORSUPUESTO QUE DE ENTENDER BIEN COMO funciona PODRAS MOFIFICARLO A TU GUSTO POR EJEMPLO EN DONDE ESTA EL CODIGO QUE ACTUALIZA LA PAGINA LO DEJE DE MODO QUE REFRESQUE CADA 7 SEGUNDOS (7000 milisegundos)  VOS PODRAS ACORTARLO A CADA CINCO O COMO PREFIERAS, ESO CUMPLE LA FUNSION DE QUE CADA VEZ QUE SE ACTUALIZA SE ACTIVA EL TESTEO DE PING Y MUESTRA EL NUMERO DE RETRASO DE LATENCIA DE RESPUESTA EN MILISEGUNDOS - EN ESTA WEB PODES VER COMO QUEDA EL MONITOREO DE PING CONSTANTE https://misteriosinexplicables.com/pingtwitter.php

Código:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"g">
 
<link rel="SHORTCUT ICON" type="chliz" href="https://blogger.googleusercontent.com/img/a/AVvXsEhWCIUYzvoa2MvpVAJUwyJGHNeOlH4m7bMA538Ozm8in-d0Yojta68D6lDDXWiNi38nG8PVhTYIKrQGjp9Zen9MRhDld7yDOr_bOBEgbqzCzdrPqWEdP0aazbxr1qB_UgKOWHElf_ZcAV1VI80dgJV8Zb5RB90_-6voGvVHU3ypVN3FtTqX5DtUH7dS=s320">
<title>ping online</title>

🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰 🛰
<style type="text/css">
body {

background-repeat: no-repeat;
background-position: right;
background-attachment: fixed;
background-color: #546bfe;
margin-top: 5%;
margin-bottom: 5%;
margin-left: 15%;
margin-right: 15%;
font-family:"Courier New", Courier, monospace;
color: #FFFFFF;
}
fieldset {
border-style: none;
margin: 10px;
}
p {
margin: 0;
}
input {
margin: 0;
background-color: transparent;
border: none;
text-align: center;
font-family:"Courier New", Courier, monospace;
color: #FFFFFF;
}
</style>
<script language="javascript">
<!-- Disable
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->
</script>
</head>
<body onLoad="type()">
<fieldset>

<div id="hive" align="center">
<font color="#FF0000">[</font>TARGET<font color="#FF0000">]</font><br>
:::::::::::::::::::PING A TWITTER.COM::::::::::::::::::::::
<input name="target" id="target" size="77" value="https://twitter.com"><br><br>
<font color="#FF0000">[</font>PETICIONES<font color="#FF0000">]</font><br>
<input id="requests" size="77" value="1"><br><br>
<font color="#FF0000">[</font>106 bytes<font color="#FF0000">]</font><br>
<input id="message" size="77" value="1"><br><br>
<font color="#FF0000">[</font>STATUS<font color="#FF0000">]</font><br>
SOLICITUDES <p id="requested">0</p>
LOGROS <p id="succeeded">0</p>
FALLIDOS <p id="failed">0</p><br>
<button id="fire" style="background-color:#000000; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);"> Stop </button><br><br><br>
</div>

<script>
(function () {
var fireInterval;
var isFiring = false;
var currentTime = new Date();
var lastSuccess = currentTime.getTime();
 
var requestedNode = document.getElementById("requested"),
succeededNode = document.getElementById("succeeded"),
failedNode = document.getElementById("failed"),
targetNode = document.getElementById("target"),
fire = document.getElementById("fire"),
messageNode = document.getElementById("message"),
requestsNode = document.getElementById("requests"),
timeoutNode = document.getElementById("timeout");
 
var target = targetNode.value;
targetNode.onchange = function () {
target = this.value;
};
 
var requestsHT = {};
 
var requested = 0,
succeeded = 0,
failed = 0;
 
var makeHttpRequest = function () {
if ( (currentTime.getTime()-lastSuccess) > 10000) {
return;
} else {
lastSuccess = currentTime.getTime();
};
 
var rID =Number(new Date());
 
var img = new Image();
img.onerror = function () { onFail(rID); };
img.onabort = function () { onFail(rID); };
img.onload = function () { onSuccess(rID); };
img.setAttribute("src", target + "?id=" + rID + "&msg=" + messageNode.value);
requestsHT[rID] = img;
onRequest(rID);
};
 
var onRequest = function (rID) {
requested++;
requestedNode.innerHTML = requested;
};
 
var onComplete = function (rID) {
delete requestsHT[rID];
};
 
var onFail = function (rID) {
// failedCtr++;
//failedCtrNode.innerHTML = failedCtr;
succeeded++; //Seems like the url will always fail it it isn't an image
succeededNode.innerHTML = succeeded;
delete requestsHT[rID];
};
 
var onSuccess = function (rID) {
succeeded++;
succeededNode.innerHTML = succeeded;
delete requestsHT[rID];
};
 
fire.onclick = function () {
if (isFiring) {
clearInterval(fireInterval);
isFiring = false;
this.innerHTML = "FIRE!";
} else {
isFiring = true;
this.innerHTML = "STOP!";
fireInterval = setInterval(makeHttpRequest, (2000 / parseInt(requestsNode.value) | 0));
}
};
 
function start() {
if (isFiring) {
clearInterval(fireInterval);
isFiring = false;
this.innerHTML = "FIRE!";
} else {
isFiring = true;
this.innerHTML = "STOP";
fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(requestsNode.value) | 0));
}
};
document.getElementById("target").value = "https://twitter.com";
start();
})();
</script>
</fieldset>

<script type="text/javascript">
function actualizar(){location.reload(true);}
//Refresca cada 7 segundos! (7000 milisegundos)
setInterval("actualizar()",7000);
</script>
</body>
</html>


<input onclick="location.reload()" type="button" value="⏩ REFRESH ⏩" />
    📡   
    <?php

function ping($host, $port, $timeout)
{
  $tB = microtime(true);
  $fP = fSockOpen($host, $port, $errno, $errstr, $timeout);
  if (!$fP) { return "down"; }
  $tA = microtime(true);
  return round((($tA - $tB) * 1000), 0)." ms";
}

//Echoing it will display the ping if the host is up, if not it'll say "down".
echo ping("twitter.com", 443, 443);

?>
   
  .......
    <?php
     
$wait = 2; // ping...
$host = 'twitter.com';
$ports = [
    'https' => 443,
];

foreach ($ports as $key => $port) {
    $fp = @fsockopen($host, $port, $errCode, $errStr, $wait);
    echo "Ping $host:$port ($key) ✔";
    if ($fp) {
        echo'✔';
        fclose($fp);
    } else {
        echo "ERROR: $errCode - $errStr";
    }
    echo PHP_EOL;
}
 
18  Programación / Scripting / Re: codigo script para hacer ping en php en: 24 Enero 2022, 16:51 pm
No está bien tu forma de actuar, un foro no se maneja así, tenés una idea muy equivocada.

En primer lugar el número de visitas no tiene mucho que ver porque esas visitas pueden ser de usuarios que ingresan al foro (para pedir ayuda, sólo mirar o aprender) y de visitantes, además de bots, los que te podemos ayudar somos los colaboradores y lo hacemos sin pedir nada a cambio, lo único que nos satisface es poder ayudarlo al usuario a que solucione su problema o que su duda se aclare y que podamos recibir solo un Gracias por la ayuda brindada, además todos nosotros somos colaboradores voluntarios que ayudamos en nuestro tiempo libre, tenemos una vida, obligaciones y responsabilidades también.

Por otro lado no podes pedir borrar tu tema, si ya pediste ayuda aquí porque tenés que querer eliminar todo? Por algo el brujo limitó el tiempo para poder modificar mensajes para evitar que algunos usuarios borren todo modificando el mensaje (tema) dejándolo vacío, aunque generalmente si en el tema que abrieron por ejemplo postean 5 mensajes contando el primer mensaje que sería el tema inicial, van a borrar los 5 mensajes y entonces ese tema ya no tendría sentido.

Y si pediste ayuda acá porque no aportas la solución que encontraste? vos sabés que eso puede ayudar a otras personas con tu misma o similar duda?, tenés que aprender a ser compañero y compartir, de eso se trata un foro, una comunidad, en que todos aportemos lo que podemos y nos ayudamos entre todos, aunque no hayamos recibido ayuda en un tema nuestro en un cierto tiempo, lo mismo hay que compartir la solución y ayudar a otros usuarios.


Saludos

Bueno. ... ahi ven como tratan a los usuarios 🙄 nada que agregar.... sera por eso que el foro tiene como ochenta mil vistas x dia y nadie escribe.... hasta el 2017 recuerdo que los usuarios si podian borrar sus topics cuando lo deseaban, cada uno es dueño de sus comentarios por ende los topics echos por uno se deberian poder borrar en lugar de tomar a algunos usuarios como esclavos de sus palabras, saludos 😎
19  Programación / Scripting / Re: codigo script para hacer ping en php en: 24 Enero 2022, 06:46 am
 ::) Ya encontre una solusion alternativa muy buena, pero no la posteare aqui, ...como 3000 vistas al topic y nadie ofrecio ninguna solusion , se que no es nada complicado lo que pedia y que muchos de los que leyeron esto si saben muy bien sobre codigos scripts para estas cosas. Le pido al brujo cuando me lea esto que borre este topic porque yo intente hacerlo pero no pude , saludos  :rolleyes:
20  Seguridad Informática / Hacking / Re: me instalaron camaras en: 24 Enero 2022, 06:35 am
¿Pero qué te lleva a creer que hay cámaras? Sin una buena razón es más una enfermedad mental que un hecho real a investigar.

Eso opinaba yo tambien, solo que me borran los mensajes.... como 200 moderadores y ya ni el admin sabe quien banea, quien borra o modifica los mensajes  :rolleyes:
Páginas: 1 [2] 3 4 5 6 7 8 9
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines