PDA

View Full Version : Password help?



irwin
05-18-2003, 02:20 PM
http://www.fcteenzone.com/home.htm

Is anyone able to figure out the password for that? thanksssss :)

edit: ah...memo got it!

nickel
05-18-2003, 02:28 PM
passwird needs help with a password?
classic :P

Markel
05-18-2003, 07:37 PM
Umm, "If you are not a member yet send us an email." Maybe that would work.

irwin
05-18-2003, 07:53 PM
Originally posted by Markel
Umm, "If you are not a member yet send us an email." Maybe that would work.

Eh, too much work. :P

eSDee
05-18-2003, 09:25 PM
Originally posted by nickelback
passwird needs help with a password?
classic :P

Kinda like when topane had toe pain ;)

sho.gun
05-18-2003, 10:47 PM
alright, who wants to crack it:

var pass=new Array()
var t3=""
var lim=9
pass[0]="kXJkMedgGGGFcex"
pass[1]="mn1Y82iFodLH0FA"
pass[2]="zIJBSW1FkdlHJ2g"
pass[3]="cAyUwUBwRvDkDRb"
pass[4]="9AFV9vJoipxJflP2"
pass[5]="46AFV9vJoipxJflP"

//configure extension to reflect the extension type of the target web page (ie: .htm or .html)
var extension=".htm"
var enablelocking=0
var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
var temp3=''
var cur=0


function max(which){
return (pass[Math.ceil(which)+(3&15)].substring(0,1))
}

function testit(input){
temp=numletter.indexOf(input)
var temp2=temp^parseInt(pass[phase1-1+(1|3)].substring(0,2))
temp2=numletter.substring(temp2,temp2+1)
return (temp2)
}


function submitentry(){
t3=''
verification=document.password1.password2.value
phase1=Math.ceil(Math.random())-6+(2<<2)
var indicate=true
for (i=(1&2);i<window.max(Math.LOG10E);i++)
t3+=testit(verification.charAt(i))
for (i=(1&2);i<lim;i++){
if (t3.charAt(i)!=pass[phase1+Math.round(Math.sin(Math.PI/2)-1)].charAt(i))
indicate=false
}
if (verification.length!=window.max(Math.LOG10E))
indicate=false
if (indicate)
window.location=verification+extension
else
alert("Invalid password. Please try again")
}

Memo
05-18-2003, 11:34 PM
var lim=9 is the length of the password

the password is store at the beggininig of the pass[3] entry of the array, the encryption ins in the pass[5].

download the webpage and save it and change:

alert("Invalid password. Please try again")
to
alert(t3)

then enter the letters of the pass[3] into the box and click the button and write down what letter it gives you.

so for example you have pass[3]="cAyUwUBwRvDkDRb"
type in c and hit enter and it gives you "yKKKKKKKK" you write down y

go ahead and do it for lim number of letters and replace the letters and you'll have your password.

atomicdog
05-19-2003, 01:13 AM
it's a caesar cipher

cAyUwUBwR

0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
KLIJGHEFCDAByzwx__YZWXUVSTQROPMNefcdab8967452301uvstqropmnklij


find the letter in the first row and the corresponding password
letter in 2nd row...you can do the last step yourself...


anyways the real question is what is the big deal about this website?

Joshua
05-19-2003, 08:34 AM
Nerds I say! NERDS!!