Author Topic: JD's config set (updated 08-12-02)  (Read 41431 times)

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
JD's config set (updated 08-12-02)
« Reply #105 on: August 14, 2002, 01:32:53 PM »
Thanks JD

Redhades,
quote:

I modified the 'Anti-Auto-JS-Redirection' filter's matching expression to:
*.location(.href=|.replace()"(^['"+]) 1"*


That's correct, location.replace is the 3rd variation. I didn't place it into the filter, cause this is a function that can be redefined with pre-injected JavaScript.
I'd recommend using JS if possible (Paul Rupe's code for that is here).
Otherwise i'd suggest to still allow for "location=" matches.

/sidki

Edited by - sidki3003 on 16 Aug 2002  05:34:11
 

ikari

  • Newbie
  • *
  • Posts: 12
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #106 on: August 14, 2002, 10:27:16 PM »
better than ever .thanks JD

 
 

Engsetter

  • Newbie
  • *
  • Posts: 1
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #107 on: August 15, 2002, 05:46:47 AM »
Hi JD:

Truthfully, I don't have the foggiest idea what you or others are talking about most of the time . When I looked at Proxomitron a while back I thought it looked interesting, but with a much to difficult learning curve. Then I ran across "JD's config set (updated 08-12-02)" and decided to try it out.

Good job , Since Proxomitron does everything I never dreamed of and more, I have now uninstalled the other separate utility programs I was using.

Without the "JD's config set (updated 08-12-02)" I would not be a Proxomitron user today. Speaking of config sets, I did a lot of searching before downloading and it looks as though all you "ProxoMasters" help each other out. It seems as though a lot of different peoples thoughts and work, end up in each others individual Config Sets if the configurations meet each "Proxomasters" individual requirements, at least I hope so.

Though I don't know the difference between one config set and another, I'm happy with this one. And if you are of the mind to post your latest and greatest once in a while, I'll be waiting to fetch. Thanks
"This Pointer can Fetch"

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #108 on: August 15, 2002, 06:14:41 AM »
Howdy Engsetter,

Welcome to the world of Proxomitron. It's great to hear you've found my config useful. That's the best thing about Proxo users. Everbody is willing to help each other.

Hehehe, yup... Looks like an update is coming soon.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #109 on: August 15, 2002, 06:32:17 PM »
Hi JD500. Of course, your config set is better each day.

Ok. Let's start

Bugs or changes i would make:
"Kill Images on selected pages"
The list $LST(BlockList_Images) doesn't exist

"Browser Info in JS(Browser & OS)"
Match = "navigator.$LST(JSProperties)(^[a-z0-9])
(this change was proposed by you)

Things that i modified:
"Kill - ad banners {6.d}"
Match = "1<(im(g|age)|input)s*>(*)2&*src=$AV($LST(AdKeys)*)"
Replace = "<center><span class=Prox style=display:none;>1[banner.2 - 9]2</span></center>"

"Kill ad banners by size"
Bounds = "<as*</a>|<iframe*</iframe>|<ilayer*</ilayer>|<img*>|<input*>|<object*</object>|<embed*>( </embed>|)"
Match = "((*<(im(g|age)|input)s*)|*(src|value)=$AV(*.swf)*)& *$LST(AdDims)"


Filters that i would add:

Name = "Dim white backgrounds"
Active = FALSE
URL = "$TYPE(htm)"
Limit = 32
Match = "(b(gcolor=|ackground(-color|) : ))1"
        "$AV((white|((#|)(([ef][0-9a-f])+{3}|[ef]+{3})))(;|)2)"
Replace = "1#E0E0E02"

Name = "Allow for frame resizing"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "<fram*>"
Limit = 256
Match = "(#((frameborder|border)=$AV(*)|noresize|=$AV(0|no)$SET(#==1 )))+ 1 >"
Replace = "@1>"

Name = "Remove specified OnMouseOver events (Sidki)"
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(oth))(^$LST(Bypass_Ads))"
Bounds = "<(a|img|image|input|body)s*>"
Limit = 768
Match = "(*onmouseover=)1(*;|)2("
        "$AV(((|{|) ((w.|)status)5=*)"
        "|("|)3 (w.open|MM_displayStatusMsg)5(*)"
        ")(;|)4"
Replace = "1234"


Thanks to all Proxomitron is growing.

Greetings.



Edited by - lnminente on 16 Aug 2002  01:33:22
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #110 on: August 16, 2002, 12:52:52 AM »
Hi ,

quote:
Bugs or changes i would make:
"Kill Images on selected pages"
The list $LST(BlockList_Images) doesn't exist


It should be in the ACR folder.

quote:
"Browser Info in JS(Browser & OS)"
Match = "navigator.$LST(JSProperties)(^[a-z0-9])
(this change was proposed by you)


