CastleCops, Internet Crime Fighters
Need help? Click here to register for free! Absolutely zero advertisements on this site!

$9736.22 of $21422.68
left sidedonated so farneed $11686.46 donated to reach our goalright side, our goal
Help CastleCops serve the community on new servers, Donate Here to reach our goal.

Donation/Premium
spacer
block bottom
Security Central
spacer
· Home
· PIRT/Fried Phish
· MIRT
· SIRT
· Deutsch
· Wiki
· Newsletter
· O16/ActiveX
· CLSID List
· Contest2007
· Downloads
· Feedback (send)
· Forums
· HijackThis
· Hijacktrend
· LSPs
· My Downloads
· O18
· O20
· O21
· O22
· O23
· O9
· Premium
· Private Messages
· Proxomitron
· Reviews
· Search
· StartupList
· Stories Archive
· Submit News
· WsIRT
· Your Account
· Acceptable Use Policy
block bottom
Survey
spacer
Was 2007 a good year?

Yes it was a wonderful year
Yes, but there is always room for improvement
Status quo
It was a challenge
Other (leave comment)



Results
Polls

Votes: 927
Comments: 25
block bottom
spacer spacer



[ Downloads Main | Add Download | New | Popular | Top Rated ]

Category: Main/Proxomitron


Sort Downloads by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Resources currently sorted by: Title (A to Z)


  altosax filter set 
Description: a stand alone filter set to use with proxomitron. because of some features, read carefully all readme files and what included in the lists.
Version: 2002.11.28 Filesize: 0 bytes
Added on: 10-Oct-2002 Downloads: 4543
HomePage | Rate Resource | Report Broken Link | Details

  Mike Blivs Proxomitron Configuration Mgr 
Description:

The Proxomitron Configuration Manager is as the name says.

Main Features:

  • Create multiple configurations that can be exported
  • Import existing configurations
  • Compares imported filters with similarly named filters in the database and lets you select which one to keep
  • Categorise filters

New Features for version 2.0:

  • Full VB app so it does not require MS Access 2000 to run
  • General Settings can be different per configuration
  • Active status of each filter can be different per configuration
  • Active status of web filters and In/Out status of header filters can be changed on the main screen
  • Imports and exports filter comments (text prefixed with "##" just above a filter)
  • Misc interface/usability changes

Version: 2.0 Filesize: 1.25 Kb
Added on: 15-Feb-2003 Downloads: 3265
HomePage | Rate Resource | Report Broken Link | Details

  Mike Blivs Proxomitron Configuration Mngr (V 1.6) 
Description: This program can be used to manage configurations for Proxomitron. Requires MS Access 2000 to be installed.

This program can be used to manage configurations for Proxomitron.

Requires MS Access 2000 to be installed.

Main Features:

- Create and compile multiple configurations that can be exported
- Import existing configuration files/filters
- Compares imported filters with similarly named filters in the database and lets you select which one to keep
- Easily see the active status of each filter
Version: 1.6 Filesize: 240.79 Kb
Added on: 31-Aug-2002 Downloads: 1894
HomePage | Rate Resource | Report Broken Link | Details

  Mike Blivs Proxomitron Configuration Mngr (V 1.7) 
Description: This program can be used to manage configurations for Proxomitron. The Proxomitron Configuration Manager requires MS Access 2000 to be installed. Main Features: - Create multiple configurations that can be exported - Import existing configurations - Compares imported filters with similarly named filters in the database and lets you select which one to keep - Categorise filters Main difference from the previous version is the ability to categorise filters. Note: Read the enclosed documentation for instructions if you are upgrading from a previous version
Version: 1.7 Filesize: 248.06 Kb
Added on: 07-Sep-2002 Downloads: 2122
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron EXE Unsupported Patch 4.5 
Description: The changes between this "patched" version and the *official* Naoko 4.5 release are minor as per the author. The file merge bug has been fixed including the proxy issues brought up by users in the 4.5 release. This is an unsupported release from the author himself, and he cautions that this is an unsupported, unofficial release of Proxomitron. The official release is the supported 4.5 package. Use at your own risk.
Version: 4.5 Filesize: 288.50 Kb
Added on: 05-Jun-2003 Downloads: 4445
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron filters tutorial #1 
Description: The Proxomitron Filters Tutorial Series "How speed up filtering and place filters in the right order"
Version: 10.06.2002 Filesize: 6 bytes
Added on: 24-Nov-2002 Downloads: 4353
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron filters tutorial #2 
Description: The Proxomitron Filters Tutorial Series "How write filters using an implied IF-THEN-ELSE structure"
Version: 09.05.2002 Filesize: 5 bytes
Added on: 24-Nov-2002 Downloads: 3282
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron filters tutorial #3 
Description: The Proxomitron Filters Tutorial Series "How write new filters with the help of a filter template"
Version: 09.07.2002 Filesize: 4 bytes
Added on: 24-Nov-2002 Downloads: 3292
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron Naoko 4.5 (EXE)  Popular
Description:

