Click here to Skip to main content
15,892,005 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Analysing an obfuscated malware script Pin
Bernhard Hiller31-Jul-12 2:26
Bernhard Hiller31-Jul-12 2:26 
GeneralRe: Analysing an obfuscated malware script [edit] Pin
Lutosław1-Jun-13 4:10
Lutosław1-Jun-13 4:10 
GeneralRe: Analysing an obfuscated malware script Pin
jkirkerx30-Jul-12 11:19
professionaljkirkerx30-Jul-12 11:19 
GeneralRe: Analysing an obfuscated malware script Pin
enhzflep30-Jul-12 23:40
enhzflep30-Jul-12 23:40 
GeneralRe: Analysing an obfuscated malware script Pin
jkirkerx31-Jul-12 8:12
professionaljkirkerx31-Jul-12 8:12 
GeneralRe: Analysing an obfuscated malware script Pin
enhzflep31-Jul-12 9:57
enhzflep31-Jul-12 9:57 
GeneralRe: Analysing an obfuscated malware script Pin
jkirkerx31-Jul-12 11:36
professionaljkirkerx31-Jul-12 11:36 
GeneralRe: Analysing an obfuscated malware script Pin
Mohibur Rashid5-Jun-13 19:49
professionalMohibur Rashid5-Jun-13 19:49 
haha, you beat me, today i saw it and i found the same function. well, reading this hacking code i learned few sh*t today Laugh | :laugh:

like you can call a function of a object as string indexed array
i.e.

console.log( String["fromCharCode"](100));

i had no idea that is allowed in js

But the fact which is still poking me. How on earth the hacker managed to injact the code to the orginal code in the server???????????????????????????????????????
I wish I could believe there is an after life.

GeneralRe: Analysing an obfuscated malware script Pin
enhzflep10-Jun-13 6:02
enhzflep10-Jun-13 6:02 
Suggestionrequest Pin
Paresh Barad29-Jul-12 8:13
Paresh Barad29-Jul-12 8:13 
GeneralRe: request Pin
Richard MacCutchan29-Jul-12 9:14
mveRichard MacCutchan29-Jul-12 9:14 
Questionajax Pin
Paresh Barad29-Jul-12 8:11
Paresh Barad29-Jul-12 8:11 
AnswerRe: ajax Pin
Richard MacCutchan29-Jul-12 9:13
mveRichard MacCutchan29-Jul-12 9:13 
GeneralRe: ajax Pin
J4amieC30-Jul-12 2:32
J4amieC30-Jul-12 2:32 
GeneralRe: ajax Pin
Pete O'Hanlon30-Jul-12 2:40
mvePete O'Hanlon30-Jul-12 2:40 
GeneralRe: ajax Pin
enhzflep30-Jul-12 2:54
enhzflep30-Jul-12 2:54 
QuestionIs there any JavaScript libs with functions like DCT or FFT ? Pin
twtsa26-Jul-12 15:48
twtsa26-Jul-12 15:48 
Questioncreating a object, passing it back to another function Pin
jkirkerx23-Jul-12 7:55
professionaljkirkerx23-Jul-12 7:55 
AnswerRe: creating a object, passing it back to another function Pin
BobJanova23-Jul-12 23:28
BobJanova23-Jul-12 23:28 
GeneralRe: creating a object, passing it back to another function Pin
jkirkerx24-Jul-12 6:54
professionaljkirkerx24-Jul-12 6:54 
Questionvar RVIPath = RVIPath || {}; Pin
fellathedog23-Jul-12 3:39
fellathedog23-Jul-12 3:39 
AnswerRe: var RVIPath = RVIPath || {}; Pin
BobJanova23-Jul-12 4:14
BobJanova23-Jul-12 4:14 
GeneralRe: var RVIPath = RVIPath || {}; Pin
fellathedog23-Jul-12 5:00
fellathedog23-Jul-12 5:00 
GeneralRe: var RVIPath = RVIPath || {}; Pin
Richard MacCutchan23-Jul-12 5:17
mveRichard MacCutchan23-Jul-12 5:17 
RantRe: var RVIPath = RVIPath || {}; Pin
fellathedog23-Jul-12 5:34
fellathedog23-Jul-12 5:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.