Author Topic: Infinite Loop  (Read 1747 times)

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Infinite Loop
« on: April 29, 2002, 06:20:44 AM »
Hi all,

Here is a page with a couple of traps in it:
http://www.jedi.claranet.fr/

My problem is the
<object data="index.html" type="text/html"></object>
at the end of the source, which brought my CPU to 100%.

I could only view this page by writing a dumb filter killing just this tag.
Does anyone already have a general filter that takes care of such things?

regards sidki

Edit: I forgot, don't go there unprotected. There is an ActiveX loop and a WScript trap.

Edited by - sidki3003 on 29 Apr 2002  07:32:37
 

hpguru

  • Sr. Member
  • ****
  • Posts: 257
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://lightning.prohosting.com/~hpguru/
    • Email
Infinite Loop
« Reply #1 on: April 29, 2002, 06:55:22 AM »
This filter will convert it to a link object. Not sure if that's what you had in mind though.


Name = "HTML Object to Link"
Active = TRUE
Multi = TRUE
Bounds = "$NEST(<object*,</object>)"
Limit = 300
Match = "* data=("*.html")*"
Replace = "<strong><a href=>EMBEDDED HTML OBJECT TO LINK</a></strong>"



Facing each other,
a thousand miles apart.

JakBeNymble

  • Moderator
  • Sr. Member
  • *****
  • Posts: 308
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Infinite Loop
« Reply #2 on: May 01, 2002, 04:24:39 AM »
Hi "Sidki3003",
              What's up? (Besides the 'Sky?)LOL! Good to see you guys again! I'm not sure about the filter values, but I have a Program that might of interest to you. Then again you might have it chugging away on your machine already.But just in case, . .  I thought about it when you mentioned in the post about the traps. It's called "Script Sentry", if you don't have it yet, I think you might find it interesting. You can find it at http://www.jasons-toolbox.com/.
I hope that all have a Wonderful and Blessed Day, and remember to smile 'cause SunShine is good for your teeth.
May GOD Bless you Richly,
"Happy-Jak"
Opps! Had to come back and edit link.



Edited by - JakBeNymble on 01 May 2002  05:29:31
 

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Infinite Loop
« Reply #3 on: May 03, 2002, 07:43:18 PM »
Hi all,

Nice to be back
Hpguru, what i had in mind was way to complicated.
I'm using your filter since your post. It works fine and didn't distort any pages yet, thanks.

Jak, how are you? Long time no see.
I'm using a similar script checking feature under Win98, supplied by ZoneAlarm and NAV.
Under WinXP, where i stick with Kerio Firewall and Norton Corporate, it's not that easy. I tried Script Sentry here, but i get lots of runtime and other errors.

Besides that, when we are dealing with embedded scripts like on the above mentioned
&#?$§!#§ IE hating Linux site, we need something else like this program i can't remember:
Praximutran or something

regards sidki