What's new in Naoko 4.5

  
* Try http://local.ptron/.pinfo/ - lots of stuff there ^_^
  (views can be customized via the Info.css in the html folder)
  
* Added ability to import/export filter to and from the windows
  clipboard. Right-click over either the web or header filter 
  lists - the import/export options are available in the context
  menu.

  Export will write any selected filters to the clipboard while
  import will insert filters from the clipboard's text. The format
  is the same as is used in Proxomitron's config files.

  There's also an option in the merge dialog to accept input from
  the clipboard rather than a file. It can be used to import any
  config file settings - just be sure to include the filter section
  headers with the text.
  
* Log window clipboard should be better behaved under NT/W2k/XP
  
* Proxomitron now has support for pre-request variables. These
  can be set anywhere (even in the headers) and checked later
  (say in the actual HTML).  Each request has it's own set, and
  is isolated from all other pages.
  
  - To set a variable use...
      $SET(variable=something)
  - To clear a variable use...
      $SET(variable=)
  - To get a variable's value use...
      $GET(variable)
  - To test a variable's value use...
      $TST(variable=match expression)
    or also just...
      $TST(variable)
    can be used in a match to see if the variable's contents match
    the current text. For example..
      src="http://$TST(myhost)/"
    note that this must be a literal match (except for case) - the variable's
    value isn't treated as a matching expression with wildcards and such.
    
  Unlike positional "1 2 # ..." style variables, $SET expands a named
  variable's value as soon as it's called (positional are expanded
  in the replace). That means named variables can be set to themselves
  and expanded - for instance...
  
  $SET(foo=$GET(foo) more stuff)   - adds to the end of "foo"
  $SET(foo=more stuff $GET(foo))   - adds to the start of "foo"
  $SET(foo=$GET(foo) 1)		   - adds value of "1" to the end of "foo"
  $SET(foo=$GET(foo)$GET(bar))     - adds value of "bar" to the end of "foo"

  $TST can also be used on good-old positional type variables  ... 9
  which allows you to do neat things like...
  
  <1s * </$TST(1)> 
    which matches...
  <any-tag > stuff </any-tag>
    but not...
  <any-tag > stuff </a-different-tag>

* "w" added to $DTM command for current weekday (thanks to a great observation
  by ScoJo that this can be used to create filters that are active only at
  certain times or on certain days :-)
   
  $SET(today=$DTM(w))
  $TST(today=(Sat|Sun))  

* size specifiers on runs ( like "[a]+{0,500}" ) can now range up to
  65535 rather than being limited to 255.  

* Error messages now call "Errors.css" in the html folder
  so you can customize the colors and fonts used
  
* Config name now shows in system tray tool tip (as per request ;-)

* Can now filter the CONNECT method used to establish 
  SSL pass-thru connections. That allows some minimal
  filtering (basic site blocking and bypass list host
  matching) even without using OpenSSL. CONNECT headers
  are now also visible in the log window (though keep 
  in mind they're only used by the proxy and not passed
  to the remote site).
  
* Bug fixed with $WESC not escaping closing parenthesis

* Added new DOM banner/container killer filter

* multi-part (push) content types not filtered by default

* Updated SSLeay/OpenSSL libraries used. Also added some basic 
  remote site certificate validation.  See readme.txt for 
  new details

