Author Topic: protect your ip from malicious applet  (Read 3092 times)

altosax

  • Moderator
  • Sr. Member
  • *****
  • Posts: 328
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
protect your ip from malicious applet
« on: July 01, 2002, 03:16:27 PM »
i've just posted this filter at computer cops to solve this problem:

http://reglos.de/myaddress/demo4.html

here is the filter:

Name = "Protect your IP from Applet [vm]"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "<applet*>"
Limit = 256
Match = " name=$AVQ(*)1"
Replace = "1"

regards,
altosax.

 
 

altosax

  • Moderator
  • Sr. Member
  • *****
  • Posts: 328
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
protect your ip from malicious applet
« Reply #1 on: July 01, 2002, 03:28:50 PM »
second attempt using an existing filter:

Name = "Kill Nosey Java Applets"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "$NEST(<applet,</applet>)"
Limit = 5000
Match = "*code=$AV((scroll|NavigatorTicker|movie|WSSApplet|hyper|MyAddress).*)*"
Replace = "<font size=1>[JavaApp Killed]</font><br>"

regards,
altosax.