The Un-Official Proxomitron Forum
Mozilla browser "about:" exploit - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Privacy/Security/Spam (/forumdisplay.php?fid=10)
+--- Thread: Mozilla browser "about:" exploit (/showthread.php?tid=341)

Pages: 1 2


- Kye-U - Dec. 15, 2004 04:40 AM

Time of the year to post another version of KBSP Big Teeth

Code:
[Patterns]
Name = "Mozilla: "About" Crash"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(vb(s|)))"
Limit = 128
Match = "(\s|)src=$AV(about:*)"
"|(window.\w.|)\w.print(\(\);|)"

This seems to work with Sidki's "nasty" version Eyes Closed Smile

Please comment/criticize Smile!


- Kye-U - Dec. 25, 2004 07:37 AM

This filter nullifies the Print[] function:

Code:
[Patterns]
Name = "Javascript: Remove Print() Function [Kye-U]"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js))"
Limit = 128
Match = "print\((*|)\)"
Replace = "Shonenscape()"