* Fixed bug that could sometimes cause characters not to be 
  filtered in the tester window when the match was exactly 
  1 character long.

* $LOG() command can now open the log window if it's closed. 
  just include a "!" as the first character before the color 
  indicator...

  $LOG(!GLog Something green)

* Fixed "read overflow" bug (for real this time ;-)

* Fixed missing "&" in "Content-Type: Fix MIME types based on URL" 
  filter

* Altered Javascript filters to insert after the <!DOCTYPE ... >
  tag on webpages (works better for IE6)
  
* Pop-up filters are improved a bit and now use the external
  "WindowOpen.js" file in the html folder.
  
* $URL, $RESP, $IHDR, $OHDR, $TST all now work in the replacement
  section too (where they can be useful to capture values).

* Latest DOM banner blaster and container killer included
  this uses "DomConKiller.js" in the html folder
  
* Long command causing crash in NT/Win2k/XP fixed.

* Bug with long entries in log window fixed.

* Bug with handling certain malformed HTTP headers fixed.

* SSL socket reuse bug fixed (hopefully)

* h will now match hostnames that don't have a trailing slash like
  "http://foo.com"
  
* Proxy advanced options now allow a username with no password.

* Reloading a config no longer clears the debug flag.

* There's now an option to show to disable local file requests in the 
  log window.

* PriorityBoost = TRUE/FALSE flag has been added to the config. This is
  a bit experimental, but when true will boost the priority of filtering
  threads while allowing the main program to run at a normal level.
  It might help especially when browsers up their own priority which may
  starve Proxomitron for CPU time. Because of this I'd not recommend also
  running Proxomitron itself at high priority at first or it make make the
  thread priority too high; if you do, you may want to disable the boost.
  
* Changed 302 redirect handling a bit so Mozilla can process them
  faster (the latest Mozilla seems to pause for some time if some HTML isn't
  included with the redirect). 

* Other miscellaneous bugs fixed.


Version: Filesize: 1.35 MB
Added on: 26-May-2003 Downloads: 41289
HomePage | Rate Resource | Report Broken Link | Details

  Proxomitron Naoko 4.5 (ZIP)  Popular
Description:

What's new in Naoko 4.5

  
* Try http://local.ptron/.pinfo/ - lots of stuff there ^_^
  (views can be customized via the Info.css in the html folder)
  
* Added ability to import/export filter to and from the windows
  clipboard. Right-click over either the web or header filter 
  lists - the import/export options are available in the context
  menu.

  Export will write any selected filters to the clipboard while
  import will insert filters from the clipboard's text. The format
  is the same as is used in Proxomitron's config files.

  There's also an option in the merge dialog to accept input from
  the clipboard rather than a file. It can be used to import any
  config file settings - just be sure to include the filter section
  headers with the text.
  
* Log window clipboard should be better behaved under NT/W2k/XP
  
* Proxomitron now has support for pre-request variables. These
  can be set anywhere (even in the headers) and checked later
  (say in the actual HTML).  Each request has it's own set, and
  is isolated from all other pages.
  
  - To set a variable use...
      $SET(variable=something)
  - To clear a variable use...
      $SET(variable=)
  - To get a variable's value use...
      $GET(variable)
  - To test a variable's value use...
      $TST(variable=match expression)
    or also just...
      $TST(variable)
    can be used in a match to see if the variable's contents match
    the current text. For example..
      src="http://$TST(myhost)/"
    note that this must be a literal match (except for case) - the variable's
    value isn't treated as a matching expression with wildcards and such.
    
  Unlike positional "1 2 # ..." style variables, $SET expands a named
  variable's value as soon as it's called (positional are expanded
  in the replace). That means named variables can be set to themselves
  and expanded - for instance...
  
  $SET(foo=$GET(foo) more stuff)   - adds to the end of "foo"
  $SET(foo=more stuff $GET(foo))   - adds to the start of "foo"
  $SET(foo=$GET(foo) 1)		   - adds value of "1" to the end of "foo"
  $SET(foo=$GET(foo)$GET(bar))     - adds value of "bar" to the end of "foo"

  $TST can also be used on good-old positional type variables  ... 9
  which allows you to do neat things like...
  
  <1s * </$TST(1)> 
    which matches...
  <any-tag > stuff </any-tag>
    but not...
  <any-tag > stuff </a-different-tag>

