Page 76 of 89

Posted: Mon Apr 29, 2013 4:37 pm
by zeitgeist
Anyone know the significance of this line in the terminal.js?

Code: Select all

else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?

Posted: Mon Apr 29, 2013 4:38 pm
by Impossible Geometry
guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON

Posted: Mon Apr 29, 2013 4:39 pm
by kidfortoday70
Impossible Geometry wrote:guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON
This.

Posted: Mon Apr 29, 2013 4:40 pm
by chishkebab
HOW did I miss isogram???

Posted: Mon Apr 29, 2013 4:40 pm
by Lassigo
Perhaps we should look here, at the wiki for hexagon.

I tried the a+c+e=b+d+f, which would result in 667127, but that doesn't work..

Posted: Mon Apr 29, 2013 4:40 pm
by Keeoaddi
1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy

co-incidence?

clinton knows

Posted: Mon Apr 29, 2013 4:42 pm
by orange hexagon sun
Is it safe to assume that the album is called 'cosecha' now then?

Posted: Mon Apr 29, 2013 4:42 pm
by Waterbagel
Keeoaddi wrote:>1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy

co-incidence?
I doubt this tidbit's relevance, but keep on sleuthing.

Posted: Mon Apr 29, 2013 4:43 pm
by 60-10
GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!

Posted: Mon Apr 29, 2013 4:43 pm
by Laubotje
Hey, a friend of mine is an expert in these kinds of things, he's busy cracking the code:)

Posted: Mon Apr 29, 2013 4:44 pm
by jay bee
Well I for one am going to write them a nice little letter in the password spot, I'd be logging the attempts and having a giggle personally ;)

Posted: Mon Apr 29, 2013 4:44 pm
by ambivalenceavenue
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all

else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
This is assisting in the mapping of JavaScript key codes to the keyboard - http://www.cambiaresearch.com/articles/ ... -key-codes

Posted: Mon Apr 29, 2013 4:44 pm
by kidfortoday70
orange hexagon sun wrote:Is it safe to assume that the album is called 'cosecha' now then?
Could just be the name of this whole clue hunting thing

Posted: Mon Apr 29, 2013 4:45 pm
by Magrathea
Yeah I tried something with isogram, taking in the order we have each digit without repeating it
hit a wall pretty fast... something else ;)

Posted: Mon Apr 29, 2013 4:45 pm
by FernieCanto
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all

else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
I think it's made so that the shift key has no function; when you try to type a "!", by pressing shift+1, it simply receives a "1".

Posted: Mon Apr 29, 2013 4:45 pm
by xpahos
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all

else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]
is that like setting up the keyboard for special characters? or something else?
yes, It's keycodes on additional part of keyboard, numpad.

Posted: Mon Apr 29, 2013 4:46 pm
by Magrathea
orange hexagon sun wrote:Is it safe to assume that the album is called 'cosecha' now then?
no, not at all

Posted: Mon Apr 29, 2013 4:46 pm
by 60-10
909389

Posted: Mon Apr 29, 2013 4:47 pm
by gmgsinc
ambivalenceavenue wrote:
Guido wrote:Guys, it's not x.js, it's http://cosecha-transmisiones.com/terminal.js

It basically works on a basis of AJAX, it sends the entered password to password.php to verify
Yeah, and then logs to GA what the use tried:

Code: Select all

var attemptPassword = function (password, success, fail) {
    $.getJSON("password.php?attempt=" + password, function (data) {
        if (data.error === true) {
            ga('send', 'event', 'password', 'fail', password, 1);
            fail();
        } else {
            ga('send', 'event', 'password', 'success', password, 1);
            window.location = data.url;
        }
        console.log(data);
    })
}

As a side note, to the VAX operating system, the first VAX was introduced in 1977!!!!

Posted: Mon Apr 29, 2013 4:47 pm
by Keeoaddi
60-10 wrote:GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!
you must have already had that on the clipboard, i don't think you can copy/paste from/into this new page