Yup, already changed.

quote:
Things that i modified:
"Kill - ad banners {6.d}"
Match = "1<(im(g|age)|input)s*>(*)2&*src=$AV($LST(AdKeys)*)"
Replace = "<center><span class=Prox style=display:none;>1[banner.2 - 9]2</span></center>"

"Kill ad banners by size"
Bounds = "<as*</a>|<iframe*</iframe>|<ilayer*</ilayer>|<img*>|<input*>|<object*</object>|<embed*>( </ embed>|)"
Match = "((*<(im(g|age)|input)s*)|*(src|value)=$AV(*.swf)*)& *$LST(AdDims)"


Both have been replaced with sidki's filters.

quote:
Name = "Dim white backgrounds"
Active = FALSE
URL = "$TYPE(htm)"
Limit = 32
Match = "(b(gcolor=|ackground(-color|) : ))1"
"$AV((white|((#|)(([ef][0-9a-f])+{3}|[ef]+{3})))(;|)2)"
Replace = "1#E0E0E02"

Name = "Allow for frame resizing"
Active = TRUE
URL = "$TYPE(htm)"
Bounds = "<fram*>"
Limit = 256
Match = "(#((frameborder|border)=$AV(*)|noresize|=$AV(0|no)$SET(#==1 )))+ 1 >"
Replace = "@1>"

Name = "Remove specified OnMouseOver events (Sidki)"
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(oth))(^$LST(Bypass_Ads))"
Bounds = "<(a|img|image|input|body)s*>"
Limit = 768
Match = "(*onmouseover=)1(*;|)2("
"$AV(((|{|) ((w.|)status)5=*)"
"|("|)3 (w.open|MM_displayStatusMsg)5(*)"
")(;|)4"
Replace = "1234"


Will do.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
JD's config set (updated 08-12-02)
« Reply #111 on: August 16, 2002, 01:29:28 AM »
Don't forget the variables in JS

var n = navigator
n.appName


 
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #112 on: August 16, 2002, 01:51:09 AM »
I didn't notice the "navigator" in there. I only added the "[^a-z]" part.

--------
Infopros Joint :: Computer Related Links And Discussion

geekster

  • Newbie
  • *
  • Posts: 11
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #113 on: August 22, 2002, 02:35:47 PM »
Hi JD5000:

I'm tHe gEEksteR, and have just joined (as in yesterday).

I want to says thanks JD5000 for all the work you put into the config setup.  It looks like you spent hours on it.  And the layout in the config dialog boxes are really terrific!

I first heard about PROXO quite awhile ago, when the first Naoke 4 version just came out and was still in the beta stages.  I used it for a while, but steered away because it was interefering with a few java-based pages I visited, and went to WebWasher, then AdSubtract.

But now I'm back with PROXO and, thanks to your setup, for good.  I'm fairly new to computers in general, and have been going through a BIG learning curve, but it seems I have a natural understanding :-)

I will be putting up my own website shortly through my ISP (AT&T), called gEEklanD, and will be dealing with computer security a lot, as well as issues about Windows and how to keep control of your own computer.

My beef isn't so much with ads in general, but what's going on behind the scenes (like invasion of privacy and being sneaky about it).  Ads are a way of learning about new products, and the benign use of advertising is okay with me, although I was raised with a bias against advertising and am still cynical about them and like to poke holes in them ;-}

Anyway, thanks again JD for all the effort put into your config setup.  And I will be making contributions, as soon as I get up to speed.

>>>>>>> tHe gEEksteR


--------------------
"All warfare is based on deception.
...to fight and conquer in all your battles is not supreme excellence:
supreme excellence consists in breaking the enemy's resistance without fighting." --The Art of War
--------------------
"All warfare is based on deception.
...to fight and conquer in all your battles is not supreme excellence:
supreme excellence consists in breaking the enemy's resistance without fighting." --The Art of War

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #114 on: August 22, 2002, 11:21:41 PM »
Hiya gEEksteR,

Welcome to the Proxo forums. Good to hear you find my config useful.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

geekster

  • Newbie
  • *
  • Posts: 11
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #115 on: August 23, 2002, 05:32:40 AM »
Hey JD5000:

I have a question that might be able to help me out with faster than trying to figure it out by myself.  It concerns the adlinks.  I noticed you've set your filtering up to completely remove all links to ads, like the banners, etc.  How could I change it so that only a link remains containing a short desc. of the ad and still keep everything else intact.  I want to be able to go to that site, but also I want all monitoring (webbugs, etc.) disabled, as well as redirected links.  In short, a direct link to the site, without the multimedia content and tracking.

I could probably figure it out myself, but I'm not familiar with your setup yet and I would rather spend the time getting my website up and running at this point.

