• Welcome to Valhalla Legends Archive.
 

Mozilla exploit

Started by muert0, August 06, 2004, 01:48 AM

Previous topic - Next topic

Banana fanna fo fanna

I made a basic HTML parser that used a rich text box...does that count?

That would be interesting, actually. Anyone up for it?

quasi-modo

#16
Quote from: $t0rm on August 07, 2004, 07:12 PM
I made a basic HTML parser that used a rich text box...does that count?

That would be interesting, actually. Anyone up for it?
I made a web based parser one time to get around my schools network, but it got to complicated, we still would not be able to watch flash cartoons. I went back to using remote desktop and browsing through my home computer. I am not up for it :( I just picked up a site job that I need to do.

You probably would not have to start from scratch. You could pick up something open source and mod the heck out of it... I would consider that to be acceptable  8)
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

iago

I once stuck the Java object javax.swing.TextPane on a frame, set its type to "text/html" and put an address bar at the top.  Does that count?
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


quasi-modo

What I do not understand are hte images. You could parse through the html, and later the css. But how would you display images within this thing. I assume you would not be makeing a graphical browser. This seems like it would be some hard core codeing.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Banana fanna fo fanna

I think a user-mode TCP stack that didn't use file descriptors would kick ass.