Re: [Full-Disclosure] I small poem in JScript

2004-07-12 Thread Jordan Cole (stilist)
I'm using MSIE 6.0sp1 (can't tell if it's fully patched or not) and it didn't do anything that I could tell... no javascript errors. What exactly is the expected result of a null-pointer? -- [stlst] ___ Full-Disclosure - We believe in it. Charter: htt

RE: [Full-Disclosure] I small poem in Jscript // No effect on XP SP2 !

2004-07-12 Thread iss
TECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Berend-Jan Wever > Gesendet: Sonntag, 11. Juli 2004 09:29 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: [Full-Disclosure] I small poem in JScript > > I just wrote a small poem in JScript: > > > > MSIE =

Re: [Full-Disclosure] I small poem in JScript

2004-07-11 Thread Chris
That's hilarious! Are there a lot of null-pointer exceptions for fully patched IE? (I'm fairly new to The List) On Sun, 11 Jul 2004 09:28:34 +0200, Berend-Jan Wever <[EMAIL PROTECTED]> wrote: > I just wrote a small poem in JScript: > > > > MSIE = window.open; // for hackers to come in >

Re: [Full-Disclosure] I small poem in JScript

2004-07-11 Thread Jordan Cole (stilist)
It's a brilliant piece of work - got anything else? -- [stlst] ___ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html

[Full-Disclosure] I small poem in JScript

2004-07-11 Thread Berend-Jan Wever
I just wrote a small poem in JScript: MSIE = window.open; // for hackers to come in for (every_bug_found in MSIE) { /* there are zillions more hiden */ } Ok, so it doen't rhyme... but it is another null-pointer exception DoS in MSIE 6.0sp1 (fully patched) ;) Cheers, SkyLined __