Sincerely,

>>>>>>> tHe gEEksteR

--------------------
"All warfare is based on deception.
...to fight and conquer in all your battles is not supreme excellence:
supreme excellence consists in breaking the enemy's resistance without fighting." --The Art of War
--------------------
"All warfare is based on deception.
...to fight and conquer in all your battles is not supreme excellence:
supreme excellence consists in breaking the enemy's resistance without fighting." --The Art of War

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #116 on: August 23, 2002, 07:36:56 AM »
Hiya gEEksteR,

With my current config, that's not possible without quite a bit of work... My next update, should come close to what you want. I'll see if I can get it to what your asking for.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

lnminente

  • Jr. Member
  • **
  • Posts: 73
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
JD's config set (updated 08-12-02)
« Reply #117 on: August 26, 2002, 06:53:47 PM »
Hi JD500, my friend.
I'm back

I think that the filter "Exploit - Big Size Input {5.ex.ie} "
will never match, maybe would change the match code to that
"*size="[1|2|3|4|5|6|7|8|9]+{3,*}*"

Other thing, the filter "Bypass redirects in links {6.d}" fails with that code:
<a href="howitworks.htm" onClick="MM_nbGroup('down','group1','how_nav','http://www2.smsdriver.com/smsd/img/index_r2_c2_f2.jpg',1)" onMouseOver="MM_nbGroup('over','how_nav','http://www2.smsdriver.com/smsd/img/index_r2_c2_f2.jpg','http://www2.smsdriver.com/smsd/img/index_r2_c2_f2.jpg',1)" onMouseOut="MM_nbGroup('out')">
extracted from this URL: http://www.smsdriver.com/howitworks.htm

Other more, if you have doubts about "Remove specified OnMouseOver events"
this other is perfect for only status bar. (I think that is from Sidki)

Name = "Remove OnMouseovers: De-Obfuscator "
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(oth))"
Bounds = "<as*>|<i(mg|mage|nput)s*>|<body*>"
Limit = 512
Match = " onmouseover=($AV(*status=*))1 2"
Replace = " NoMouseOver=1 2"


And the last one. Maybe the filter "Block - Browser Info in JS (Browser & OS)" can make window_manipulation.js works bad. But i'm not sure, it's only a supposition.

Regards.

Edited by - lnminente on 26 Aug 2002  20:10:06
 

JD5000

  • Moderator
  • Full Member
  • *****
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
JD's config set (updated 08-12-02)
« Reply #118 on: August 26, 2002, 07:42:58 PM »
Hiya lnminente,

quote:
I think that the filter "Exploit - Big Size Input {5.ex.ie} "
will never match, maybe would change the match code to that
"*size="[1|2|3|4|5|6|7|8|9]+{3,*}*"


Yes, I think your right.

quote:
Other thing, the filter "Bypass redirects in links {6.d}" fails with that code:
<a href="howitworks.htm" onClick="MM_nbGroup('down','group1','how_nav','http://www2.smsdriver.com/smsd/ img/index_r2_c2_f2.jpg',1)" OnPheasantOver="MM_nbGroup('over','how_nav','http://www2.smsdriver.com/ smsd/img/index_r2_c2_f2.jpg','http://www2.smsdriver.com/smsd/img/index_r2_c2_f2.jpg',1)" onMouseOut="MM_nbGroup('out')">
extracted from this URL: http://www.smsdriver.com/howitworks.htm


I'll take a look right now.

quote:
Other more, if you have doubts about "Remove specified OnMouseOver events"
this other is perfect for only status bar. (I think that is from Sidki)

Name = "Remove OnMouseovers: De-Obfuscator "
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(oth))"
Bounds = "<as*>|<i(mg|mage|nput)s*>|<body*>"
Limit = 512
Match = " OnPheasantOver=($AV(*status=*))1 2"
Replace = " NoMouseOver=1 2"


I think I'm gonna stay with "Remove specified OnMouseOver events". I've been using it for awhile now, without problems.  

quote:
And the last one. Maybe the filter "Block - Browser Info in JS (Browser & OS)" can make window_manipulation.js works bad. But i'm not sure, it's only a supposition.


As long as you have "URL: Bypass selected - Web Filters (Out) {2.d}" enabled. The web filters should not touch the inserted files. I guess I should have mentioned that.. LoL

Thx for the input.

~JD

--------
Infopros Joint :: Computer Related Links And Discussion

CoolBeans

  • Newbie
  • *
  • Posts: 8
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://communities.msn.com/ANo1YankFan/
    • Email
JD's config set (updated 08-12-02)
« Reply #119 on: August 31, 2002, 08:00:17 PM »
Does that edit of the first post mean the new config is here?!?!?!


No pressure!