* "w" added to $DTM command for current weekday (thanks to a great observation
  by ScoJo that this can be used to create filters that are active only at
  certain times or on certain days :-)
   
  $SET(today=$DTM(w))
  $TST(today=(Sat|Sun))  

* size specifiers on runs ( like "[a]+{0,500}" ) can now range up to
  65535 rather than being limited to 255.  

* Error messages now call "Errors.css" in the html folder
  so you can customize the colors and fonts used
  
* Config name now shows in system tray tool tip (as per request ;-)

* Can now filter the CONNECT method used to establish 
  SSL pass-thru connections. That allows some minimal
  filtering (basic site blocking and bypass list host
  matching) even without using OpenSSL. CONNECT headers
  are now also visible in the log window (though keep 
  in mind they're only used by the proxy and not passed
  to the remote site).
  
* Bug fixed with $WESC not escaping closing parenthesis

* Added new DOM banner/container killer filter

* multi-part (push) content types not filtered by default

* Updated SSLeay/OpenSSL libraries used. Also added some basic 
  remote site certificate validation.  See readme.txt for 
  new details

* Fixed bug that could sometimes cause characters not to be 
  filtered in the tester window when the match was exactly 
  1 character long.

* $LOG() command can now open the log window if it's closed. 
  just include a "!" as the first character before the color 
  indicator...

  $LOG(!GLog Something green)

* Fixed "read overflow" bug (for real this time ;-)

* Fixed missing "&" in "Content-Type: Fix MIME types based on URL" 
  filter

* Altered Javascript filters to insert after the <!DOCTYPE ... >
  tag on webpages (works better for IE6)
  
* Pop-up filters are improved a bit and now use the external
  "WindowOpen.js" file in the html folder.
  
* $URL, $RESP, $IHDR, $OHDR, $TST all now work in the replacement
  section too (where they can be useful to capture values).

* Latest DOM banner blaster and container killer included
  this uses "DomConKiller.js" in the html folder
  
* Long command causing crash in NT/Win2k/XP fixed.

* Bug with long entries in log window fixed.

* Bug with handling certain malformed HTTP headers fixed.

* SSL socket reuse bug fixed (hopefully)

* h will now match hostnames that don't have a trailing slash like
  "http://foo.com"
  
* Proxy advanced options now allow a username with no password.

* Reloading a config no longer clears the debug flag.

* There's now an option to show to disable local file requests in the 
  log window.

* PriorityBoost = TRUE/FALSE flag has been added to the config. This is
  a bit experimental, but when true will boost the priority of filtering
  threads while allowing the main program to run at a normal level.
  It might help especially when browsers up their own priority which may
  starve Proxomitron for CPU time. Because of this I'd not recommend also
  running Proxomitron itself at high priority at first or it make make the
  thread priority too high; if you do, you may want to disable the boost.
  
* Changed 302 redirect handling a bit so Mozilla can process them
  faster (the latest Mozilla seems to pause for some time if some HTML isn't
  included with the redirect). 

* Other miscellaneous bugs fixed.


Version: 4.5 Filesize: 1.08 MB
Added on: 26-May-2003 Downloads: 21477
HomePage | Rate Resource | Report Broken Link | Details



Select Page: 1 2   [ Next Page >> ]
spacer
Login
spacer
User Login

Nickname:
Password:
Security Code: Security Code
Type Security Code:
Usage signifies AUP acceptance
· New User? · Click here to create a registered account.
block bottom
Toolkit
spacer
· Email Virus Scan
· UDP Port Scanner
· TCP Port Scanner
· Trojan TCP Scan
· Reveal Your IP
· Algorithms
· Whois
· nmap port scanner
block bottom
Link To Us
spacer
CastleCops Button

More Banners
block bottom
Antiphishing
spacer
APWG Research Partner
block bottom
Microsoft MVP
spacer
Microsoft MVP
block bottom
Anti-Spyware Coalition
spacer
CastleCops is an Anti-Spyware Coalition Member.
block bottom
spacer spacer