|  | Coding |  | |
| | | art@unsu.com |  |
| Posted: Fri May 16, 2008 1:23 pm Post subject: Coding |  |
Hi,
One of our programmers left, and we think he might have encoded some Javascript code. We cannot seem to decode it. We've tried many utilities. The code looks like this:
tEle~itById;~~H~J~L.~"debar? true:f~^~;izN=navigat~+.u~rA~
Any ideas? I cannot tell what this is, and we've tried over 20 decoders and no luck.....
Thanks! |
| |
| | | Stevo |  |
| Posted: Fri May 16, 2008 1:23 pm Post subject: Re: Coding |  |
art@unsu.com wrote:
| Quote: | Well, the code has some options we want to change. So, we need to see the source in order to do that. We've tried several decoders and un- escape stuff with no luck.......so, any help is really appreciated. Thank you.
|
Open the file in Ultraedit. Choose File->Conversions->Unicode to Ascii and you'll be all set. |
| |
| | | jdd |  |
| Posted: Fri May 16, 2008 2:06 pm Post subject: Re: Coding |  |
On May 16, 9:23 am, "a...@unsu.com" <ame...@iwc.net> wrote:
| Quote: | One of our programmers left, and we think he might have encoded some Javascript code. We cannot seem to decode it. We've tried many utilities. The code looks like this:
t E l e~i t B y I d ;~ ~H~J~L .~" d e b a r ? t r u e : f~^~ ; i z N = n a v i g a t~+ . u~ r A~
Any ideas? I cannot tell what this is, and we've tried over 20 decoders and no luck.....
|
document.getElementById something ternary expression returning true or false, window.navigate something or other.
there's a start.
Is this just a text-encoding issue perhaps? |
| |
| | | art@unsu.com |  |
| Posted: Fri May 16, 2008 2:35 pm Post subject: Re: Coding |  |
On May 16, 9:06 am, jdd <apatheticagnos...@gmail.com> wrote:
| Quote: | On May 16, 9:23 am, "a...@unsu.com" <ame...@iwc.net> wrote:
One of our programmers left, and we think he might have encoded some Javascript code. We cannot seem to decode it. We've tried many utilities. The code looks like this:
t E l e~i t B y I d ;~ ~H~J~L .~" d e b a r ? t r u e : f~^~ ; i z N = n a v i g a t~+ . u~ r A~
Any ideas? I cannot tell what this is, and we've tried over 20 decoders and no luck.....
document.getElementById something ternary expression returning true or false, window.navigate something or other.
there's a start.
Is this just a text-encoding issue perhaps?
|
Well, the code has some options we want to change. So, we need to see the source in order to do that. We've tried several decoders and un- escape stuff with no luck.......so, any help is really appreciated.
Thank you. |
| |
| | | art@unsu.com |  |
| Posted: Fri May 16, 2008 3:40 pm Post subject: Re: Coding |  |
On May 16, 10:00 am, Stevo <n...@mail.invalid> wrote:
| Quote: | a...@unsu.com wrote: Well, the code has some options we want to change. So, we need to see the source in order to do that. We've tried several decoders and un- escape stuff with no luck.......so, any help is really appreciated. Thank you.
Open the file in Ultraedit. Choose File->Conversions->Unicode to Ascii and you'll be all set.
|
Ok, according to a co-worker that file has been obfuscated. I'm not sure if this can be un-done........ |
| |
| | | Álvaro G. Vicario |  |
| Posted: Fri May 16, 2008 6:10 pm Post subject: Re: Coding |  |
*** art@unsu.com escribió/wrote (Fri, 16 May 2008 06:23:36 -0700 (PDT)):
| Quote: | One of our programmers left, and we think he might have encoded some Javascript code. We cannot seem to decode it. We've tried many utilities. The code looks like this:
tEle~itById;~~H~J~L.~"debar? true:f~^~;izN=navigat~+.u~rA~
|
Load the page in Firefox and open the DOM Inspector. I'd say you'll see a new <script> node with the plain code. Here's some code that looks similar to your sample and can be read that way:
LINK
I'm curious, tell us if it works.
-- -- LINK - Álvaro G. Vicario - Burgos, Spain -- Mi sitio sobre programación web: LINK -- Mi web de humor en cubitos: LINK -- |
| |
|
|