DVB-Cube <<< Das deutsche PC und DVB-Forum >>>

PC-Ecke => # Security Center => Software (PC-Sicherheit) => Thema gestartet von: SiLæncer am 13 Januar, 2007, 17:15

Titel: Proxy-Server Software und entsprechende Tools...
Beitrag von: SiLæncer am 13 Januar, 2007, 17:15
"Sambar Server" ist ein leistungsstarker Proxy-Server zum Nulltarif.

Mit der Hilfe von "Sambar Server" kann man über nur eine Leitung in einem Netzwerk von mehreren PCs aus auf das Internet zugreifen. Die Freeware bietet nützliche Zusatzfeatures wie eine Suchfunktion, FTP-Support und HTML-basierte Konfiguration.

(http://img297.imageshack.us/img297/1565/sambar20serverkj0.jpg)

Quelle und Download : http://download.winboard.org/download.php?file=1092
Titel: Proxy-Server Squid ...
Beitrag von: SiLæncer am 17 Dezember, 2007, 12:48
Quelltext wurde in C++ neu geschrieben

Die Entwickler des Web-Proxy Squid haben die Version 3.0 veröffentlicht, die in großen Teilen neu geschrieben wurde. In diesem Zuge wurde auch der komplette Quellcode nach C++ konvertiert. Weiterhin ist die Implementierung des Internet Content Adaptation Protocols neu, mit dem sich HTTP-Daten einfach weiterleiten lassen.
Im Zuge der Umstellung auf C++ haben die Entwickler nicht nur die Interna des Proxy-Servers neu strukturiert, sondern auch einige Teile von Grund auf neu geschrieben. Hinzu kommt die Unterstützung von Internet Content Adaptation Protocol 1.0 (ICAP), womit Squid nun auch über dieses Protokoll zur Weiterleitung von HTTP-Daten kommunizieren kann. So können Daten beispielsweise auf Viren untersucht werden.

Auch Edge Side Includes (ESI) wurde nun implementiert, eine Markup-Sprache, mit der beispielsweise die Erstellung einer dynamischen Seite vom Webserver auf den Proxy verlagert werden kann. Welche Dienste bisher noch nicht auf Squid 3.0 portiert wurden sowie die Log- und Konifgurationsänderungen werden in den Release Notes aufgeführt. Auch die Konfigurationsanleitung für die Version 3.0 ist online verfügbar.

Die unter der GPLv2 oder neuer veröffentlichte Version Squid 3.0.STABLE1 steht ab sofort zum Download bereit.

http://www.squid-cache.org/Download/

Quelle : www.golem.de
Titel: Squid 3.0.21 erschienen
Beitrag von: SiLæncer am 30 Dezember, 2009, 15:29
Changes to squid-3.0.STABLE21 (22 Dec 2009):

   - Bug 2830: Clarify where NULL byte is in headers.
   - Bug 2778: Linking issues using SunCC
   - Bug 2395: FTP errors not displayed
   - Bug 2155: Assertion failures on malformed Content-Range response headers
   - Fix parsing and a few bugs in ACL time type
   - Fix RFC keep-alive compliance on intercepted replies
   - Improved security hardening on %nn parser
   - Replace several GCC-specific code snippets.

http://www.squid-cache.org/
Titel: Squid 3.0.22 erschienen
Beitrag von: SiLæncer am 01 Februar, 2010, 11:16
Changes to squid-3.0.STABLE22 (01 Feb 2010):

   - Regression Fix: Make Squid abort on all config parse failures.
   - Bug 2787: Reduce unexpected http status to non-critical warnings.
   - Bug 2496: Downloading some variants in full before relaying
   - Bug 2452: Add upper limit to external_acl_type entries.
   - Removed optional kerberos/spnegohelp/ library due to licensing issues
   - Add client_ip_max_connections
   - Handle DNS header-only packets as invalid.

http://www.squid-cache.org/
Titel: FreeProxy 4.10 Build 1750
Beitrag von: SiLæncer am 07 Februar, 2010, 11:41
FreeProxy is professional Freeware which channels requests for internet pages via a single computer and enables many computers to share an internet connection.

If you have dial-up internet access, you can use the Demand Dial or Auto-Dial feature to dial up the internet either when it detects you want to access the internet (demand) or maintain a strict schedule of connection times (auto). Works fast with Cable/Broadband.

FreeProxy is a proxy server with support for HTTP, SMTP, POP, FTP over HTTP, TCP Tunneling, NNTP and SOCKS5. It works with a wide range of clients including web browsers, ICQ, MSN Messenger and many others.

Features include user authentication to both an internal user database or to a windows domain, extensive reporting, resource permissions, URL filtering, IP address filtering, local port binding, on-demand dialing, calendar control, proxy chaining and numerous other features.

Licence: Freeware

http://www.handcraftedsoftware.org/
Titel: Squid 3.0.23 erschienen
Beitrag von: SiLæncer am 10 Februar, 2010, 09:52
Changes to squid-3.0.STABLE23 (02 Feb 2010):

   - Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1
   - Regression Fix: Build error in Kerberos helper after library removal.

http://www.squid-cache.org/
Titel: Privoxy 3.0.16
Beitrag von: SiLæncer am 21 Februar, 2010, 05:37
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

(http://www.heise.de/software/screenshots/3390.jpg)

--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
*** Version 3.0.16 stable ***

- Added the config file option handle-as-empty-doc-returns-ok to
  work around Firefox bug #492459, which causes Firefox to hang
  if JavaScripts are blocked in certain situations. The option is
  enabled in the default config file.
- Added the config file option default-server-timeout to control the
  assumed default server timeout. Since Privoxy no longer returns
  an error message for connection resets on reused client connections,
  assuming larger server timeout values appears to actually work
  pretty well as long as connections aren't shared.
- Added optional support for FreeBSD's accf_http(9). Use the
  configure option --enable-accept-filter to enable it.
- Added fancier Privoxy icons for win32. Contributed by Jeff H.
- In daemon mode, fd 0, 1 and 2 are bound to /dev/null.
- Resolve localhost using whatever address family the operating
  system feels like. Previous betas would try to use IPv4 as this
  is what most users expect, but this didn't work reliably on
  GNU/Linux systems.
- In the action lists on CGI pages, actions and their parameters are
  no longer separated with a space. The action file parser doesn't
  actually allow this and will throw an invalid syntax error if actions
  and parameters in the action files are separated. Not adding the
  spaces means copy and pasting CGI output into the action files works.
- The default keep-alive timeout has been reduced to 5 seconds to work
  around hangs in clients that treat the proxy like any other host and
  stop allowing any new connections if the "maximum number of
  connections per host" is reached.
- Several webbug URLs that look like they are leading to images are now
  blocked as image instead of empty documents. Doing the latter causes
  WebKit-based clients to show a "missing image" icon which may mess up
  the layout.
- The no-such-domain template is used for DNS resolution
  problems with FEATURE_IPV6_SUPPORT enabled. Previously the
  connect-failed template was used. Reported by 'zebul666'.
- Accepts quoted expiration dates even though RFC 2109 10.1.2
  doesn't seem to allow them. Reported anonymously.
- Don't try to forget connections if connection sharing is disabled.
  This wasn't a real problem but caused an unnecessary log message.
- The still undocumented --enable-extended-host-patterns configure
  option has a better description.
- Fixed an error message that would claim a write to the server
  failed when actually writing to the client failed.
- Log the crunch reason before trying to write to the client.
  The log is easier to read that way.
- Several log messages about client connections also mention
  the socket number.
- handle-as-empty-document no longer depends on the image blocking
  code being enabled.
- Privoxy-Log-Parser is roughly 40% faster in highlighting mode.
- uagen, a Firefox User-Agent generator for Privoxy and Mozilla
  browsers has been imported and is available in the tarball's
  tools directory.
- The scripts in the tools directory treat unknown parameters
  as fatal errors.

http://www.privoxy.org/
Titel: FreeProxy 4.10 Build 1751
Beitrag von: SiLæncer am 27 März, 2010, 08:00
FreeProxy is professional Freeware which channels requests for internet pages via a single computer and enables many computers to share an internet connection.If you have dial-up internet access, you can use the Demand Dial or Auto-Dial feature to dial up the internet either when it detects you want to access the internet (demand) or maintain a strict schedule of connection times (auto). Works fast with Cable/Broadband.

FreeProxy is a proxy server with support for HTTP, SMTP, POP, FTP over HTTP, TCP Tunneling, NNTP and SOCKS5. It works with a wide range of clients including web browsers, ICQ, MSN Messenger and many others.Features include user authentication to both an internal user database or to a windows domain, extensive reporting, resource permissions, URL filtering, IP address filtering, local port binding, on-demand dialing, calendar control, proxy chaining and numerous other features.

V4.10 Build 1751, 27 March 2010
Fix: Corrected version information being displayed by the control centre.
Ignore the message in the popup box "The version of the config file just loaded has been adapted from a previous version.....in program path". No conversion is necessary. This message is displayed because the freeproxy detected an older version in the file you have loaded. To avoid further occurrances of this message, save the file.
NOTE: Version 4 DOES NOT IMPORT A VERSION 3 CONFIG FILE.
Please read "Your First Actions" above.

Licence: Freeware

http://www.handcraftedsoftware.org/
Titel: BFilter for Windows 1.1.4
Beitrag von: SiLæncer am 15 Juni, 2010, 21:10
BFilter is a filtering web proxy. It was originally intended for removing banner ads only, but since then its capabilities have been greatly extended. Unlike most of the similar tools, it doesn't rely on blacklists (although it does support them). The problem with blacklists is that advertisers are always one step ahead. You see an ad slip through, you update your blacklist, and in case it didn't help, you add a new entry yourself.

(http://images.betanews.com/screenshots/1173644444-1.png)

Latest Changes

- Youtube works again
- Bypass mode now correctly disables the blocklist
- Fixed a crash on "disk full" condition
- The heuristic analizer was improved
- The JavaScript engine was updated
- Some new experimental filters where added

Freeware

http://bfilter.sourceforge.net/
Titel: Proxy Switcher 3.0.0
Beitrag von: SiLæncer am 16 Juni, 2010, 09:49
Wechselt nach einmaliger Konfiguration auf Wunsch zwischen verschiedenen Proxykonfigurationen; es können Bedingungen eingegeben werden, bei deren Erfüllung das Programm automatisch bestimmte Konfigurationen lädt, etwa nach Einstecken eines Netzwerkkabels oder nach Entdecken einer WLAN-Verbindung, alternativ manuell über den System Tray; ist für Internet Explorer und Firefox geeignet.

(http://projects2.mwiedemeyer.de/ProxySwitcher/SiteAssets/SitePages/Home-en/screen-en.JPG)

kostenlos

http://projects2.mwiedemeyer.de/ProxySwitcher/SitePages/Home-en.aspx
Titel: Der Antivirenproxy HAVP
Beitrag von: SiLæncer am 16 Juni, 2010, 21:17
Mit dem freien Proxy HAVP und kostenlosen Virenscannern für Linux verringert man das Risiko, beim Surfen mit einem Windows-PC einem Angriff zum Opfer zu fallen. Einen bestehenden Linux-Server vorausgesetzt,  ist der Schutz in wenigen Schritten realisiert.

"Vier Augen sehen mehr als zwei", sagt der Volksmund und meint damit, dass einer allein keine kritischen Aufgaben erledigen sollte. Ahnliches gilt für Virenscanner: Je mehr unterschiedliche Scanner eine Datei oder Inhalte es dem Internet untersuchen, desto größer die Wahrscheinlichkeit, eine mögliche Infektion zu entdecken. Auf Windows-Systemen ist die parallele Installation der Produkte verschiedener Hersteller allerdings keine gute Idee, weil diese sich in der Regel ins Gehege kommen und das System möglicherweise sogar unbrauchbar wird. Sinnvoller ist es, zusätzliche Virentests auszulagern und beispielsweise einen separaten Virenscanner für den Dateiserver einzusetzen. Darüber hinaus kann ein Webproxy mit integriertem Virenscanner zusätzlichen Schutz bieten, von dem alle PCs in einem Heimnetz einem kleineren Firmennetz profitieren.

HTTP Antivirus Proxy (HAVP) ist ein solcher Proxy, der von Haus aus die Einbindung mehrerer, parallel arbeitender Scanner unterstützt, darunter auch freie und für den Privatgebrauch kostenlose. Mit wenigen Befehlen sind etwa auf einem aktuellen Ubuntu-System (10.04) HAVP und weitere Scanner installiert und betriebsbereit.

Der Proxy schaltet sich in die Verbindung zwischen Webbrowser und Webserver und legt die übertragenen Daten zunächst auf der Festplatte in einer Datei ab. Anschließend übergibt HAVP deren Pfad an die konfigurierten Virencanner und wertet deren Analyse aus. Bei einem Virenfund zeigt er dem Anwender statt der Web-Seite oder des Downloads eine voreingestellte Virenwarnung an.

HAVP und der freie Virenscanner ClamAV sind in den aktuellen Versionen bereits in den Ubuntu-Repositories enthalten. Aber auch in den Paketquellen anderer Linux-Distributionen wie Debian und Mandriva sind die Pakete zu finden. In OpenSuse und Fedora fehlt das fertige HAVP-Paket, dort muss man den Quellcode selbst übersetzen und die Dateien anschließend installieren.

Zur Installation von ClamAV genügt unter Ubuntu sudo apt-get install clamav und anschließend der einmalige manuelle Aufruf sudo freshclam zum Aktualisieren der Signaturen. Damit hat man sofort aktuelle Signaturen, fortan lädt der Dienst aber automatisch einmal täglich neue Signaturen herunter. Anschließend installiert man HAVP mit sudo apt-get install havp. Ubuntu startet HAVP zwar, allerdings mit einer nicht angepassten Konfigurationsdatei. Diese öffnet man mit sudo nano /etc/havp/havp.conf. Damit HAVP über das Netz erreichbar ist und nicht nur lokal Verbindungen entgegen nimmt, muss man den Eintrag BIND_ADRESS 127.0.0.1 mit einem Hash-Zeichen auskommentieren. Durch Setzen der Option ENABLECLAMLIB true weiß HAVP, dass er den ClamAV-Scanner über die Bibliotheksfunktion nutzen kann – Scanner anderer, von HAVP unterstützter Scanner horchen entweder auf TCP-Ports oder auf Unix-Domain-Sockets.

Mit sudo /etc/init.d/havp restart übernimmt HAVP die geänderte Konfiguration. Für einen ersten Test trägt man im Webbrowser als Proxy die Adresse des Servers und als Port 8080 ein. Ein Aufruf der Testdateien auf Eicar.org sollte nun eine Warnung von HAVP im Browserfenster provozieren, dass ClamAV einen Virus entdeckt hat. Soweit so gut, leider rangiert ClamAV mit seiner Erkennungsleistung ziemlich weit hinten. Glücklicherweise unterstützt HAVP in Version 0.91 auch die für Privatanwender kostenlose Linux-Version des Scanners von AVG Technologies – und dessen Scanleistung kann sich schon eher sehen lassen.

Doppeldecker

Der AVG-Scanner steht unter anderem als Tarball hier http://free.avg.com/gb-en/download.prd-afl bereit. Der Befehl tar xfvz avg85flx-r812-a3371.i386.tar.gz entpackt den Tarball in das Unterverzeichnis avg85flx-r812-a3371.i386. Zur Installation wechselt man in das Verzeichnis und startet das Setup mit sudo ./install.sh. Im folgenden Dialog nickt man alle Fragen respektive Vorschläge einfach ab und startet anschließend mit sudo /etc/init.d/avgd start den AVG-Dienst. Dieser verwaltet diverse weitere Dienste, wie den auf einem TCP-Port horchenden Scan-Dienst avgscand und den einmal täglich ausgeführten Aktualisierungsdienst avgupdate. Wie schon bei ClamAV lädt man mit sudo avgupdate die aktuellen Muster einmal von Hand herunter.

Anschließend muss man die Konfiguration von HAVP erneut anpassen. Mit der Option ENABLEAVG true in /etc/havp/havp.conf leitet HAVP Daten künftig auch an den AVG-Scanner weiter. Mit den Optionen AVGSERVER 127.0.0.1 und AVGPORT 54322 weiß der Proxy zudem, wohin er die Daten schicken muss. Ein Neustart von HAVP mit sudo /etc/init.d/havp restart aktiviert die neuen Einstellungen. Beim einem Aufruf der Testdateien auf Eicar.org meldet HAVP dann einen Befund durch ClamAV und AVG.

Kaskade

HAVP unterstützt neben ClamAV und AVG auch die Linux-Versionen weiterer Hersteller wie Avast, F-Prot, Sophos, Kaspersky und Trend Micro. Von Avast und F-Prot gibt es zwar sogar ebenfalls kostenlose Scanner für den privaten Gebrauch, allerdings handelt es sich dabei um reine Desktopversionen, die HAVP nicht ohne weiteres einbinden kann. Abgesehen von der Clamlib-Unterstützung erwartet der Proxy, dass ein Scanner entweder auf einem lokalen Netzwerkport Daten entgegen nimmt oder auf einem sogenannten Unix Domain respektive IPC Socket lauscht. Die Produkte von Avast, F-Prot, Sophos, Kaspersky und Trend Micro unterstützen dies jedoch erst in den kommerziellen Versionen etwa für für Mail-Gateways und so weiter.

Denkbar wäre es, den On-Demand-Scanner von Avast oder F-Prot über ein zusätzliches Programm an einen Domain Socket zu koppeln. Das Programm müsste dazu die im Rahmen des zwischen HAVP und Socket-Scanner übergebenen Befehle entgegen nehmen und damit den On-Demand-Scanner füttern.  Avast hat die von seinen Scannern unterstützten Befehle beispielsweise hier veröffentlicht. Das Ergebnis des Scans liefert das Programm gemäß Befehlsliste an HAVP zurück.

Je mehr Virenscanner nach Schädlingen suchen, desto größer auch die Resourcenbelastung des Systems. Da auf vielen Server-Systemen oftmals aber nur ein Webserver oder ein Dateiserver wie Samba laufen, sollte dies kein Problem sein. Auch wird die Scandauer durch mehrere Virenscanner nicht länger, da die Scan-Prozesse nach Angaben des Entwicklers Christian Hilgers parallel laufen. Zudem werden Anfragen durch Browser auf mehrere Proxy-Prozesse verteilt.

Feintuning und Einschränkungen

Aktuell unterstützt HAVP keine https-Verbindungen, das heißt, er kann nicht in die verschlüsselten Verbindung reinschauen, um übertragene Schädlinge zu erkennen. Glücklicherweise werden bislang nur in Sonderfällen Trojaner und Viren über SSL-gesicherte Verbindungen übertragen. HAVP arbeitet zudem nicht als Web-Cache; wer darauf Wert legt, kann HAVP mit dem Caching-Proxy Squid in Reihe schalten. HAVP sieht dafür diverse Konfigurationsmöglichkeiten vor. Die Konfigurationsdatei von HAVP ist aufgrund der ausführlichen Kommentare selbst erklärend.

HAVP lässt sich zudem als transparenter Zwangsproxy verwenden, sodass er auch http-Verkehr der Browser filtert, ohne dass diese in den Einstellungen einen Proxy eingetragen haben. Dazu muss HAVP aber auf einem Router-System an der Netzgrenzen arbeiten, auf dem beispielsweise eine iptables-Regel den eingehenden Webverkehr von Port 80 auf Port 8080 umleitet. Vorschläge für die notwendigen iptables-Regel finden sich beispielsweise hier. Zusätzlich muss man in der havp.conf noch die Option TRANSPARENT auf true setzen.

HAVP unterstützt auch Blacklists für URLs, mit denen sich beispielsweise im heimischen Netz ein rudimentärer Kinderschutzfilter implementieren ließe. Mit Einstellungen zur maximalen Größe einer Datei, Rückhaltepuffern und ob Bilder gescannt werden sollen, kann der Anwender störende Hakler beim Surfen ausbügeln. Denn HAVP liest zunächst eine gewisse Menge von Byte zum Scannen ein, bevor er sie an den Browser weitereicht. Dass kann auf einigen Seiten zu unschönen Wartezeiten führen, etwa auf Youtube. Alternativ lässt sich aber Youtube in die HAVP-Whitelist als Site eintragen, die vom Virenscan ausgeschlossen ist. Damit verringert man zwar die Latenz, erhöht aber ein wenig das Risiko.

Die von HAVP bei Virenfunden oder DNS-Fehler angezeigten Seiten lassen sich auch auf die deutsche Sprache einstellen. Dazu muss in der Konfiguration die Variable TEMPLATEPATH auf /etc/havp/templates/de gesetzt sein. Wer möchte, kann die dort abgelegten Vorlagen nach seinen eigenen Wünschen inhaltlich und gestalterisch anpassen.

Mit HAVP legt man die Latte für Schädlinge aus dem Web zwar ein ordentliches Stück höher, zaubern kann die Lösung aber auch nicht. Letztlich ist sie auf aktuelle Signaturen der Antivirernhersteller angewiesen – und das wird immer mehr zum Problem. Erstes Gebot lautet also weiterhin: Alle (Web-)Anwendungen aktuell halten und Augen auf beim Surfen.

Quelle : http://www.heise.de/security/
Titel: Proxomitron 4.51-S-3.3.2
Beitrag von: SiLæncer am 27 Juni, 2010, 14:14
Proxomitron ist ein völlig frei konfigurierbares, regelbasiertes Filterprogramm für Webseiten.

Im Gegensatz zu vielen herkömmlichen Web-Filterprogrammen arbeitet Proxomitron nicht gegen den Benutzer, sondern für ihn. Proxomitron ist kein Zensurfilter oder "Kinderschutzprogramm".

Während man im Web unterwegs ist läuft Proxomitron als lokaler HTTP-Proxy im Hintergrund. Er verarbeitet den Datenstrom zwischen Browser und Internet gemäß der vom Benutzer festgelegten Filterregeln. Durch die Möglichkeit, Webseiten während der Übertragung nahezu beliebig zu bearbeiten, bietet Proxomitron seinem Benutzer umfassende Kontroll- und Einflussmöglichkeiten auf das Erscheinungsbild und die Funktionen der von ihm besuchten Webseiten.

Als offenes Filtersystem besitzt Proxomitron keinen festen Funktionsumfang, sondern kann vom Benutzer jederzeit mit zusätzlichen Filterdefinitionen erweitert und angepasst werden. Natürlich muss auch mit Proxomitron nicht jeder das Rad neu erfinden. Die standardmäßig in den Distributionspaketen enthaltenen Filter bieten bereits eine Vielzahl an Anpassungs- und Konfigurationsmöglichkeiten, durch die die häufigsten Anwendungsgebiete schon abgedeckt sind.

Freeware

http://www.buerschgens.de/Prox/index.html
Titel: Proxy Switcher 3.1
Beitrag von: SiLæncer am 20 Juli, 2010, 09:42
==================
3.1 - 19.07.2010
==================

[FIX] Problem beim Proxy deaktivieren in Firefox
[FEATURE] Manuelles Umschalten der Netzwerke im Kontextmenü
[FEATURE] Windows 7 Jumplist Support
[FEATURE] Möglichkeit eine Netzwerkkonfiguration nur an ein bestimmtes Interface zu binden
[FEATURE] Drag & Drop zum umsortieren der Netzwerke. Dies beeinflusst die Reihenfolge der Erkennung.

http://projects2.mwiedemeyer.de/ProxySwitcher/SitePages/Home-en.aspx
Titel: Squid 3.1.51 erschienen
Beitrag von: SiLæncer am 31 Juli, 2010, 21:17
Changes to squid-3.1.5.1 (28 Jul 2010):

- Update Libtool to 2.2.
- Bug 2985: search scope for digest_ldap_auth didn't work
- Bug 2972: LTDL 2.2.6b compile errors
- Bug 2963: Stop ignoring --with-valgrind-debug failures
- Bug 2885: AIX support: several fixes
- Bug 2651: crash handling NULL write callback
- Fixed several memory leaks related to Range requests
- Fixed Joomla DB auth handling
- Fixed SASL helper build checks
- Fixed several IPv6 portability problems
- Updated error page translations

http://www.squid-cache.org/
Titel: Polipo 1.0.4.1
Beitrag von: SiLæncer am 18 August, 2010, 08:58
IPv6-tauglicher Proxy-Server mit optionaler Latenzreduktion.

(http://www.heise.de/software/screenshots/76615.jpg)

Lizenz: Open Source

http://www.pps.jussieu.fr/~jch/software/polipo/
Titel: AnalogX Proxy Server 4.15
Beitrag von: SiLæncer am 26 August, 2010, 15:04
http-Proxy für das lokale Netz.

(http://www.heise.de/software/screenshots/t27556.jpg)

kostenlos

http://www.analogx.com/contents/download/network/proxy.htm
Titel: Proxy Switcher 3.2
Beitrag von: SiLæncer am 03 September, 2010, 14:48
Wechselt nach einmaliger Konfiguration auf Wunsch zwischen verschiedenen Proxykonfigurationen; es können Bedingungen eingegeben werden, bei deren Erfüllung das Programm automatisch bestimmte Konfigurationen lädt, etwa nach Einstecken eines Netzwerkkabels oder nach Entdecken einer WLAN-Verbindung; ist für Internet Explorer und Firefox geeignet.

(http://www.heise.de/software/screenshots/61028.jpg)

kostenlos

http://projects2.mwiedemeyer.de/ProxySwitcher/SitePages/Home-en.aspx
Titel: Jana Server 2.5.0.173
Beitrag von: SiLæncer am 15 Oktober, 2010, 07:43
Der Jana Server ist ein umfangreicher Proxy unter anderem für HTTP, FTP und SOCKS4/5. Ähnlich wie Hamster kann er aber auch Mails von externen Accounts abholen und via POP3 den Rechnern im lokalen Netz zur Verfügung stellen; der Mailer lässt sich auch zum Versenden interner Mails sowie zum Weiterreichen der Mails ins Internet nutzen. Damit wird der Windows-Rechner am DSL-, ISDN- oder Analog-Modem zum vollwertigen Internet-Gateway für das lokale Netz. Der eingebaute Webserver versteht Perl/CGI- , PHP3/4- und ASP-Skripte und kann zum Austesten und Ausliefern von Webseiten oder zum Aufbau eines Intranet dienen.

(http://www.heise.de/software/screenshots/489.jpg)

kostenlos

http://www.janaserver.de/
Titel: Jana Server 2.5.0.185
Beitrag von: SiLæncer am 08 Juli, 2011, 07:00
Zitat
- Es wurde ein Sicherheitsloch gefunden, durch das sich aus den Administrations-Seiten heraus jede beliebige Datei herunterladen läst.
- Das sperren von Domainnamen im Proxy-Server kann jetzt mit einem Wildcard (*) verbessert werden. Beispiel: www.*test*.de sperrt alle Domainnamen die im 2. Teil des Domainnamens ein "test" enthält.

http://www.janaserver.de/
Titel: ChrisPC Free Anonymous Proxy / ASProxyWing
Beitrag von: SiLæncer am 10 Juli, 2011, 17:10
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

(http://images.six.betanews.com/screenshots/1298029256-1.jpg)

Freeware

http://proxy.chris-pc.com/
Titel: JanaServer 2 2.5.1.189
Beitrag von: SiLæncer am 26 August, 2011, 19:32
Der Jana Server ist ein umfangreicher Proxy unter anderem für HTTP, FTP und SOCKS4/5. Ähnlich wie Hamster kann er aber auch Mails von externen Accounts abholen und via POP3 den Rechnern im lokalen Netz zur Verfügung stellen; der Mailer lässt sich auch zum Versenden interner Mails sowie zum Weiterreichen der Mails ins Internet nutzen. Damit wird der Windows-Rechner am DSL-, ISDN- oder Analog-Modem zum vollwertigen Internet-Gateway für das lokale Netz. Der eingebaute Webserver versteht Perl/CGI- , PHP3/4- und ASP-Skripte und kann zum Austesten und Ausliefern von Webseiten oder zum Aufbau eines Intranet dienen.

(http://www.heise.de/software/screenshots/489.jpg)

kostenlos

Whats new>>

    Fehler im IMAP Server behoben, so dass "Roundcube" nun auch die Anhänge einer Mail richtig anzeigt
    Im HTTP Server werden nun alle HTTP Header an CGI übergeben
    Möglicher Absturz im DNS Proxy behoben
    Im IMAP Server können benutzerdefinierte Flags benutzt werden

http://www.janaserver.de/
Titel: Re: ChrisPC Free Anonymous Proxy 1.40
Beitrag von: Micke am 19 November, 2011, 20:18
1) Mich würde mal interessieren ob jemand ausserhalb Schwedens damit alle Filme auf http://svtplay.se/ (http://svtplay.se/) sehen kann? -Sweden- ist ja mit in deren Proxy-Liste und die Filme sollten doch eigentlich laufen? Sonst hat "SVT" da noch `ne andere Bremse eingebaut?  
 
2) Warum muss ich dann immer manuell nach dem Beenden des Programmes im Fox unter "Netzwerk" wieder "Kein Proxy" anklicken damit ich wieder eine Verbindung bekomme? Hab`s mit "Automatische Ident..." vesucht, geht nicht!

Wäre nett wenn das jemand mal testen würde!
Ich hab`s nämlich verpasst (dieses) in Spanien zu probieren...  :prost  
Titel: Re: ChrisPC Free Anonymous Proxy 1.40
Beitrag von: Micke am 20 November, 2011, 19:54
Also...die Lösung für Punkt 2) ist... (http://getfoxyproxy.org/images/menu-top.gif)... http://getfoxyproxy.org/ (http://getfoxyproxy.org/)
Wechselt mit aktiviertem "Anonymous Proxy" ruckizucki per Rechtsklick zwischen "Standard" und "Proxy".  ;Beifall

Nur bei Punkt 1) bin ich etwas skeptisch. Die Filme laufen bei mir mit oder ohne "Proxy", aber da ich mich ja selber in Schweden ans Netz anschließe, traue ich dem Frieden da noch nicht so recht!
Die Frage ob´s im Ausland funktioniert steht somit noch in den Sternen.  :hmm
   
Titel: Re: ChrisPC Free Anonymous Proxy 1.40
Beitrag von: SiLæncer am 20 November, 2011, 20:47
Da ich mich längere Zeit mit Proxies & Co rumgeschlagen habe ...

Hier mal meine persönliche Meinung zu dem Proxygedöns...

Wer nur ab und zu mal gewisse Seiten besuchen oder mal ein Youtube Video sehen möchte ...ist mit sowas sicherlich ganz gut bedient ... ansonsten kann ich euch nur empfehlen sich mal einen der vielen (leider) kostenpflichtigen VPN Anbieter anzuschauen ...dort (z.B. GlobalVPN oder CyberGhost VPN) bekommt ihr für ein paar €uronen im Monat (6-7-8) einen zuverlässigen , schnellen VPN-Zugang zu diversen Auslandsservern ...die ihr getrost auch fürs Filesharing etc. nutzen könnt ;)
Titel: Re: ChrisPC Free Anonymous Proxy 1.40
Beitrag von: Micke am 21 November, 2011, 11:40
Nun mal langsam :fr
...das ganze "Proxygedöns" im Forum ist ja wohl nicht `auf meinem Mist gewachsen´.

Ich wollte eigentlich nur wissen ob mitt...
                              (http://img705.imageshack.us/img705/7277/proxyg.png)
...bei http://svtplay.se/ (http://svtplay.se/) die urheberrechtlich geschützten Filme bei euch überhaupt starten.  :hmm

Das mit kostenpflichtigen VPN Anbietern, Geschwindigkeiten ...usw, ist eine ganz anderes Thema und kommt dann ev. erst in zweiter Hand.
 
Titel: Privoxy 3.0.18
Beitrag von: SiLæncer am 23 November, 2011, 14:30
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

(http://www.heise.de/software/screenshots/3390.jpg)

--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
*** Version 3.0.18 stable ***

- Bug fixes:
  - If a generated redirect URL contains characters RFC 3986 doesn't
    permit, they are (re)encoded. Not doing this makes Privoxy versions
    from 3.0.5 to 3.0.17 susceptible to HTTP response splitting (CWE-113)
    attacks if the +fast-redirects{check-decoded-url} action is used.
  - Fix a logic bug that could cause Privoxy to reuse a server
    socket after it got tainted by a server-header-tagger-induced
    block that was triggered before the whole server response had
    been read. If keep-alive was enabled and the request following
    the blocked one was to the same host and using the same forwarding
    settings, Privoxy would send it on the tainted server socket.
    While the server would simply treat it as a pipelined request,
    Privoxy would later on fail to properly parse the server's
    response as it would try to parse the unread data from the
    first response as server headers for the second one.
    Regression introduced in 3.0.17.
  - When implying keep-alive in client_connection(), remember that
    the client didn't. Fixes a regression introduced in 3.0.13 that
    would cause Privoxy to wait for additional client requests after
    receiving a HTTP/1.1 request with "Connection: close" set
    and connection sharing enabled.
    With clients which terminates the client connection after detecting
    that the whole body has been received it doesn't really matter,
    but with clients that don't the connection would be kept open until
    it timed out.
  - Fix a subtle race condition between prepare_csp_for_next_request()
    and sweep(). A thread preparing itself for the next client request
    could briefly appear to be inactive.
    If all other threads were already using more recent files,
    the thread could get its files swept away under its feet.
    So far this has only been reproduced while stress testing in
    valgrind while touching action files in a loop. It's unlikely
    to have caused any actual problems in the real world.
  - Disable filters if SDCH compression is used unless filtering is forced.
    If SDCH was combined with a supported compression algorithm, Privoxy
    previously could try to decompress it and ditch the Content-Encoding
    header even though the SDCH compression wasn't dealt with.
    Reported by zebul666 in #3225863.
  - Make a copy of the --user value and only mess with that when splitting
    user and group. On some operating systems modifying the value directly
    is reflected in the output of ps and friends and can be misleading.
    Reported by zepard in #3292710.
  - If forwarded-connect-retries is set, only retry if Privoxy is actually
    forwarding the request. Previously direct connections would be retried
    as well.
  - Fixed a small memory leak when retrying connections with IPv6
    support enabled.
  - Remove an incorrect assertion in compile_dynamic_pcrs_job_list()
    It could be triggered by a pcrs job with an invalid pcre
    pattern (for example one that contains a lone quantifier).
  - If the --user argument user[.group] contains a dot, always bail out
    if no group has been specified. Previously the intended, but undocumented
    (and apparently untested), behaviour was to try interpreting the whole
    argument as user name, but the detection was flawed and checked for '0'
    instead of '\0', thus merely preventing group names beginning with a zero.
  - In html_code_map[], use a numeric character reference instead of &apos;
    which wasn't standardized before XHTML 1.0.
  - Fix an invalid free when compiled with FEATURE_GRACEFUL_TERMINATION
    and shut down through http://config.privoxy.org/die
  - In get_actions(), fix the "temporary" backwards compatibility hack
    to accept block actions without reason.
    It also covered other actions that should be rejected as invalid.
    Reported by Billy Crook.

- General improvements:
  - Privoxy can (re)compress buffered content before delivering
    it to the client. Disabled by default as most users wouldn't
    benefit from it.
  - The +fast-redirects{check-decoded-url} action checks URL
    segments separately. If there are other parameters behind
    the redirect URL, this makes it unnecessary to cut them off
    by additionally using a +redirect{} pcrs command.
    Initial patch submitted by Jamie Zawinski in #3429848.
  - When loading action sections, verify that the referenced filters
    exist. Currently missing filters only result in an error message,
    but eventually the severity will be upgraded to fatal.
  - Allow to bind to multiple separate addresses.
    Patch set submitted by Petr Pisar in #3354485.
  - Set socket_error to errno if connecting fails in rfc2553_connect_to().
    Previously rejected direct connections could be incorrectly reported
    as DNS issues if Privoxy was compiled with IPv6 support.
  - Adjust url_code_map[] so spaces are replaced with %20 instead of '+'
    While '+' can be used by client's submitting form data, this is not
    actually what Privoxy is using the lookups for. This is more of a
    cosmetic issue and doesn't fix any known problems.
  - When compiled without FEATURE_FAST_REDIRECTS, do not silently
    ignore +fast-redirect{} directives
  - Added a workaround for GNU libc's strptime() reporting negative
    year values when the parsed year is only specified with two digits.
    On affected systems cookies with such a date would not be turned
    into session cookies by the +session-cookies-only action.
    Reported by Vaeinoe in #3403560
  - Fixed bind failures with certain GNU libc versions if no non-loopback
    IP address has been configured on the system. This is mainly an issue
    if the system is using DHCP and Privoxy is started before the network
    is completely configured.
    Reported by Raphael Marichez in #3349356.
    Additional insight from Petr Pisar.
  - Privoxy log messages now use the ISO 8601 date format %Y-%m-%d.
    It's only slightly longer than the old format, but contains
    the full date including the year and allows sorting by date
    (when grepping in multiple log files) without hassle.
  - In get_last_url(), do not bother trying to decode URLs that do
    not contain at least one '%' sign. It reduces the log noise and
    a number of unnecessary memory allocations.
  - In case of SOCKS5 failures, dump the socks response in the log message.
  - Simplify the signal setup in main().
  - Streamline socks5_connect() slightly.
  - In socks5_connect(), require a complete socks response from the server.
    Previously Privoxy didn't care how much data the server response
    contained as long as the first two bytes contained the expected
    values. While at it, shrink the buffer size so Privoxy can't read
    more than a whole socks response.
  - In chat(), do not bother to generate a client request in case of
    direct CONNECT requests. It will not be used anyway.
  - Reduce server_last_modified()'s stack size.
  - Shorten get_http_time() by using strftime().
  - Constify the known_http_methods pointers in unknown_method().
  - Constify the time_formats pointers in parse_header_time().
  - Constify the formerly_valid_actions pointers in action_used_to_be_valid().
  - Introduce a GNUMakefile MAN_PAGE variable that defaults to privoxy.1.
    The Debian package uses section 8 for the man page and this
    should simplify the patch.
  - Deduplicate the INADDR_NONE definition for Solaris by moving it to jbsockets.h
  - In block_url(), ditch the obsolete workaround for ancient Netscape versions
    that supposedly couldn't properly deal with status code 403.
  - Remove a useless NULL pointer check in load_trustfile().
  - Remove two useless NULL pointer checks in load_one_re_filterfile().
  - Change url_code_map[] from an array of pointers to an array of arrays
    It removes an unnecessary layer of indirection and on 64bit system reduces
    the size of the binary a bit.
  - Fix various typos. Fixes taken from Debian's 29_typos.dpatch by Roland Rosenfeld.
  - Add a dok-tidy GNUMakefile target to clean up the messy HTML
    generated by the other dok targets.
  - GNUisms in the GNUMakefile have been removed.
  - Change the HTTP version in static responses to 1.1
  - Synced config.sub and config.guess with upstream
    2011-11-11/386c7218162c145f5f9e1ff7f558a3fbb66c37c5.
  - Add a dedicated function to parse the values of toggles. Reduces duplicated
    code in load_config() and provides better error handling. Invalid or missing
    toggle values are now a fatal error instead of being silently ignored.
  - Terminate HTML lines in static error messages with \n instead of \r\n.
  - Simplify cgi_error_unknown() a bit.
  - In LogPutString(), don't bother looking at pszText when not
    actually logging anything.
  - Change ssplit()'s fourth parameter from int to size_t.
    Fixes a clang complaint.
  - Add a warning that the statistics currently can't be trusted.
    Mention Privoxy-Log-Parser's --statistics option as
    an alternative for the time being.
  - In rfc2553_connect_to(), start setting cgi->error_message on error.
  - Change the expected status code returned for http://p.p/die depending
    on whether or not FEATURE_GRACEFUL_TERMINATION is available.
  - In cgi_die(), mark the client connection for closing.
    If the client will fetch the style sheet through another connection
    it gets the main thread out of the accept() state and should thus
    trigger the actual shutdown.
  - Add a proper CGI message for cgi_die().
  - Don't enforce a logical line length limit in read_config_line().
  - Slightly refactor server_last_modified() to remove useless gmtime*() calls.
  - In get_content_type(), also recognize '.jpeg' as JPEG extension.
  - Add '.png' to the list of recognized file extensions in get_content_type().
  - In block_url(), consistently use the block reason "Request blocked by Privoxy"
    In two places the reason was "Request for blocked URL" which hides the
    fact that the request got blocked by Privoxy and isn't necessarily
    correct as the block may be due to tags.
  - In listen_loop(), reload the configuration files after accepting
    a new connection instead of before.
    Previously the first connection that arrived after a configuration
    change would still be handled with the old configuration.
  - In chat()'s receive-data loop, skip a client socket check if
    the socket will be written to right away anyway. This can
    increase the transfer speed for unfiltered content on fast
    network connections.
  - The socket timeout is used for SOCKS negotiations as well which
    previously couldn't timeout.
  - Don't keep the client connection alive if any configuration file
    changed since the time the connection came in. This is closer to
    Privoxy's behaviour before keep-alive support for client connection
    has been added and also less confusing in general.
  - Treat all Content-Type header values containing the pattern
    'script' as a sign of text. Reported by pribog in #3134970.

- Action file improvements:
  - Moved the site-specific block pattern section below the one for the
    generic patterns so for requests that are matched in both, the block
    reason for the domain is shown which is usually more useful than showing
    the one for the generic pattern.
  - Remove -prevent-compression from the fragile alias. It's no longer
    used anywhere by default and isn't known to break stuff anyway.
  - Add a (disabled) section to block various Facebook tracking URLs.
    Reported by Dan Stahlke in #3421764.
  - Add a (disabled) section to rewrite and redirect click-tracking
    URLs used on news.google.com.
    Reported by Dan Stahlke in #3421755.
  - Unblock linuxcounter.net/.
    Reported by Dan Stahlke in #3422612.
  - Block 'www91.intel.com/' which is used by Omniture.
    Reported by Adam Piggott in #3167370.
  - Disable the handle-as-empty-doc-returns-ok option and mark it as deprecated.
    Reminded by tceverling in #2790091.
  - Add ".ivwbox.de/" to the "Cross-site user tracking" section.
    Reported by Nettozahler in #3172525.
  - Unblock and fast-redirect ".awin1.com/.*=http://".
    Reported by Adam Piggott in #3170921.
  - Block "b.collective-media.net/".
  - Widen the Debian popcon exception to "qa.debian.org/popcon".
    Seen in Debian's 05_default_action.dpatch by Roland Rosenfeld.
  - Block ".gemius.pl/" which only seems to be used for user tracking.
    Reported by johnd16 in #3002731. Additional input from Lee and movax.
  - Disable banners-by-size filters for '.thinkgeek.com/'.
    The filter only seems to catch pictures of the inventory.
  - Block requests for 'go.idmnet.bbelements.com/please/showit/'.
    Reported by kacperdominik in #3372959.
  - Unblock adainitiative.org/.
  - Add a fast-redirects exception for '.googleusercontent.com/.*=cache'.
  - Add a fast-redirects exception for webcache.googleusercontent.com/.
  - Unblock http://adassier.wordpress.com/ and http://adassier.files.wordpress.com/.

- Filter file improvements:
  - Let the yahoo filter hide '.ads'.
  - Let the msn filter hide overlay ads for Facebook 'likes' in search
    results and elements with the id 's_notf_div'. They only seem to be
    used to advertise site 'enhancements'.
  - Let the js-events filter additionally disarm setInterval().
    Suggested by dg1727 in #3423775.

- Documentation improvements:
  - Clarify the effect of compiling Privoxy with zlib support.
    Suggested by dg1727 in #3423782.
  - Point out that the SourceForge messaging system works like a black
    hole and should thus not be used to contact individual developers.
  - Mention some of the problems one can experience when not explicitly
    configuring an IP addresses as listen address.
  - Explicitly mention that hostnames can be used instead of IP addresses
    for the listen-address, that only the first address returned will be
    used and what happens if the address is invalid.
    Requested by Calestyo in #3302213.

- Log message improvements:
  - If only the server connection is kept alive, do not pretend to
    wait for a new client request.
  - Remove a superfluous log message in forget_connection().
  - In chat(), properly report missing server responses as such
    instead of calling them empty.
  - In forwarded_connect(), fix a log message nobody should ever see.
  - Fix a log message in socks5_connect(), a failed write operation
    was logged as failed read operation.
  - Let load_one_actions_file() properly complain about a missing
    '{' at the beginning of the file.
    Simply stating that a line is invalid isn't particularly helpful.
  - Do not claim to listen on a socket until Privoxy actually does.
    Patch submitted by Petr Pisar #3354485
  - Prevent a duplicated LOG_LEVEL_CLF message when sending out
    the "no-server-data" response.
  - Also log the client socket when dropping a connection.
  - Include the destination host in the 'Request ... marked for
    blocking. limit-connect{...} doesn't allow CONNECT ...' message
    Patch submitted by Saperski in #3296250.
  - Prevent a duplicated log message if none of the resolved IP
    addresses were reachable.
  - In connect_to(), do not pretend to retry if forwarded-connect-retries
    is zero or unset.
  - When a specified user or group can't be found, put the name in
    single-quotes when logging it.
  - In rfc2553_connect_to(), explain getnameinfo() errors better.
  - Remove a useless log message in chat().
  - When retrying to connect, also log the maximum number of connection
    attempts.
  - Rephrase a log message in compile_dynamic_pcrs_job_list().
    Divide the error code and its meaning with a colon. Call the pcrs
    job dynamic and not the filter. Filters may contain dynamic and
    non-dynamic pcrs jobs at the same time. Only mention the name of
    the filter or tagger, but don't claim it's a filter when it could
    be a tagger.
  - In a fatal error message in load_one_actions_file(), cover both
    URL and TAG patterns.
  - In pcrs_strerror(), properly report unknown positive error code
    values as such. Previously they were handled like 0 (no error).
  - In compile_dynamic_pcrs_job_list(), also log the actual error code as
    pcrs_strerror() doesn't handle all errors reported by pcre.
  - Don't bother trying to continue chatting if the client didn't ask for it.
    Reduces log noise a bit.
  - Make two fatal error message in load_one_actions_file() more descriptive.
  - In cgi_send_user_manual(), log when rejecting a file name due to '/' or '..'.
  - In load_file(), log a message if opening a file failed.
    The CGI error message alone isn't too helpful.
  - In connection_destination_matches(), improve two log messages
    to help understand why the destinations don't match.
  - Rephrase a log message in serve(). Client request arrival
    should be differentiated from closed client connections now.
  - In serve(), log if a client connection isn't reused due to a
    configuration file change.
  - Let mark_server_socket_tainted() always mark the server socket tainted,
    just don't talk about it in cases where it has no effect. It doesn't change
    Privoxy's behaviour, but makes understanding the log file easier.

- configure:
  - Added a --disable-ipv6-support switch for platforms where support
    is detected but doesn't actually work.
  - Do not check for the existence of strerror() and memmove() twice
  - Remove a useless test for setpgrp(2). Privoxy doesn't need it and
    it can cause problems when cross-compiling.
  - Rename the --disable-acl-files switch to --disable-acl-support.
    Since about 2001, ACL directives are specified in the standard
    config file.
  - Update the URL of the 'Removing outdated PCRE version after the
    next stable release' posting. The old URL stopped working after
    one of SF's recent site "optimizations". Reported by Han Liu.

- Privoxy-Regression-Test:
  - Added --shuffle-tests option to increase the chances of detection race conditions.
  - Added a --local-test-file option that allows to use Privoxy-Regression-Test without Privoxy.
  - Added tests for missing socks4 and socks4a forwarders.
  - The --privoxy-address option now works with IPv6 addresses containing brackets, too.
  - Perform limited sanity checks for parameters that are supposed to have numerical values.
  - Added a --sleep-time option to specify a number of seconds to
    sleep between tests, defaults to 0.
  - Disable the range-requests tagger for tests that break if it's enabled.
  - Log messages use the ISO 8601 date format %Y-%m-%d.
  - Fix spelling in two error messages.
  - In the --help output, include a list of supported tests and their default levels.
  - Adjust the tests to properly deal with FEATURE_TOGGLE being disabled.

- Privoxy-Log-Parser:
  - Perform limited sanity checks for command line parameters that
    are supposed to have numerical values.
  - Implement a --unbreak-lines-only option to try to revert MUA breakage.
  - Accept and highlight: Added header: Content-Encoding: deflate
  - Accept and highlight: Compressed content from 29258 to 8630 bytes.
  - Accept and highlight: Client request arrived in time on socket 21.
  - Highlight: Didn't receive data in time: a.fsdn.com:443
  - Accept log messages with ISO 8601 time stamps, too.

- uagen:
  - Bump generated Firefox version to 8.0.
  - Only randomize the release date if the new --randomize-release-date
    option is enabled. Firefox versions after 4 use a fixed date string
    without meaning.

http://www.privoxy.org/
Titel: ChrisPC Free Anonymous Proxy 1.60
Beitrag von: SiLæncer am 03 Dezember, 2011, 06:00
Whats new: >>

Improved anonymous proxy connection for some countries.
Small fixes and improvements.

http://proxy.chris-pc.com/
Titel: Privoxy 3.0.19
Beitrag von: SiLæncer am 27 Dezember, 2011, 14:20
--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
*** Version 3.0.19 Stable ***

- Bug fixes:

  - Prevent a segmentation fault when de-chunking buffered content.
    It could be triggered by malicious web servers if Privoxy was
    configured to filter the content and running on a platform
    where SIZE_T_MAX isn't larger than UINT_MAX, which probably
    includes most 32-bit systems. On those platforms, all Privoxy
    versions before 3.0.19 appear to be affected.
    To be on the safe side, this bug should be presumed to allow
    code execution as proving that it doesn't seems unrealistic.
  - Do not expect a response from the SOCKS4/4A server until it
    got something to respond to. This regression was introduced
    in 3.0.18 and prevented the SOCKS4/4A negotiation from working.
    Reported by qqqqqw in #3459781.

- General improvements:

  - Fix an off-by-one in an error message about connect failures.
  - Use a GNUMakefile variable for the webserver root directory and
    update the path. Sourceforge changed it which broke various
    web-related targets.
  - Update the CODE_STATUS description.

http://www.privoxy.org/
Titel: SafeSquid Personal 3.4.6.4
Beitrag von: SiLæncer am 05 März, 2012, 22:00
SafeSquid is a Content Filtering Proxy Server. SafeSquid has a BROWSER BASED INTERFACE. SafeSquid offers arguably, worlds biggest set of Content Filtering features. SafeSquid's multi-threaded architecture, delivers industry's FASTEST THROUGHPUT, even while providing extreme content analysis and security. SafeSquid has an intelligent DNS cache, an extremely manageable content CACHING system, and configurable content pre-fetching that allows fast browsing of often viewed web-sites.

(http://images.six.betanews.com/screenshots/1233801612-1.jpg)

SafeSquid Personal is a full-featured, 3-user, FREE edition, with no time limit.

Latest Changes

- A flaw that caused https transactions to break abnormally was fixed

http://www.safesquid.com/
Titel: Proxy Finder Software 1.0
Beitrag von: SiLæncer am 09 März, 2012, 21:30
Proxy Finder Software will automatically find proxy servers from several well known public sites. Application also verify proxies, as a result you'll have only fresh alive proxy list. Proxy finder software is very fast, you'll obtain more than 200 fresh alive proxies just in several seconds (Note, this depends on you internet connection speed).

(http://images.six.betanews.com/screenshots/1330882249-1.png)

Freeware

http://freesoft80.com/products/proxy-finder-software.html
Titel: ASProxyWing 0.8.0 Alpha
Beitrag von: SiLæncer am 14 März, 2012, 20:30
ASProxyWing is a free application which allows the user to surf the net anonymously. When using ASProxyWing, not only is your identity hidden but you will be able to escape filters and firewalls from an internet connection. The purpose of ASProxyWing is spreading freedom on the net, but this proxy can be used for any purposes. ASProxyWing is not responsible for your activities.

(http://images.six.betanews.com/screenshots/scaled/1328816993-1.jpg)

Open Source

Version 0.8.0 alpha 2012/03/14

+ Client/Server
* New: Users authentication.
* New: Transferred data encryption.
* New: More secure encryptions.
* Change: Linux and MacOS Support is dropped (due lack of user).
* Change: Older versions support is dropped.

+ Client
* New: Encrypt transferred data in specified servers.

+ Server
* New: Able to define different users.
* Fix: Server name reset on identify requests.

http://asproxywing.sourceforge.net/
Titel: ASProxyWing 0.8.5 Alpha
Beitrag von: SiLæncer am 10 Juli, 2012, 05:30
(http://images.six.betanews.com/screenshots/scaled/1328816993-1.jpg)
ASProxyWing is a free application which allows the user to surf the net anonymously. When using ASProxyWing, not only is your identity hidden but you will be able to escape filters and firewalls from an internet connection. The purpose of ASProxyWing is spreading freedom on the net, but this proxy can be used for any purposes. ASProxyWing is not responsible for your activities.

Open Source

http://asproxywing.sourceforge.net/
Titel: ChrisPC Free Anonymous Proxy 3.10
Beitrag von: SiLæncer am 14 September, 2012, 17:00
Latest Changes

- Improved Expat Internet Browsing Mode - Watch UK, USA, German, Canadian, French, Italian and Spanish TV, live or on demand, wherever you are, easy & accessible, using your TV, laptop or PC. Start watching iPlayer abroad, ITV Player abroad & many more ch
- Improved proxy connections for TV.com, CBS, RTE Player, TF1, M6, W9, Wilmaa and more
- Added support for Windows 8 RTM
- Other small fixes and improvements

http://proxy.chris-pc.com/
Titel: JanaServer 2 2.5.2.211
Beitrag von: SiLæncer am 29 September, 2012, 07:30
(http://www.heise.de/software/screenshots/489.jpg)
Der Jana Server ist ein umfangreicher Proxy unter anderem für HTTP, FTP und SOCKS4/5. Ähnlich wie Hamster kann er aber auch Mails von externen Accounts abholen und via POP3 den Rechnern im lokalen Netz zur Verfügung stellen; der Mailer lässt sich auch zum Versenden interner Mails sowie zum Weiterreichen der Mails ins Internet nutzen. Damit wird der Windows-Rechner am DSL-, ISDN- oder Analog-Modem zum vollwertigen Internet-Gateway für das lokale Netz. Der eingebaute Webserver versteht Perl/CGI- , PHP3/4- und ASP-Skripte und kann zum Austesten und Ausliefern von Webseiten oder zum Aufbau eines Intranet dienen.

Lizenz: Freeware (nur für privaten Gebrauch)

Whats new>>

-  Die Netzwerksfunktionen wurden überarbeitet (Bitte alle Funktionen testen)
-  SSL IMAP Server kann seperat eingeschaltet werden und der Port kann wie eingestellt werden.
-  Login mit TB10 bei SSL/TLS wurde korregiert. Dadurch wurde im Login einiges geändert. Bitte gut Testen!
-  HTML Mails mit Anhängen wurden im TB falsch angezeigt. MIME Code wurde angezeigt.
-  iPhone IMAP löste einen Parser error im IMAP aus.
-  Achtung! Selbst definierte IMAP Flags wurden seither in jedem Verzeichnis gespeichert. Diese werden in zukunft zentral verwaltet, so dass beim verschieben / kopieren die Flags erhalten bleiben. DURCH DIESE ÄNDERUNG GEHEN ALLE BESTEHENDE FLAGS(IMAP) DER MAILS VERLOREN!
-  Noch eine Änderung bei den IMAP Flags.
-  Timeouts für POP und SMTP Verbindungen auf 10 min. erhöht.
-  Update des Sqlite Modules auf die akt. Version

http://www.janaserver.de/
Titel: ASProxyWing 0.9.0 Alpha
Beitrag von: SiLæncer am 10 November, 2012, 21:03
(http://images.six.betanews.com/screenshots/scaled/1328816993-1.jpg)
ASProxyWing is a free application which allows the user to surf the net anonymously. When using ASProxyWing, not only is your identity hidden but you will be able to escape filters and firewalls from an internet connection. The purpose of ASProxyWing is spreading freedom on the net, but this proxy can be used for any purposes. ASProxyWing is not responsible for your activities.

Open Source

Version 0.8.0 alpha 2012/03/14

+ Client/Server
* New: Extra high secure SSL conenction encryption which will prevent Man-In-Middle ssl connection address from sniffers.
   Both client and server should be updated in order to enable this option. (According to reports came from Iranian users.)

+ Client:
* New: Before failing in startup, checks all of the found servers.
* Change: Less annoying update notice.
* Change: Servers sorting method is changed for the "Put cutsom servers on the top of all servers".

+ Server:
* New: Manual server update through Administration UI.

http://asproxywing.sourceforge.net/
Titel: Squid 3.2.5
Beitrag von: SiLæncer am 12 Dezember, 2012, 16:48
Changes to squid-3.2.5 (10 Dec 2012):

- Bug 3698: Add missing include of errno.h

Changes to squid-3.2.4 (03 Dec 2012):

- Ported: urllogin ACL from squid 2.7
- Bug 3688: Lots of Orphan Comm:Connections to ICAP server
- Bug 3677: Port un-pinning logic changes from squid 3.3
- Bug 3405: ssl_crtd crashes failing to remove certificate
- ... and major bugs fixed in squid 3.1.22
- Fix accept_filter on Linux
- Remove 'Bungled' warning on missing component directives
- ... and many buffer and memory leak issues in the bundled helpers
- ... and a small amount of code polishing

Changes to squid-3.2.3 (21 Oct 2012):

- Regression: SMP crashes on startup with workers > 1
- Bug 3655: pinning failure breaks NTLM and Negotiate authentication
- SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
- HTTP/1.1: honour Cache-Control before Pragma:no-cache
- HTTP/1.1: Cache-Control compliance upgrade
- Remove obsoleted refresh_pattern ignore-no-cache option
- Fix IPv6 enabled squidclient
- ... and several compile fixes

Changes to squid-3.2.2 (06 Oct 2012):

- Regression: Make login=PASS send no credentials when none available
- Regression: Handle dstdomain duplicates and overlapping names better
- Bug 3661: Segmentation fault when using more than 1 worker
- Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
- Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
- Bug 3648: polish String class files
- Bug 3647: parsing hier_code acl fails
- Bug 3626: forwarding loops on intercepted traffic
- Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
- Bug 3609: several RADIUS helper improvements
- Bug 3605: memory leak in Negotiate authentication
- Fix small memory leak in src ACL parse
- Fix maximum_single_addr_tries upgrade
- Fix chunked encoding on responses carrying a Content-Range header.
- Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
- ... and several compile errors

Changes to squid-3.2.1 (15 Aug 2012):

- Bug 3605: memory leak in peer selection
- Bug 3478: better default handling without -DSTRICT_ORIGINAL_DST
- ... and some documentation updates

http://www.squid-cache.org/
Titel: ChrisPC Free Anonymous Proxy 3.50
Beitrag von: SiLæncer am 14 Dezember, 2012, 19:00
Latest Changes

- Added support for Opera browser
- Improved proxy connection speed for some countries
- Other small fixes and improvements

http://proxy.chris-pc.com/
Titel: Privoxy 3.0.20 Beta
Beitrag von: SiLæncer am 26 Januar, 2013, 10:00
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

(http://www.heise.de/software/screenshots/3390.jpg)

               Announcing Privoxy 3.0.20 beta
--------------------------------------------------------------------

This is a beta release that introduces new features and fixes a
couple of bugs. One new feature (tolerate-pipelining) is enabled
in the default configuration, depending on the feedback it may be
disabled in the next release.

--------------------------------------------------------------------
ChangeLog for Privoxy
--------------------------------------------------------------------
*** Version 3.0.20 Beta ***

- Bug fixes:
  - Client sockets are now properly shutdown and drained before being
    closed. This fixes page truncation issues with clients that aggressively
    pipeline data on platforms that otherwise discard already written data.
    The issue mainly affected Opera users and was initially reported
    by Kevin in #3464439, szotsaki provided additional information to track
    down the cause.
  - Fix latency calculation for shared connections (disabled by default).
    It was broken since their introduction in 2009. The calculated latency
    for most connections would be 0 in which case the timeout detection
    failed to account for the real latency.
  - Reject URLs with invalid port. Previously they were parsed incorrectly and
    characters between the port number and the first slash were silently
    dropped as shown by curl test 187.
  - The default-server-timeout and socket-timeout directives accept 0 as
    valid value.
  - Fix a race condition on Windows that could cause Privoxy to become
    unresponsive after toggling it on or off through the taskbar icon.
    Reported by Tim H. in #3525694.
  - Fix the compilation on Windows when configured without IPv6 support.
  - Fix an assertion that could cause debug builds to abort() in case of
    socks5 connection failures with "debug 2" enabled.
  - Fix an assertion that could cause debug builds to abort() if a filter
    contained nul bytes in the replacement text.

- General improvements:
  - Significantly improved keep-alive support for both client and server
    connections.
  - New debug log level 65536 which logs all actions that were applied to
    the request.
  - New directive client-header-order to forward client headers in a
    different order than the one in which they arrived.
  - New directive tolerate-pipelining to allow client-side pipelining.
    If enabled (3.0.20 beta enables it by default), Privoxy will keep
    pipelined client requests around to deal with them once the current
    request has been served.
  - New --config-test option to let Privoxy exit after checking whether or not
    the configuration seems valid. The limitations noted in TODO #22 and #23
    still apply. Based on a patch by Ramkumar Chinchani.
  - New limit-cookie-lifetime{} action to let cookies expire before the end
    of the session. Suggested by Rick Sykes in #1049575.
  - Increase the hard-coded maximum number of actions and filter files from
    10 to 30 (each). It doesn't significantly affect Privoxy's memory usage
    and recompiling wasn't an option for all Privoxy users that reached the
    limit.
  - Add support for chunk-encoded client request bodies. Previously
    chunk-encoded request bodies weren't guaranteed to be forwarded correctly,
    so this can also be considered a bug fix although chunk-encoded request
    bodies aren't commonly used in the real world.
  - Add support for Tor's optimistic-data SOCKS extension, which can reduce the
    latency for requests on newly created connections. Currently only the
    headers are sent optimistically and only if the client request has already
    been read completely which rules out requests with large bodies.
  - After preventing the client from pipelining, don't signal keep-alive
    intentions. When looking at the response headers alone, it previously
    wasn't obvious from the client's perspective that no additional responses
    should be expected.
  - Stop considering client sockets tainted after receiving a request with body.
    It hasn't been necessary for a while now and unnecessarily causes test
    failures when using curl's test suite.
  - Allow HTTP/1.0 clients to signal interest in keep-alive through the
    Proxy-Connection header. While such client are rare in the real world, it
    doesn't hurt and couple of curl tests rely on it.
  - Only remove duplicated Content-Type headers when filters are enabled.
    If they are not it doesn't cause ill effects and the user might not want it.
    Downgrade the removal message to LOG_LEVEL_HEADER to clarify that it's not
    an error in Privoxy and is unlikely to cause any problems in general.
    Anonymously reported in #3599335.
  - Set the socket option SO_LINGER for the client socket.
  - Move several variable declarations to the beginning of their code block.
    It's required when compiling with gcc 2.95 which is still used on some
    platforms. Initial patch submitted by Simon South in #3564815.
  - Optionally try to sanity-check strptime() results before trusting them.
    Broken strptime() implementations have caused problems in the past and
    the most recent offender seems to be FreeBSD's libc (standards/173421).
  - When filtering is enabled, let Range headers pass if the range starts at
    the beginning. This should work around (or at least reduce) the video
    playback issues with various Apple clients as reported by Duc in #3426305.
  - Do not confuse a client hanging up with a connection time out. If a client
    closes its side of the connection without sending a request line, do not
    send the CLIENT_CONNECTION_TIMEOUT_RESPONSE, but report the condition
    properly.
  - Allow closing curly braces as part of action values as long as they are
    escaped.
  - On Windows, the logfile is now written before showing the GUI error
    message which blocks until the user acknowledges it.
    Reported by Adriaan in #3593603.
  - Remove an unreasonable parameter limit in the CGI interface. The new
    parameter limit depends on the memory available and is currently unlikely
    to be reachable, due to other limits in both Privoxy and common clients.
    Reported by Andrew on ijbswa-users@.
  - Decrease the chances of parse failures after requests with unsupported
    methods were sent to the CGI interface.

- Action file improvements:
  - Remove the comment that indicated that updated default.action versions
    are released on their own.
  - Block 'optimize.indieclick.com/' and 'optimized-by.rubiconproject.com/'
  - Unblock 'adjamblog.wordpress.com/' and 'adjamblog.files.wordpress.com/'.
    Reported by Ryan Farmer in #3496116.
  - Unblock '/.*Bugtracker'. Reported by pwhk in #3522341.
  - Add test URLs for '.freebsd.org' and '.watson.org'.
  - Unblock '.urbandictionary.com/popular'.
  - Block '.adnxs.com/'.
  - Block 'farm.plista.com/widgetdata.php'.
  - Block 'rotation.linuxnewmedia.com/'.
  - Block 'reklamy.sfd.pl/'. Reported by kacperdominik in #3399948.
  - Block 'g.adspeed.net/'.
  - Unblock 'websupport.wdc.com/'. Reported by Adam Piggot in #3577851.
  - Block '/openx/www/delivery/'.
  - Disable fast-redirects for '.googleapis.com/'.
  - Block 'imp.double.net/'. Reported by David Bo in #3070411.
  - Block 'gm-link.com/' which is used for email tracking.
    Reported by David Bo in #1812733.
  - Verify that requests to "bwp." are blocked. URL taken from #1736879
    submitted by Francois Marier.
  - Block '/.*bannerid='. Reported by Adam Piggott in #2975779.
  - Block 'cltomedia.info/delivery/' and '.adexprt.com/'.
    Anonymously reported in #2965254.
  - Block 'de17a.com/'. Reported by David Bo in #3061472.
  - Block 'oskar.tradera.com/'. Reported by David Bo in #3060596.
  - Block '/scripts/webtrends\.js'. Reported by johnd16 in #3002729.
  - Block requests for 'pool.*.adhese.com/'. Reported by johnd16 in #3002716.
  - Update path pattern for Coremetrics and add tests.
    Pattern and URLs submitted by Adam Piggott #3168443.
  - Enable +fast-redirects{check-decoded-url} for 'tr.anp.se/'.
    Reported by David Bo in #3268832.
  - Unblock '.conrad.se/newsletter/banners/'. Reported by David Bo in #3413824.
  - Block '.tynt.com/'. Reported by Dan Stahlke in #3421767.
  - Unblock '.bbci.co.uk/radio/'. Reported by Adam Piggott in #3569603.
  - Block requests to 'service.maxymiser.net/'.
    Reported by johnd16 in #3118401 (with a previous URL).
  - Disable fast-redirects for Google's "let's pretend your computer is
    infected" page.
  - Unblock '/.*download' to resolve actionsfile feedback #3498129.
    Submitted by Steven Kolins (soundcloud.com not working).
  - Unblock '.wlxrs.com/' which is required by hotmail.com.
    Fixes #3413827 submitted by David Bo.
  - Add two unblock patterns for popup radio and TV players.
    Submitted by Adam Piggott in #3596089.

- Filter file improvements & bug fixes:
  - Add a referer tagger.
  - Reduce the likelihood that the google filter messes up HTML-generating
    JavaScript. Reported by Zeno Kugy in #3520260.

- Documentation improvements:
  - Revised all OS X sections due to new packaging module (OSXPackageBuilder).
  - Update the list of supported operating systems to clarify that all Windows
    versions after 95 are expected to work and note that the platform-specific
    code for AmigaOS and QNX currently isn't maintained.
  - Update 'Signals' section, the only explicitly handled signals are SIGINT,
    SIGTERM and SIGHUP.
  - Add Haiku to the list of operating systems on which Privoxy is known to
    run.
  - Add DragonFly to the list of BSDs on which Privoxy is known to run.
  - Removed references to redhat-specific documentation set since it no longer
    exists.
  - Removed references to building PDFs since we no longer do so.
  - Multiple listen-address directives are supported since 3.0.18, correct the
    documentation to say so.
  - Remove bogus section about long and short being preferable to int.
  - Corrected some Internet JunkBuster references to Privoxy.
  - Removed references to www.junkbusters.com since it is no longer
    maintained. Reported by Angelina Matson.
  - Various grammar and spelling corrections
  - Add a client-header-tagger{} example for disabling filtering for range
    requests.
  - Correct a URL in the "Privoxy with Tor" FAQ.
  - Spell 'refresh-tags' correctly. Reported by Don in #3571927.
  - Sort manpage options alphabetically.
  - Remove an incorrect sentence in the toggle section. The toggle state
    doesn't affect whether or not the Windows version uses the tray icon.
    Reported by Zeno Kugy in #3596395.
  - Add new contributors since 3.0.19.

- Log message improvements:
  - When stopping to watch a client socket due to pipelining, additionally log
    the socket number.
  - Log the client socket and its condition before closing it. This makes it
    more obvious that the socket actually gets closed and should help when
    diagnosing problems like #3464439.
  - In case of SOCKS5 failures, do not explicitly log the server's response.
    It hasn't helped so far and the response can already be logged by enabling
    "debug 32768" anyway. This reverts v1.81 and the follow-up bug fix v1.84.
  - Relocate the connection-accepted message from listen_loop() to serve().
    This way it's printed by the thread that is actually serving the
    connection which is nice when grepping for thread ids in log files.

- Code cleanups:
  - Remove compatibility layer for versions prior to 3.0 since it has been
    obsolete for more than 10 years now.
  - Remove the ijb_isupper() and ijb_tolower() macros from parsers.c since
    they aren't used in this file.
  - Removed the 'Functions declared include:' comment sections since they tend
    to be incomplete, incorrect and out of date and the benefit seems
    questionable.
  - Various comment grammar and comprehensibility improvements.
  - Remove a pointless fflush() call in chat(). Flushing all streams pretty
    much all the time for no obvious reason is ridiculous.
  - Relocate ijb_isupper()'s definition to project.h and get the ijb_tolower()
    definition from there, too.
  - Relocate ijb_isdigit()'s definition to project.h.
  - Rename ijb_foo macros to privoxy_foo.
  - Add malloc_or_die() which will allow to simplify code paths where malloc()
    failures don't need to be handled gracefully.
  - Add strdup_or_die() which will allow to simplify code paths where strdup()
    failures don't need to be handled gracefully.
  - Replace strdup() calls with strdup_or_die() calls where it's safe and
    simplifies the code.
  - Fix white-space around parentheses.
  - Add missing white-space behind if's and the following parentheses.
  - Unwrap a memcpy() call in resolve_hostname_to_ip().
  - Declare pcrs_get_delimiter()'s delimiters[] static const.
  - Various optimisations to remove dead code and merge inefficient code
    structures for improved clarity, performance or code compactness.
  - Various data type corrections.
  - Change visibility of several code segments when compiling without
    FEATURE_CONNECTION_KEEP_ALIVE enabled for clarity.
  - In pcrs_get_delimiter(), do not use delimiters outside the ASCII range.
    Fixes a clang complaint.
  - Fix an error message in get_last_url() nobody is supposed to see.
    Reported by Matthew Fischer in #3507301.
  - Fix a typo in the no-zlib-support complaint. Patch submitted by Matthew
    Fischer in #3507304.
  - Shorten ssplit()'s prototype by removing the last two arguments. We always
    want to skip empty fields and ignore leading delimiters, so having
    parameters for this only complicates the API.
  - Use an enum for the type of the action value.
  - Rename action_name's member takes_value to value_type as it isn't used as
    boolean.
  - Turn family mismatches in match_sockaddr() into fatal errors.
  - Let enlist_unique_header() verify that the caller didn't pass a header
    containing either \r or \n.
  - Change the hashes used in load_config() to unsigned int. That's what
    hash_string() actually returns and using a potentially larger type
    is at best useless.
  - Use privoxy_tolower() instead of vanilla tolower() with manual casting of
    the argument.
  - Catch ssplit() failures in parse_cgi_parameters().

- Privoxy-Regression-Test:
  - Add an 'Overwrite condition' directive to skip any matching tests before
    it. As it has a global scope, using it is more convenient than clowning
    around with the Ignore directive.
  - Log to STDOUT instead of STDERR.
  - Include the Privoxy version in the output.
  - Various grammar and spelling corrections in documentation and code.
  - Additional tests for range requests with filtering enabled.
  - Tests with mostly invalid range request.
  - Add a couple of hide-if-modified-since{} tests with different date formats.
  - Cleaned up the format of the regression-tests.action file to match the
    format of default.action.
  - Remove the "Copyright" line from print_version(). When using --help, every
    line of screen space matters and thus shouldn't be wasted on things the
    user doesn't care about.

- Privoxy-Log-Parser:
  - Improve the --statistics performance by skipping sanity checks for input
    that shouldn't affect the results anyway. Add a --strict-checks option
    that enables some of the checks again, just in case anybody cares.
  - The distribution of client requests per connection is included in
    the --statistic output.
  - The --accept-unknown-messages option has been removed and the behavior
    is now the default.
  - Accept and (mostly) highlight new log messages introduced with
    Privoxy 3.0.20.

- uagen:
  - Bump generated Firefox version to 17.

- GNUmakefile improvements:
  - The dok-tidy target no longer taints documents with a tidy-mark
  - Change RA_MODE from 0664 to 0644. Suggested by Markus Dittrich in
    #3505445.
  - Remove tidy's clean flag as it changes the scope of attributes.
    Link-specific colors end up being applied to all text. Reported by Adam
    Piggott in #3569551.
  - Leave it up to the user whether or not smart tags are inserted.
  - Let w3m itself do the line wrapping for the config file. It works better
    than fmt as it can honour pre tags causing less unintentional line breaks.
  - Ditch a pointless '-r' passed to rm to delete files.
  - The config-file target now requires less manual intervention and updates
    the original config.
  - Change WDUMP to generate ASCII. Add WDUMP_UTF8 to allow UTF-8 in the
    AUTHORS file so the names are right.
  - Stop pretending that lynx and links are supported for the documentation.

- configure improvements:
  - On Haiku, do not pass -lpthread to the compiler. Haiku's pthreads
    implementation is contained in its system library, libroot, so no
    additional library needs to be searched.
    Patch submitted by Simon South in #3564815.
  - Additional Haiku-specific improvements. Disable checks intended for
    multi-user systems as Haiku is presently single-user. Group Haiku-specific
    settings in their own section, following the pattern for Solaris, OS/2 and
    AmigaOS. Add additional library-related settings to remove the need for
    providing configure with custom LDFLAGS.
    Submitted by Simon South in #3574538.

http://www.privoxy.org/
Titel: Privoxy 3.0.21
Beitrag von: SiLæncer am 11 März, 2013, 18:00
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

(http://www.heise.de/software/screenshots/3390.jpg)


Privoxy 3.0.21 stable is a bug-fix release for Privoxy 3.0.20 beta. It also addresses two security issues that affect all previous Privoxy versions. The changes since 3.0.20 beta are:

    Bug fixes:

        On POSIX-like platforms, network sockets with file descriptor values above FD_SETSIZE are properly rejected. Previously they could cause memory corruption in configurations that allowed the limit to be reached.

        Proxy authentication headers are removed unless the new directive enable-proxy-authentication-forwarding is used. Forwarding the headers potentionally allows malicious sites to trick the user into providing them with login information. Reported by Chris John Riley.

        Compiles on OS/2 again now that unistd.h is only included on platforms that have it.

    General improvements:

        The show-status page shows the FEATURE_STRPTIME_SANITY_CHECKS status.

        A couple of assert()s that could theoretically dereference NULL pointers in debug builds have been relocated.

        Added an LSB info block to the generic start script. Based on a patch from Natxo Asenjo.

        The max-client-connections default has been changed to 128 which should be more than enough for most setups.

    Action file improvements:

        Block rover.ebay./ar.*\&adtype= instead of "/.*\&adtype=" which caused too man false positives. Reported by u302320 in #360284, additional feedback from Adam Piggott.

        Unblock '.advrider.com/' and '/.*ADVrider'. Anonymously reported in #3603636.

        Stop blocking '/js/slider\.js'. Reported by Adam Piggott in #3606635 and _lvm in #2791160.

    Filter file improvements:

        Added an iframes filter.

    Documentation improvements:

        The whole GPLv2 text is included in the user manual now, so Privoxy can serve it itself and the user can read it without having to wade through GPLv3 ads first.

        Properly numbered and underlined a couple of section titles in the config that where previously overlooked due to a flaw in the conversion script. Reported by Ralf Jungblut.

        Improved the support instruction to hopefully make it harder to unintentionally provide insufficient information when requesting support. Previously it wasn't obvious that the information we need in bug reports is usually also required in support requests.

        Removed documentation about packages that haven't been provided in years.

    Privoxy-Regression-Test:

        Only log the test number when not running in verbose mode The position of the test is rarely relevant and it previously wasn't exactly obvious which one of the numbers was useful to repeat the test with --test-number.

    GNUmakefile improvements:

        Factor generate-config-file out of config-file to make testing more convenient.

        The clean target now also takes care of patch leftovers.

http://www.privoxy.org/
Titel: Free Hide IP 3.8.7.6
Beitrag von: SiLæncer am 04 April, 2013, 13:10
(http://www.free-hideip.com/images/stories/app/home/smallhowitworks.jpg)
Use Free Hide IP to hide your real IP address for free, anonymize your web surfing, keep your computer safe from hacker attacks and other risks, all with a single click.

Freeware

http://www.free-hideip.com/
Titel: ChrisPC Free Anonymous Proxy 4.10
Beitrag von: SiLæncer am 11 April, 2013, 19:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Unblock new website with the Expat Internet Browsing Mode: arte.tv, RTBF.be, LAOLA.tv, W9 Replay.
Added multilanguage interface: English, French, German, Romanian.
Other small fixes and improvements.

http://proxy.chris-pc.com/
Titel: Jana Server 2.6.0.225
Beitrag von: SiLæncer am 14 April, 2013, 13:00
(http://www.heise.de/software/screenshots/489.jpg)
Der Jana Server ist ein umfangreicher Proxy unter anderem für HTTP, FTP und SOCKS4/5. Ähnlich wie Hamster kann er aber auch Mails von externen Accounts abholen und via POP3 den Rechnern im lokalen Netz zur Verfügung stellen; der Mailer lässt sich auch zum Versenden interner Mails sowie zum Weiterreichen der Mails ins Internet nutzen. Damit wird der Windows-Rechner am DSL-, ISDN- oder Analog-Modem zum vollwertigen Internet-Gateway für das lokale Netz. Der eingebaute Webserver versteht Perl/CGI- , PHP3/4- und ASP-Skripte und kann zum Austesten und Ausliefern von Webseiten oder zum Aufbau eines Intranet dienen.

Lizenz: Freeware (nur für privaten Gebrauch)

Whats new>>

Update der openSSL Module.
Fehler bei Mail-Anhängen von Outlook beseitigt.
Geschwindigkeit bei Mehrkernprozessoren verbessert.

http://www.janaserver.de/
Titel: BlackBeltPrivacy Tor+WASTE 2.5.2013.05
Beitrag von: SiLæncer am 01 Mai, 2013, 18:00
(https://a.fsdn.com/con/app/proj/blackbeltpriv/screenshots/326331.jpg)
Tor helps keep you safe online.. WASTE enables secure content exchange. A usability enhanced Tor+WASTE+darkRendezvous(). An installer, for Windows XP 32/64, Vista 32/64, Win7 32/64, Linux (WINE).

Features:

4 Modes, Censored Client, Bridge(default), Relay and Exit - chosen by you at install time.
Be sure to check-out the screen shots.
Friendly support provided.
Streamlined Installation Package.
No additional configuration necessary for server, client or darkNet()
Auto Firefox config.
Optional Tor Relaying, bandwidth restricted. From 0->100mb or 0->500mb per day - its your choice.
Regularly updated
includes auto-configured Obfsproxy, for censored-clients and bridge-operators
Screen shots may differ due to our continuous development cycle.

http://sourceforge.net/projects/blackbeltpriv/
Titel: Fiddler 2.4.3.7 Beta
Beitrag von: SiLæncer am 04 Mai, 2013, 15:00
(https://fiddler2.com/images/default-source/feature-screenshots/capture-all-http-traffic.png?sfvrsn=2)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Freeware

Whats new: >>

 - Enhanced QuickExec
 - Improved FiddlerHook
 - Many bugfixes

http://fiddler2.com/
Titel: SafeSquid 3.4.7.2
Beitrag von: SiLæncer am 15 Mai, 2013, 05:30
SafeSquid is a Content Filtering Proxy Server. SafeSquid has a BROWSER BASED INTERFACE. SafeSquid offers arguably, worlds biggest set of Content Filtering features. SafeSquid's multi-threaded architecture, delivers industry's FASTEST THROUGHPUT, even while providing extreme content analysis and security. SafeSquid has an intelligent DNS cache, an extremely manageable content CACHING system, and configurable content pre-fetching that allows fast browsing of often viewed web-sites.

(http://images.six.betanews.com/screenshots/1233801612-1.jpg)

SafeSquid Personal is a full-featured, 3-user, FREE edition, with no time limit.

Latest Changes

- A flaw that caused https transactions to break abnormally was fixed

http://www.safesquid.com/
Titel: IP Proxy Scraper 2.3.0.1
Beitrag von: SiLæncer am 28 Juli, 2013, 18:20
(https://a.fsdn.com/con/app/proj/ipproxyscraper/screenshots/Screenshot2.png)
IP Proxy Scraper is a handy and easy to use application that can extract proxy IP addresses from a user-defined website and display them in the main window. The application can quickly remove duplicate entries and copy the proxy server list to your clipboard with a single click.

License: Creative Commons Attribution License

http://sourceforge.net/projects/ipproxyscraper/

Titel: fiddler 2.4.4.5
Beitrag von: SiLæncer am 15 August, 2013, 12:17
(https://fiddler2.com/images/default-source/feature-screenshots/capture-all-http-traffic.png?sfvrsn=2)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Freeware

Whats new: >>

Performance Improvements

Over the past several months, many hidden changes have been made to improve Fiddler’s performance, particularly when dealing with a large number of Sessions.

    Fiddler startup and shutdown are now faster than ever
    Fiddler processes Sessions more quickly after it launches
    Fiddler reuses sockets more intelligently; “primed” sockets are reused first for improved performance
    Invoking functions in FiddlerScript is now as fast as an equivalent FiddlerExtension built in .NET
    The Run Filterset now command on the Filters tab is now significantly faster
    When your session list is large, bulk deleting Sessions takes under 1% of the time it required in prior versions
    Fiddler now uses slightly less memory and CPU
    Editing huge responses in the HexView inspector uses far less memory and is much faster
    Switching the active tab in Fiddler is now up to 100ms faster

While most of these changes are small, the result is a more productive and pleasant debugging experience.
User Interface Tweaks

Fiddler’s UI has continued to evolve to make it simpler to accomplish common tasks.

http://fiddler2.com/
Titel: Fiddler 2.4.5.0
Beitrag von: SiLæncer am 17 August, 2013, 07:00
Whats new: >>

z.Z. liegt kein Changelog vor ...

http://fiddler2.com/
Titel: X-Proxy 3.5.0.4
Beitrag von: SiLæncer am 22 August, 2013, 18:01
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new: >>

· Fixed error message Invalid manifest.


http://saucessoftware.com/
Titel: Charon 0.6
Beitrag von: SiLæncer am 22 August, 2013, 19:00
(http://www.project2025.com/images/screenshots/charon_v6_blacklist.jpg)
Connecting to the Internet without revealing your real IP, in order to avoid traffic monitoring or simply browse any website anonymously can be easily done by using one of the many proxy servers available out there. However, finding and connecting to the right one, might not be such an easy job and this is why dedicated utilities like Charon are available.

Through a simple interface that makes the operation a bit more easy, this program offers you a wide varity of options when it comes to testing proxies from a list you can load with a just couple of clicks.

Charon provides several methods for checking each and all the selected items, so you can test the anonymity, scan IP range for proxies and even check search engines to see whether new proxies can be found and added to your list.

There are some filters you can apply so as to avoid dodgy sites, duplicates and gateways. Also, with Charon you can select the order in which proxy ports will be checked and have other ports that may be found either deleted or kept just by ticking the corresponding box.

Before connecting to a certain proxy server, you can customize the connection options in great detail. Thus, you can set thread control settings, check for HTTP proxies, as well as test the gateway servers to the end of the route.

You can even set scores for various features offered by the selected proxy in order to obtain a more accurate rating for that server. The built-in 'Blacklist Scanner' of Charon will enable you to see whether the IPs on the list are detected by specialized servers as undesirable for reasons such as spamming.

To sum it all up, it's save to say that this particular software will make it more easy for anyone to connect to a proxy server in a safer manner, knowing if that IP will ensure anonymity and a decent connection speed.

Freeware

Whats new: >>

Integrated and customisable blacklist scanner / checker.

http://www.project2025.com/charon.php
Titel: SafeIP 2.0.0.2426
Beitrag von: SiLæncer am 07 September, 2013, 21:00
(http://i1-win.softpedia-static.com/screenshots/SafeIP_2.png?1378393741)
SafeIP is a simple and multilingual application that allows you to hide your real IP address when surfing online. With the help of this tool, you can navigate anonymously and unblock access to certain websites.

You can use it to connect to various proxy servers from different locations. The proprietary anti-tracking algorithm will prevent websites from tracking your activity, while the automatic startup options makes is designed to make sure that your IP address is secure anytime.

Freeware

http://www.freesafeip.com/
Titel: IP Proxy Scraper 2.5.0.0
Beitrag von: SiLæncer am 09 September, 2013, 05:30
IP Proxy Scraper is a handy and easy to use application that can extract proxy IP addresses from a user-defined website and display them in the main window. The application can quickly remove duplicate entries and copy the proxy server list to your clipboard with a single click.

License: Creative Commons Attribution License

Whats new: >>

· Extended the recognition patterns
· Fixed two patterns
· Importing bigger textfiles are now beeing processed without freezing the UI

http://sourceforge.net/projects/ipproxyscraper/
Titel: Proxy Searcher 2.6
Beitrag von: SiLæncer am 09 September, 2013, 21:00
(https://a.fsdn.com/con/app/proj/proxysearcher/screenshots/proxysearcher1.jpg/182/137)
As its name suggests, Proxy Searcher is an easy to use application designed to help you find free-of-charge proxy servers.

Proxy Searcher finds proxies using public search engines and verifies whether they work with your installed browsers. It comes in handy if you are looking for a simple way to surf the Web anonymously.

Freeware

http://sourceforge.net/projects/proxysearcher/
Titel: IP Proxy Scraper 2.5.0.1
Beitrag von: SiLæncer am 10 September, 2013, 06:30
Whats new: >>

· Fixed the status counter

http://sourceforge.net/projects/ipproxyscraper/
Titel: X-Proxy 3.5.0.7
Beitrag von: SiLæncer am 16 September, 2013, 14:30
Whats new: >>

· Fixed some bugs
· Modified some internal settings

http://saucessoftware.com/
Titel: Fiddler 2.4.5.3
Beitrag von: SiLæncer am 17 September, 2013, 21:00
Whats new: >>

z.Z. liegt kein Changelog vor ...

http://fiddler2.com/
Titel: Trivial Proxy v1.6
Beitrag von: SiLæncer am 02 Oktober, 2013, 16:00
(http://www.portablefreeware.com/screenshots/scrzEl2Vs.gif)
Trivial Proxy is a pass-through proxy that allows you to view and log network activities of any application. Any TCP traffic that goes to the local port is passed through to the remote host:port after its content is logged to file and/or screen.

License:    Free for personal use

http://www.xrayapp.com/trivialproxy/
Titel: X-Proxy 3.5.0.8
Beitrag von: SiLæncer am 02 Oktober, 2013, 17:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new: >>

· X-Proxy Checker is optimized.
· Fixed some bugs.
· The database of IP's has been updated.

http://saucessoftware.com/
Titel: DNS2SOCKS 1.5
Beitrag von: SiLæncer am 08 Oktober, 2013, 06:30
(https://a.fsdn.com/con/app/proj/dns2socks/screenshots/usage.png/182/137)
DNS2SOCKS was designed as a simple, accessible and easy-to-use instrument that is able to resolve DNS requests via a SOCKS tunnel like Tor. Now, you can make use of this handy utility directly from the Command Line Interface window found in your system.

Freeware

Whats new: >>

Removed several compiler warnings that appeared when compiling for some platforms (tested on Knoppix V7.2.0 64 bit)
Additional output of system error text in case of system call failure
Added Windows application manifest "supportedOS" entry for Windows 8.1
Bugfix: Output of settings at startup was missing
SHA256 for DNS2SOCKS.exe: 8e987da2a57e5be942c21c76e28e185279a527ed67a468dab5757d38dc1e37ea

http://sourceforge.net/projects/dns2socks/
Titel: Fiddler 2.4.5.6
Beitrag von: SiLæncer am 24 Oktober, 2013, 21:00
(https://fiddler2.com/images/default-source/feature-screenshots/capture-all-http-traffic.png?sfvrsn=2)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Freeware

Whats new: >>

Use F3/ShiftF3 to navigate Find results
Improved XMLView
Improved WebSocket support
Various bugfixes

http://fiddler2.com/
Titel: Gather Proxy (formerly Pro Proxy Scraper) 7.3
Beitrag von: SiLæncer am 03 Dezember, 2013, 22:00
(http://gatherproxy.com/uploads/gptool1.png)
Gather Proxy is a handy application that you can use to harvest and verify proxies, organize them in a list and save it for later use. With Gather Proxy, the items can be filtered according to several criteria like country, timeout or threads. Also, the proxies can be classified as 'elite', 'anonymous' or 'transparent'.

Freeware

http://gatherproxy.com/gptool
Titel: X-Proxy 4.0.0.0
Beitrag von: SiLæncer am 04 Dezember, 2013, 18:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new: >>

Added Support VPN servers and users for donors

http://saucessoftware.com/
Titel: Gather Proxy (formerly Pro Proxy Scraper) 7.5
Beitrag von: SiLæncer am 09 Dezember, 2013, 18:00
Ein Changelog scheints nicht zu geben ...

http://gatherproxy.com/gptool
Titel: Fiddler Web Debugger 2.4.5.8
Beitrag von: SiLæncer am 11 Dezember, 2013, 09:48
(https://fiddler2.com/images/default-source/feature-screenshots/capture-all-http-traffic.png?sfvrsn=2)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Freeware

Whats new: >>

Add Packet Capture Import
Enhanced Composer
Enhanced AutoResponder
Enhanced Protocol Violation detection
Improved WebView
Add registry-fallback to EnableLoopback

http://fiddler2.com/
Titel: X-Proxy 5.0.0.6
Beitrag von: SiLæncer am 29 Dezember, 2013, 11:00
Whats new: >>

    Fixed Assembly errors.
    Added new page Privacy (Privacy).
    Added new function in Shield Hosts Privacy page.
    Function Delete data-driven navigation to the Privacy page.
    Splash Screen has been modified.
    Added application version in the main window.
    Check the list of proxies longer becomes automatic and manual.
    Fixed some errors in code.

http://saucessoftware.com/
Titel: Elite Proxy Switcher 1.25 Build 0113
Beitrag von: SiLæncer am 14 Januar, 2014, 18:00
(http://www.eliteproxyswitcher.com/images/thumbnail1.png)
Elite Proxy Switcher (EPS) is a professional proxy checker and proxy switcher for your browsers. Elite Proxy Switcher can test the details (speed, anonymity, country and whether gateway, ssl/https, dangerous or codeen) of the proxy and automatically change the proxy settings of your browsers (Internet Explorer, Google Chrome or Mozilla Firefox).

Features

    Proxy Checker: professionally test the details of the proxies for you.
    Proxy Switcher: automatically change the proxy settings of your browsers.
    Proxy Downloader: get daily fresh proxy list from EPS if you subscribe our list service.
    Proxy Manager: easily maintain your personal proxy list by EPS.

Freeware

Whats new: >>

Support download the proxies every 5 minutes for auto switching
Fix that the premium list doesn't show the Google or Https feature
Support using 1000 threads to test the proxy list

http://www.eliteproxyswitcher.com/index.php
Titel: ChrisPC Free Anonymous Proxy 5.00
Beitrag von: SiLæncer am 23 Januar, 2014, 06:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Starting with version 5.00, beside our popular award-wining ChrisPC Free Anonymous Proxy, we are introducing the ChrisPC Anonymous Proxy Pro version, the privacy tool that anybody would need to use to protect their online experience.
The Pro version comes with uniques features that will let you use the fastest proxy servers available for your anonymous connection, by filtering the anonymous proxy list by country and minimum speed.
New modern and improved user interface.
Block ads while surfing anonymously with the new privacy and ads blocker filter.
Added support for Internet Explorer 11.
Improved support for Windows 8.1.
Other small fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 5.0.0.7
Beitrag von: SiLæncer am 07 Februar, 2014, 12:30
Whats new: >>

The IP-Country database has been updated.
The Hosts Shield database has been updated.
Maximum number of checked proxies limited to 6-8 for free users.

http://saucessoftware.com/
Titel: Fiddler 4.4.6.1 / 2.4.6.1
Beitrag von: SiLæncer am 25 Februar, 2014, 17:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Freeware

Whats new: >>

 Add PCAPNG support
 Basic CTRL+Z undeletion
 Improved Filters tab
 New Art
 Various bugfixes

http://fiddler2.com/
Titel: Fiddler Web Debugger 2.4.6.2
Beitrag von: SiLæncer am 03 März, 2014, 13:45
Whats new: >>

Minor tweaks
Customizable icon
Important fix for servers with buggy socket reuse

http://fiddler2.com/
Titel: X-Proxy 5.2.0.3
Beitrag von: SiLæncer am 07 März, 2014, 09:16
Whats new: >>

The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.
Fixed some errors in code.

http://saucessoftware.com/
Titel: Hola 1.2.875
Beitrag von: SiLæncer am 13 März, 2014, 21:00
(http://cdn4.hola.org/img/homepage_pic.png?md5=70f469e75)
Install Hola on your PC, phone or tablet to make your Internet faster, save data costs, and view sites that are otherwise censored in your country.

Bypass Internet censorship
Speed up your web browsing
Save on bandwidth costs
Improve your privacy online

Freeware

http://hola.org/
Titel: ChrisPC Free Anonymous Proxy 5.10
Beitrag von: SiLæncer am 14 März, 2014, 06:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved proxy connection for USA, UK, France and Spain.
Updated ads blocker and privacy scripts.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Gather Proxy 8.1
Beitrag von: SiLæncer am 02 April, 2014, 13:04
(http://gatherproxy.com/uploads/gptool1.png)
Gather Proxy is a handy application that you can use to harvest and verify proxies, organize them in a list and save it for later use. With Gather Proxy, the items can be filtered according to several criteria like country, timeout or threads. Also, the proxies can be classified as 'elite', 'anonymous' or 'transparent'.

Freeware

http://gatherproxy.com/gptool
Titel: X-Proxy 5.2.0.5
Beitrag von: SiLæncer am 14 April, 2014, 14:30
Whats new: >>

The database (IP-Country) has been updated.
The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.

http://saucessoftware.com/
Titel: Hola! 1.3.103
Beitrag von: SiLæncer am 17 April, 2014, 07:00
(http://s26.postimg.org/ckfr8aahl/screenshot_42.jpg)
Install Hola on your PC, phone or tablet to make your Internet faster, save data costs, and view sites that are otherwise censored in your country.

Bypass Internet censorship
Speed up your web browsing
Save on bandwidth costs
Improve your privacy online

Freeware

Whats new: >>

Chrome Extension: Various bug fixes
Chrome Extension: UI improvements
Windows: Various bug fixes
Chrome Plugin: Various bug fixes

http://hola.org/
Titel: ChrisPC Free Anonymous Proxy 5.20
Beitrag von: SiLæncer am 24 April, 2014, 13:30
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Added new application running mode: Unblock Websites Mode:

Using this mode you will be able to access websites that are censored in your country or filtered by your ISP. Easily watch a YouTube video that is blocked in your country, access your Twitter account without problems or get in touch with your Facebook friends.
Improved support for Internet Explorer 11.
Improved support for Windows 8.1.
Added Italian language.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0
Beitrag von: SiLæncer am 26 April, 2014, 15:00
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

http://www.youngzsoft.net/
Titel: X-Proxy 5.2.0.6
Beitrag von: SiLæncer am 02 Mai, 2014, 16:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new: >>

The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.
Fixed some errors in code.

http://saucessoftware.com/
Titel: Hola 1.3.233
Beitrag von: SiLæncer am 03 Mai, 2014, 17:00
Whats new: >>

Stability improvements

http://hola.org/
Titel: X-Proxy 5.2.0.7
Beitrag von: SiLæncer am 26 Mai, 2014, 18:00
Whats new: >>

- The database has been updated Hosts Shield.
- The Database Home Page Hijacker Scan has been updated.
- Enable Hosts Shield informational message display for 10 seconds.
- X-Proxy Checker optimizations.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 5.30
Beitrag von: SiLæncer am 29 Mai, 2014, 19:00
Latest Changes

Improved proxy connection for USA, Germany, Switzerland, France and UK.
Improved expat proxy connection for BBC iPlayer, CBS, ITV, HULU.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 5.2.0.11
Beitrag von: SiLæncer am 10 Juni, 2014, 14:30
Whats new: >>

Fixed Assembly errors

http://saucessoftware.com/
Titel: X-Proxy 5.2.0.12
Beitrag von: SiLæncer am 14 Juli, 2014, 09:14
Whats new: >>

The database (IP-Country) has been updated.
The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.
Home Page Hijacker Scan has been optimized.

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 20140714
Beitrag von: SiLæncer am 14 Juli, 2014, 13:46
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

change the multiple languages realize modes
add the language update function
modify the language files
modify the installation script and fix the bug of running the first time

http://www.youngzsoft.net/
Titel: ChrisPC Free Anonymous Proxy 5.40
Beitrag von: SiLæncer am 14 Juli, 2014, 19:00
Latest Changes

Improved proxy connection for France, USA and UK
Improved expat proxy connection for BBC iPlayer, ITV
Improved support for Windows 8.1
Other minor fixes and improvements

http://proxy.chris-pc.com/
Titel: Burd's Proxy Searcher 3.9
Beitrag von: SiLæncer am 21 Juli, 2014, 18:00
(http://s26.postimg.org/p78tr9li1/screenshot_87.jpg)
Burd's Proxy Searcher enables you to find public proxy servers that you can use for anonymous web surfing. The program uses a customizable search engine query that retrieves a list of proxy servers and then tests the results for connection speed and availability.

Advanced users can tweak the query settings to their preference and also add custom searches for specific proxy types, but if you just want to find free HTTP or SOCKS proxies, there is no need to tinker with the settings.

Freeware

http://proxysearcher.sourceforge.net/
Titel: X-Proxy 5.2.0.13
Beitrag von: SiLæncer am 23 Juli, 2014, 12:19
Whats new: >>

The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 20140729
Beitrag von: SiLæncer am 30 Juli, 2014, 17:00
Whats new: >>

fix a bug in http port map

http://www.youngzsoft.net/
Titel: CCProxy 8.0 Build 20140730
Beitrag von: SiLæncer am 31 Juli, 2014, 12:30
Whats new: >>

fix a bug in creating users remotely

http://www.youngzsoft.net/
Titel: CCProxy 8.0 Build 2014.08.02
Beitrag von: SiLæncer am 02 August, 2014, 11:00
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* optimize interface, add tips function
* optimize web page display

http://www.youngzsoft.net/
Titel: Hola! 1.4.165
Beitrag von: SiLæncer am 04 August, 2014, 05:00
Whats new: >>

Plugin: Various bug fixes

http://hola.org/
Titel: CCProxy 8.0 Build 2014.08.07
Beitrag von: SiLæncer am 08 August, 2014, 13:30
Whats new: >>

* fix a bug of status bar
* fix a bug in clicking "Customize" button results in program closing
* keep the config information of Auto Startup and NT service after updrade

http://www.youngzsoft.net/
Titel: CCProxy 8.0 Build 20140811
Beitrag von: SiLæncer am 11 August, 2014, 14:00
Whats new: >>

fix a web filtering bug in forbidden url invalid

http://www.youngzsoft.net/
Titel: X-Proxy 5.3.0.0
Beitrag von: SiLæncer am 14 August, 2014, 09:16
Whats new: >>

Changes:

Added new option User-Agent (User Agent).
X-Proxy Checker to been optimized.
Hosts Shield to been modified due to false positives caused by some Antivirus.
The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 2014.08.15
Beitrag von: SiLæncer am 15 August, 2014, 16:01
Whats new: >>

* fix a bug in can't keep customized webpage message after upgrade
* optimize the function of keeping users' config information

http://www.youngzsoft.net/
Titel: CCProxy 8.0 (2014.08.18)
Beitrag von: SiLæncer am 18 August, 2014, 13:30
Whats new: >>

* fix a bug in cascading proxy
* fix a bug in opening the "Internet Option" dialog box invalid

http://www.youngzsoft.net/
Titel: CCProxy 8.0 Build 2014.08.25
Beitrag von: SiLæncer am 25 August, 2014, 12:11
Whats new: >>

* fix a bug of Dial-up function
* account information can be export as CSV file

http://www.youngzsoft.net/
Titel: CCProxy 8.0 Build 2014.08.30
Beitrag von: SiLæncer am 30 August, 2014, 10:00
Whats new: >>

* optimize auto upgrade function

http://www.youngzsoft.net/
Titel: X-Proxy 5.3.0.1
Beitrag von: SiLæncer am 05 September, 2014, 14:30
Whats new: >>

The database (IP-Country) has been updated.
The database has been updated Hosts Shield.
Some options of X-Proxy Checker have been released for all users.

http://saucessoftware.com/
Titel: X-Proxy 5.3.0.2
Beitrag von: SiLæncer am 11 September, 2014, 18:00
Whats new: >>

Fixed an error in X-Proxy Checker.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 5.50
Beitrag von: SiLæncer am 16 September, 2014, 16:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Extended anonymous proxy list to 1000+ from more than 50 countries.
Improved and optimized connection speed for USA, France, UK, Germany proxies.
Improved expat proxy connection for HULU, Globo.TV, BBC iPlayer, ITV.
Updated ads blocker and privacy scripts.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 5.3.0.4
Beitrag von: SiLæncer am 25 September, 2014, 18:00
Whats new: >>

The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 20141007
Beitrag von: SiLæncer am 07 Oktober, 2014, 17:00
Whats new: >>

optimize program performance
fix a bug in copying information to clipboard
fix a bug of trail version in recognizing online users number
fix a bug in displaying users number
optimize obtaining system language
update multiple language files

http://www.youngzsoft.net/
Titel: Squid 3.4.8
Beitrag von: SiLæncer am 08 Oktober, 2014, 19:00
Release Notes : http://www.squid-cache.org/Versions/v3/3.4/RELEASENOTES.html

http://www.squid-cache.org/
Titel: X-Proxy 5.3.0.6
Beitrag von: SiLæncer am 24 Oktober, 2014, 09:14
Whats new: >>

The database (IP-Country) has been updated.
The database has been updated Hosts Shield.
The Database Home Page Hijacker Scan has been updated.

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 2014.10.29
Beitrag von: SiLæncer am 30 Oktober, 2014, 15:01
Whats new: >>

* restore the "web cached" function
* fix a bug of ftp proxy
* update multiple language files

http://www.youngzsoft.net/
Titel: X-Proxy 5.4.0.0
Beitrag von: SiLæncer am 11 November, 2014, 22:00
Whats new: >>

Changes:

Add column in the list of proxies indicating the time check each proxy.
X-Proxy Checker is optimized.
The protocol of the connected proxy will be visible on IP information.
Database Host Shield has been updated.
The Hijacker database Home Page Scan has been updated.
The updates will be applied when you run your X-Proxy!

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 5.60
Beitrag von: SiLæncer am 12 November, 2014, 05:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for USA, UK, France proxies.
Updated ads blocker and privacy scripts.
Improved support for Windows 8.1.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 Build 20141112
Beitrag von: SiLæncer am 13 November, 2014, 09:15
Whats new: >>

optimize the "Customize" interface
optimize the program performance 
fix a bug on traffic statistics

http://www.youngzsoft.net/
Titel: Privoxy 3.0.22
Beitrag von: SiLæncer am 17 November, 2014, 18:00
(http://www.heise.de/software/screenshots/3390.jpg)
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

License : GPL

Changelog

Bug fixes:
Fixed a memory leak when rejecting client connections due to the socket limit being reached (CID 66382). This affected Privoxy 3.0.21 when compiled with IPv6 support on most platforms this is the default).
Fixed an immediate-use-after-free bug (CID 66394) and two additional unconfirmed use-after-free complaints made by Coverity scan (CID 66391, CID 66376).
Actually show the FORCE_PREFIX value on the show-status page.
Properly deal with Keep-Alive headers with timeout= parameters If the timeout still can't be parsed, use the configured timeout instead of preventing the client from keeping the connection alive.
Fixes #3615312/#870 reported by Bernard Guillot.
Not using any filter files no longer results in warning messages unless an action file is referencing header taggers or filters.
Fixed a bug that prevented Privoxy from reusing some reusable connections. Two bit masks with different purpose unintentionally shared the same bit.
A couple of additional bugs were discovered by Coverity Scan. The fixes that are not expected to affect users are not explicitly mentioned here, for details please have a look at the CVS logs.
General improvements:
Introduced negative tag patterns NO-REQUEST-TAG and NO-RESPONSE-TAG. They apply if no matching tag is found after parsing client or server headers.
Add support for external filters which allow to process the response body with a script or program written in any language the platform supports. External filters are enabled with +external-filter{} after they have been defined in one of the filter files with a header line starting with "EXTERNAL-FILTER:".
External filter support is experimental, not compiled by default and known not to work on all platforms.
Add support for the 'PATCH' method as defined in RFC5789.
Reject requests with unsupported Expect header values. Fixes a couple of Co-Advisor tests.
Normalize the HTTP-version in forwarded requests and responses. This is an explicit RFC 2616 MUST and RFC 7230 mandates that intermediaries send their own HTTP-version in forwarded messages.
Server 'Keep-Alive' headers are no longer forwarded. From a user's point of view it doesn't really matter, but RFC 2616 (obsolete) mandates that the header is removed and this fixes a Co-Advisor complaint.
Change declared template file encoding to UTF-8. The templates already used a subset of UTF-8 anyway and changing the declaration allows to properly display UTF-8 characters used in the action files. This change may require existing action files with ISO-8859-1 characters that aren't valid UTF-8 to be converted to UTF-8.
Do not pass rejected keep-alive timeouts to the server. It might not have caused any problems (we know of), but doing the right thing shouldn't hurt either.
Let log_error() use its own buffer size #define to make changing the log buffer size slightly less inconvenient.
Turned single-threaded into a "proper" toggle directive with arguments. CGI templates no longer enforce new windows for some links.
Remove an undocumented workaround ('HOST' header removal) for an Apple iTunes bug that according to #729900 got fixed in 2003.
Action file improvements:
The pattern 'promotions.' is no longer being blocked.
Disable fast-redirects for .microsofttranslator.com/.
Disable filter{banners-by-size} for .dgb-tagungszentren.de/.
Add adn.speedtest.net as a site-specific unblocker. Support request #3612908.
Disable filter{banners-by-size} for creativecommons.org/.
Block requests to data.gosquared.com/. Reported by cbug in #3613653.
Unblock .conrad./newsletter/. Reported by David Bo in #3614238.
Unblock .bundestag.de/.
Unblock .rote-hilfe.de/.
Disable fast-redirects for .facebook.com/plugins/like.php.
Unblock Stackexchange popup URLs that aren't used to serve ads.
Disable fast-redirects for creativecommons.org/.
Unblock .stopwatchingus.info/.
Block requests for .adcash.com/script/.
Disable HTML filters if the response was tagged as JavaScript. Filtering JavaScript code with filters intended to deal with HTML is usually a waste of time and, more importantly, may break stuff.
Use a custom redirect{} for .washingtonpost.com/wp-apps/imrs\.php\?src=
Previously enabling the 'Advanced' settings (or manually enabling +fast redirects{}) prevented some images from being loaded properly.
Unblock "adina*." Fixes #919 reported by Morton A. Goldberg. Block '/.*DigiAd'.
Unblock 'adele*.'. Reported by Adele Lime in #1663.
Disable banners-by-size for kggp.de/.
Filter file improvements & bug fixes:
Decrease the chances that js-annoyances creates invalid JavaScript.
Let the msn filter hide 'related' ads again.
Remove a stray '1' in the 'html-annoyances' filter.
Prevent img-reorder from messing up img tags with empty src attributes.
Documentation improvements:
Updated the 'Would you like to donate?' section. Note that invalid forward-override{} parameter syntax isn't detected until the parameter is used.
Add another +redirect{} example: a shortcut for illumos bugs.
Make it more obvious that many operating systems support log rotation out of the box.
Fixed dead links.
Rephrased the 'Why is the configuration so complicated?' answer to be slightly less condescending.
Be more explicit about accept-intercepted-requests's lack of MITM support.
Make 'demoronizer' FAQ entries more generic.
Add an example hostname to the --pre-chroot-nslookup description.
Add an example for a host pattern that matches an IP address.
Rename the 'domain pattern' to 'host pattern' as it may contain IP addresses as well.
Recommend forward-socks5t when using Tor. It seems to work fine and modifying the Tor configuration to profit from it hasn't been necessary for a while now.
Add another redirect{} example to stress that redirect loops can and should be avoided.
The usual spelling and grammar fixes.
Mention the PCRS option letters T and D in the filter section.
Clarify that handle-as-empty-doc-returns-ok is still useful and will not be removed without replacement.
Note that security issues shouldn't be reported using the bug tracker.
Clarify what Privoxy does if both +block{} and +redirect{} apply.
Removed the obsolete bookmarklets section.

[close]

http://www.privoxy.org/
Titel: Burd's Proxy Searcher 4.2
Beitrag von: SiLæncer am 27 November, 2014, 17:00
(http://s26.postimg.org/p78tr9li1/screenshot_87.jpg)
Burd's Proxy Searcher enables you to find public proxy servers that you can use for anonymous web surfing. The program uses a customizable search engine query that retrieves a list of proxy servers and then tests the results for connection speed and availability.

Advanced users can tweak the query settings to their preference and also add custom searches for specific proxy types, but if you just want to find free HTTP or SOCKS proxies, there is no need to tinker with the settings.

Freeware

Changelog

Fixed detection of Anonymous proxy.

4.1

1. Fixed defect related to country detection, in case of big concurrency country was detected wrong.
2. InternetExplorer proxy client throws NullReferenceException. Tracking code was added in order to understand what's going there.
3. Fixed defect related to determining socks proxy type which was introduce in previous release.

4.0

1. Added analysis for outgoing IP address of proxy. Country is detecting based on outgoing address. You may see outgoing address of proxy in tooltip over IP address values.
2. Improved GA tracking in order to collect requirements for most popular localization languages....

[close]

http://proxysearcher.sourceforge.net/
Titel: Burd's Proxy Searcher 4.4
Beitrag von: SiLæncer am 10 Dezember, 2014, 19:00
Changelog

1. Core is ready for public usage. Please follow that link for details http://proxysearcher.sourceforge.net/SearchEngine.php.
2. Fixed a few minor defects.

4.3

1. Core was refactored, Now it's quite simple to reuse binaries for proxy searching in your own program.
2. Proxy Searcher takes into account only one IP address of proxy (without port). Such filtering allows to get rid of similar proxy servers.

[close]

http://proxysearcher.sourceforge.net/
Titel: Squid 3.4.10
Beitrag von: SiLæncer am 11 Dezember, 2014, 19:00
Release Notes : http://www.squid-cache.org/Versions/v3/3.4/changesets/SQUID_3_4_10.html

http://www.squid-cache.org/
Titel: ChrisPC Free Anonymous Proxy 5.70
Beitrag von: SiLæncer am 15 Dezember, 2014, 19:00
Latest Changes

Improved and optimized connection speed for Germany, Switzerland, UK, USA proxies.
Fixed proxy list download problems.
Updated ads blocker and privacy scripts.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 5.4.0.1
Beitrag von: SiLæncer am 19 Dezember, 2014, 19:00
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated.
The list of VPN servers have been updated.

http://saucessoftware.com/
Titel: Jana Server 2.7.0.292
Beitrag von: SiLæncer am 20 Dezember, 2014, 19:00
(http://www.heise.de/software/screenshots/489.jpg)
Der Jana Server ist ein umfangreicher Proxy unter anderem für HTTP, FTP und SOCKS4/5. Ähnlich wie Hamster kann er aber auch Mails von externen Accounts abholen und via POP3 den Rechnern im lokalen Netz zur Verfügung stellen; der Mailer lässt sich auch zum Versenden interner Mails sowie zum Weiterreichen der Mails ins Internet nutzen. Damit wird der Windows-Rechner am DSL-, ISDN- oder Analog-Modem zum vollwertigen Internet-Gateway für das lokale Netz. Der eingebaute Webserver versteht Perl/CGI- , PHP3/4- und ASP-Skripte und kann zum Austesten und Ausliefern von Webseiten oder zum Aufbau eines Intranet dienen.

Lizenz: Freeware (nur für privaten Gebrauch)

Whats new>>

Update der openSSL Module.
Viele Fehler im IMAP Protokoll beseitigt.
Schliessen der Netzwerksverbindungen optimiert -> weniger Netzwerksfehler.
Doppeltes abholen von Mails dürfte nicht mehr vorkommen.
Administration in der 64Bit Version geht wieder.
Administration in der 64Bit Version geht wieder.
Generell die Netzwerk-Geschwindigkeit erhöht.
SSLv3 abgeschaltet.

http://www.janaserver.de/
Titel: Burd's Proxy Searcher 4.6
Beitrag von: SiLæncer am 26 Dezember, 2014, 00:06
Changelog

1. Fixed NullReferenceException related to unset socks proxy for Firefox.
2. Improved error logging: canceled requests for proxy change aren't errors anymore.

Proxy Searcher 4.5 :

1. Added panel with used proxies. Now it's quite easy to see what proxy is used for which browser.
2. Fixed set of defects related to proxy usage.
3. Removed reverting proxy into previous state when program exists. Now it's clearing proxy usage on exit. It was done because of bad user experience.

[close]

http://proxysearcher.sourceforge.net/
Titel: Burd's Proxy Searcher 4.7
Beitrag von: SiLæncer am 09 Januar, 2015, 07:00
Whats new:>>

1. Proxy Searcher is available on German language now.
2. Added localization into Download New Version form.

http://proxysearcher.sourceforge.net/
Titel: X-Proxy 6.0.0.0
Beitrag von: SiLæncer am 21 Januar, 2015, 13:30
Whats new: >>

Changes:

Added log window on the main page.
Added column in the list of proxies indicating navigation pages Google.
X-Proxy Checker to been optimized.
Fixed some errors in code.
The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated.
The database (IP-Country) has been updated.

http://saucessoftware.com/
Titel: Privoxy 3.0.23
Beitrag von: SiLæncer am 25 Januar, 2015, 10:30
(http://www.heise.de/software/screenshots/3390.jpg)
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

License : GPL

Changelog

ug fixes:

    Fixed a DoS issue in case of client requests with incorrect chunk-encoded body. When compiled with assertions enabled (the default) they could previously cause Privoxy to abort(). Reported by Matthew Daley.

    Fixed multiple segmentation faults and memory leaks in the pcrs code. This fix also increases the chances that an invalid pcrs command is rejected as such. Previously some invalid commands would be loaded without error. Note that Privoxy's pcrs sources (action and filter files) are considered trustworthy input and should not be writable by untrusted third-parties.

    Fixed an 'invalid read' bug which could at least theoretically cause Privoxy to crash. So far, no crashes have been observed.

    Compiles with --disable-force again. Reported by Kay Raven.

    Client requests with body that can't be delivered no longer cause pipelined requests behind them to be rejected as invalid. Reported by Basil Hussain.

General improvements:

    If a pcrs command is rejected as invalid, Privoxy now logs the cause of the problem as text. Previously the pcrs error code was logged.

    The tests are less likely to cause false positives.

Action file improvements:

    '.sify.com/' is no longer blocked. Apparently it is not actually a pure tracking site (anymore?). Reported by Andrew on ijbswa-users@.

    Unblock banners on .amnesty.de/ which aren't ads.

Documentation improvements:

    The 'Would you like to donate?' section now also contains a "Paypal" address.

    The list of supported operating systems has been updated.

    The existence of the SF support and feature trackers has been deemphasized because they have been broken for months. Most of the time the mailing lists still work.

    The claim that default.action updates are sometimes released on their own has been removed. It hasn't happened in years.

    Explicitly mention that Tor's port may deviate from the default when using a bundle. Requested by Andrew on ijbswa-users@.

[close]

http://www.privoxy.org/
Titel: X-Proxy 6.0.0.1
Beitrag von: SiLæncer am 26 Januar, 2015, 14:30
Whats new: >>

Changes:

Fixed a bug in checking proxies Google.
Fixed an error in the connection to the VPN servers.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 5.80
Beitrag von: SiLæncer am 29 Januar, 2015, 09:14
Latest Changes

Improved and optimized connection speed for USA and France proxies.
Improved support for Firefox and Internet Explorer.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 Build 20150127
Beitrag von: SiLæncer am 06 Februar, 2015, 09:11
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

fix a bug of ftp proxy
when webfilter rule is applied failed, the error information will be recorded in the log

http://www.youngzsoft.net/
Titel: X-Proxy 6.0.0.2
Beitrag von: SiLæncer am 10 Februar, 2015, 12:23
Whats new: >>

The list of VPN servers have been updated.
VPN activity is recorded in the log window.

http://saucessoftware.com/
Titel: X-Proxy 6.0.0.3
Beitrag von: SiLæncer am 25 Februar, 2015, 09:14
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated.

http://saucessoftware.com/
Titel: X-Proxy 6.0.0.4
Beitrag von: SiLæncer am 03 März, 2015, 13:32
Whats new: >>

The database (IP-Country) has been updated.
Fixed some errors in code.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 5.85
Beitrag von: SiLæncer am 05 März, 2015, 17:30
Latest Changes

Improved proxy connection for UK and Germany proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Burd's Proxy Searcher 4.8
Beitrag von: SiLæncer am 17 März, 2015, 20:00
Whats new:>>

1. Built-in GEO IP database was refreshed.
2. Added country localization for DE and RU languages.

http://proxysearcher.sourceforge.net/
Titel: X-Proxy 6.0.0.5
Beitrag von: SiLæncer am 06 April, 2015, 10:00
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
Fixed some errors in code.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 6.00
Beitrag von: SiLæncer am 16 April, 2015, 06:00
Whats new:>>

- Improved proxy engine with faster and safer connections using latest OpenSSL library
- For users connected to the internet through a HTTPS/SOCKS proxy, there is the option to configure Anonymous Proxy to connect to the Internet through the proxy
- Now you can easily verify if your browser is using the anonymous proxy, by clicking on "Check IP Address"
- The ads blocker comes with new supported languages: Chinese, Indian, Korean, Turkish, Vietnamese
- Added support for Windows 10 preview builds
- Improved proxy connection for USA, France, Germany proxies

http://proxy.chris-pc.com/
Titel: X-Proxy 6.0.0.6
Beitrag von: SiLæncer am 24 April, 2015, 09:09
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
Fixed a bug in X-Proxy VPN.
Added new VPN server in France.

http://saucessoftware.com/
Titel: Free Hide IP 4.0.4.6
Beitrag von: SiLæncer am 27 April, 2015, 21:00
(http://www.free-hideip.com/images/stories/app/home/smallhowitworks.jpg)
Use Free Hide IP to hide your real IP address for free, anonymize your web surfing, keep your computer safe from hacker attacks and other risks, all with a single click.

Freeware

http://www.free-hideip.com/
Titel: Burd's Proxy Searcher 5.0
Beitrag von: SiLæncer am 20 Mai, 2015, 22:00
Whats new:>>

Fixed second defect related to application crash during search which happened insde of built-in GeoIP.

http://proxysearcher.sourceforge.net/
Titel: Sicherheitslücken in Proxy-Tool Hola
Beitrag von: SiLæncer am 01 Juni, 2015, 16:55
Über Hola kann man Regionalsperren umgehen, indem man über den Internetanschluss eines anderen Nutzers surft. In der Zugangssoftware klafften bis vor kurzem allerdings haarsträubende Lücken.

(http://1.f.ix.de/scale/geometry/600/q75/imgs/18/1/5/0/4/7/3/7/adios-hola-teaser-873cc8fbb112b8a3.png)

In dem verbreiteten Proxy-Tool Hola klafften Sicherheitslücken, durch die ein Angreifer Code auf dem Rechner seines Opfers ausführen kann. Zudem lieferte es beliebigen Websites Informationen über den Nutzer, die sich für Tracking eigenen. Eine Gruppe von Whitehat-Hackern hat die Probleme entdeckt und öffentlich gemacht.

Hat man das Tool installiert, kann man den Traffic des Browsers per Mausklick durch fast jedes beliebige Land leiten lassen. So kann man die Ländersperren bei YouTube, Hulu und Co. umgehen. Im Gegenzug stellt man der Community allerdings den eigenen Internetanschluss zur freien Verfügung – und zwar nicht nur anderen Hola-Nutzern. Unternehmen können die Proxies mieten, um Internetverkehr mit sehr vielen unterschiedlichen IP-Adressen auszuleiten. Wer nicht als Proxy fungieren will, kann sich für 5 US-Dollar im Monat frei kaufen.

Lokaler Webserver schutzlos ausgeliefert

Hola startet auf dem Loopback-Interface (127.0.0.1) einen Webserver, der auf Port 6853 lauscht. Er stellt mehrere JSON-APIs bereit, über die man etwa auf das Dateisystem zugreifen oder auch Programme starten kann. Der Server lieferte die APIs mit dem HTTP-Header "Access-Control-Allow-Origin: *" aus. Dies hebelt die sogenannte Same-Origin-Policy aus, die sicherstellt, dass die Site evil.com auf localhost (oder eine andere Domain) zugreift.

Der ganze Artikel (http://www.heise.de/security/meldung/Sicherheitsluecken-in-Proxy-Tool-Hola-2672051.html)

Quelle : www.heise.de

Titel: X-Proxy 6.0.0.8
Beitrag von: SiLæncer am 02 Juni, 2015, 09:19
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.
Fixed some errors in code.
Added Privacy Policy on the main page.

http://saucessoftware.com/
Titel: X-Proxy 6.0.0.9
Beitrag von: SiLæncer am 13 Juli, 2015, 19:00
Whats new: >>

Changes:

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated

http://saucessoftware.com/
Titel: X-Proxy 6.0.0.11
Beitrag von: SiLæncer am 20 Juli, 2015, 09:10
Whats new: >>

Changes:

Fixed an error code in X-Proxy Checker.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 6.20
Beitrag von: SiLæncer am 21 Juli, 2015, 05:30
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 (2015.07.20)
Beitrag von: SiLæncer am 21 Juli, 2015, 09:18
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

optimize the "web cached" function

http://www.youngzsoft.net/
Titel: X-Proxy 6.1.0.0
Beitrag von: SiLæncer am 14 August, 2015, 11:00
Whats new: >>

Added new X-Proxy Scraper function that scans websites and extract proxies servers format ip: port.
Some icons and texts have been modified.

http://saucessoftware.com/
Titel: Fiddler Web Debugging Proxy 4.6.0.1 / 2.6.0.1
Beitrag von: SiLæncer am 18 August, 2015, 19:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

Add API Testing
 Add View > Tabs menu
 Reduce memory usage
 Improve performance
 Add HTTP Lint Filtering
 Improve AutoResponder
 Composer UI resizing
 Improve Timeline
 Support Microsoft Edge
 Many bugfixes

http://fiddler2.com/
Titel: CCProxy 8.0 Build 20150825
Beitrag von: SiLæncer am 25 August, 2015, 12:26
Whats new: >>

optimize the program performance

http://www.youngzsoft.net/
Titel: ChrisPC Free Anonymous Proxy 6.25
Beitrag von: SiLæncer am 02 September, 2015, 18:00
Latest Changes

Added support for Windows 10 browsers: Edge and Internet Explorer.
Improved support for Windows 10.
Improved and optimized connection speed for UK, Sweden, France proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Hide My Ass! Web Proxy 1.3.0
Beitrag von: SiLæncer am 07 September, 2015, 17:00
Whats new:>>

Brand new design
Retina-ready images
Improved UI
Removed non-compatible proxy domains

https://www.hidemyass.com/
Titel: Burd's Proxy Searcher 5.1
Beitrag von: SiLæncer am 12 September, 2015, 16:00
Whats new:>>

Added new Rating feature. Now you are able to add your rate into proxies.
Fixed donate url
Fixed defect with changing page size
Added min size for ResizeControl

http://proxysearcher.sourceforge.net/
Titel: X-Proxy 6.1.0.1
Beitrag von: SiLæncer am 14 September, 2015, 13:00
Whats new: >>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.
Some icons have been changed.
Fixed some errors in code.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 6.30
Beitrag von: SiLæncer am 03 Oktober, 2015, 11:30
Latest Changes

Improved support for Windows 10
Other minor fixes and improvements

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 Build 20151009
Beitrag von: SiLæncer am 09 Oktober, 2015, 09:08
Whats new: >>

add "Active" function in "Registration" interface
support "basic + NTLM" hybrid authentication

http://www.youngzsoft.net/
Titel: Proxiator 1.1
Beitrag von: SiLæncer am 15 Oktober, 2015, 13:30
(http://s26.postimg.org/jhlakewwp/screenshot_633.jpg)
Proxiator is an open source and portable app that allows to easily and conveniently switch to Tor proxy server when necessary. Using proxy allows user to hide public IP, operating system, country etc and thus bypass any restrictions set by the internet provider. For instance, you can access social networks in schools or at work where they are normally blocked by firewall. The program supports all major browsers and utilizes the Tor browsing protocol for maximum anonymity and safety. The application itself could not be simpler; just use the familiar switch button to turn proxy servers on and off when necessary, and the program will run in the background from the system tray.

Freeware

http://xetbox.com/programs/security/encryption/221-proxiator
Titel: AdFender 2.01
Beitrag von: SiLæncer am 07 November, 2015, 19:00
(http://s26.postimg.org/5xs3j563d/screenshot_685.jpg)
AdFender is a local content-filtering HTTP proxy server. AdFender is an advanced application that filters various different types of content from web pages, and prevents certain information from going out to web servers. If your content is filtered it can save you valuable time and bandwidth. Not only that, but it also enhances your online privacy.

Freeware

http://www.adfender.com/
Titel: X-Proxy 6.1.0.3
Beitrag von: SiLæncer am 11 November, 2015, 12:23
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.
Some internal settings have been modified.

http://saucessoftware.com/
Titel: Proxy Mask - Proxy Switcher 2.6.1.0
Beitrag von: SiLæncer am 28 November, 2015, 19:00
(http://s26.postimg.org/7262ufbq1/screenshot_736.jpg)
Proxy Mask - Proxy Switcher offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to different country as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freeware

http://www.rentanadviser.com/en/products/proxy-mask/proxy-mask.aspx
Titel: ChrisPC Free Anonymous Proxy 6.35
Beitrag von: SiLæncer am 15 Dezember, 2015, 17:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for France, UK, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Fiddler Web Debugging Proxy 4.6.2.0
Beitrag von: SiLæncer am 31 Dezember, 2015, 16:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

http://textslashplain.com/2015/12/30/whats-new-in-fiddler-4-6-2/

http://fiddler2.com/
Titel: CCProxy 8.0 Build 20160105
Beitrag von: SiLæncer am 05 Januar, 2016, 12:24
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

optimize the "Active" function
optimize auto upgrade function
optimize socks5 proxy
fix a bug in saving stream data to log.dat
optimize the "Export Excel" function

http://www.youngzsoft.net/
Titel: X-Proxy 6.1.0.5
Beitrag von: SiLæncer am 05 Januar, 2016, 18:00
Whats new:>>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated

http://saucessoftware.com/
Titel: X-Proxy 6.1.0.6
Beitrag von: SiLæncer am 18 Januar, 2016, 18:00
Whats new:>>

Some internal settings have been modified.

http://saucessoftware.com/
Titel: Privoxy 3.0.24
Beitrag von: SiLæncer am 22 Januar, 2016, 16:00
(http://www.heise.de/software/screenshots/3390.jpg)
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

License : GPL

Release Notes

Privoxy 3.0.24 stable contains a couple of new features but is mainly a bug-fix release. Two of the fixed bugs are security issues and may be used to remotely trigger crashes on platforms that carefully check memory accesses (most don't).

    Security fixes (denial of service):

        Prevent invalid reads in case of corrupt chunk-encoded content. CVE-2016-1982. Bug discovered with afl-fuzz and AddressSanitizer.

        Remove empty Host headers in client requests. Previously they would result in invalid reads. CVE-2016-1983. Bug discovered with afl-fuzz and AddressSanitizer.

    Bug fixes:

        When using socks5t, send the request body optimistically as well. Previously the request body wasn't guaranteed to be sent at all and the error message incorrectly blamed the server. Fixes #1686 reported by Peter Müller and G4JC.

        Fixed buffer scaling in execute_external_filter() that could lead to crashes. Submitted by Yang Xia in #892.

        Fixed crashes when executing external filters on platforms like Mac OS X. Reported by Jonathan McKenzie on ijbswa-users@.

        Properly parse ACL directives with ports when compiled with HAVE_RFC2553. Previously the port wasn't removed from the host and in case of 'permit-access 127.0.0.1 example.org:80' Privoxy would try (and fail) to resolve "example.org:80" instead of example.org. Reported by Pak Chan on ijbswa-users@.

        Check requests more carefully before serving them forcefully when blocks aren't enforced. Privoxy always adds the force token at the beginning of the path, but would previously accept it anywhere in the request line. This could result in requests being served that should be blocked. For example in case of pages that were loaded with force and contained JavaScript to create additionally requests that embed the origin URL (thus inheriting the force prefix). The bug is not considered a security issue and the fix does not make it harder for remote sites to intentionally circumvent blocks if Privoxy isn't configured to enforce them. Fixes #1695 reported by Korda.

        Normalize the request line in intercepted requests to make rewriting the destination more convenient. Previously rewrites for intercepted requests were expected to fail unless $hostport was being used, but they failed "the wrong way" and would result in an out-of-memory message (vanilla host patterns) or a crash (extended host patterns). Reported by "Guybrush Threepwood" in #1694.

        Enable socket lingering for the correct socket. Previously it was repeatedly enabled for the listen socket instead of for the accepted socket. The bug was found by code inspection and did not cause any (reported) issues.

        Detect and reject parameters for parameter-less actions. Previously they were silently ignored.

        Fixed invalid reads in internal and outdated pcre code. Found with afl-fuzz and AddressSanitizer.

        Prevent invalid read when loading invalid action files. Found with afl-fuzz and AddressSanitizer.

        Windows build: Use the correct function to close the event handle. It's unclear if this bug had a negative impact on Privoxy's behaviour. Reported by Jarry Xu in #891.

        In case of invalid forward-socks5(t) directives, use the correct directive name in the error messages. Previously they referred to forward-socks4t failures. Reported by Joel Verhagen in #889.

    General improvements:

        Set NO_DELAY flag for the accepting socket. This significantly reduces the latency if the operating system is not configured to set the flag by default. Reported by Johan Sintorn in #894.

        Allow to build with mingw x86_64. Submitted by Rustam Abdullaev in #135.

        Introduce the new forwarding type 'forward-webserver'. Currently it is only supported by the forward-override{} action and there's no config directive with the same name. The forwarding type is similar to 'forward', but the request line only contains the path instead of the complete URL.

        The CGI editor no longer treats 'standard.action' special. Nowadays the official "standards" are part of default.action and there's no obvious reason to disallow editing them through the cgi editor anyway (if the user decided that the lack of authentication isn't an issue in her environment).

        Improved error messages when rejecting intercepted requests with unknown destination.

        A couple of log messages now include the number of active threads.

        Removed non-standard Proxy-Agent headers in HTTP snipplets to make testing more convenient.

        Include the error code for pcre errors Privoxy does not recognize.

        Config directives with numerical arguments are checked more carefully.

        Privoxy's malloc() wrapper has been changed to prevent zero-size allocations which should only occur as the result of bugs.

        Various cosmetic changes.

    Action file improvements:

        Unblock ".deutschlandradiokultur.de/". Reported by u302320 in #924.

        Add two fast-redirect exceptions for "yandex.ru".

        Disable filter{banners-by-size} for ".plasmaservice.de/".

        Unblock "klikki.fi/adv/".

        Block requests for "resources.infolinks.com/". Reported by "Black Rider" on ijbswa-users@.

        Block a bunch of criteo domains. Reported by Black Rider.

        Block "abs.proxistore.com/abe/". Reported by Black Rider.

        Disable filter{banners-by-size} for ".black-mosquito.org/".

        Disable fast-redirects for "disqus.com/".

    Documentation improvements:

        FAQ: Explicitly point fingers at ASUS as an example of a company that has been reported to force malware based on Privoxy upon its customers.

        Correctly document the action type for a bunch of "multi-value" actions that were incorrectly documented to be "parameterized". Reported by Gregory Seidman on ijbswa-users@.

        Fixed the documented type of the forward-override{} action which is obviously 'parameterized'.

    Website improvements:

        Users who don't trust binaries served by SourceForge can get them from a mirror. Migrating away from SourceForge is planned for 2016 (TODO list item #53).

        The website is now available as onion service (http://jvauzb4sb3bwlsnc.onion/).

3.1. Note to Upgraders

A quick list of things to be aware of before upgrading from earlier versions of Privoxy:

    The recommended way to upgrade Privoxy is to backup your old configuration files, install the new ones, verify that Privoxy is working correctly and finally merge back your changes using diff and maybe patch.

    There are a number of new features in each Privoxy release and most of them have to be explicitly enabled in the configuration files. Old configuration files obviously don't do that and due to syntax changes using old configuration files with a new Privoxy isn't always possible anyway.

    Note that some installers remove earlier versions completely, including configuration files, therefore you should really save any important configuration files!

    On the other hand, other installers don't overwrite existing configuration files, thinking you will want to do that yourself.

    In the default configuration only fatal errors are logged now. You can change that in the debug section of the configuration file. You may also want to enable more verbose logging until you verified that the new Privoxy version is working as expected.

    Three other config file settings are now off by default: enable-remote-toggle, enable-remote-http-toggle, and enable-edit-actions. If you use or want these, you will need to explicitly enable them, and be aware of the security issues involved.

[close]

http://www.privoxy.org/
Titel: ChrisPC Free Anonymous Proxy 6.40
Beitrag von: SiLæncer am 26 Januar, 2016, 12:24
Latest Changes

Improved support for Windows 10 browsers.
Improved and optimized connection speed for USA, Germany proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 (2016.02.02)
Beitrag von: SiLæncer am 03 Februar, 2016, 12:32
Whats new: >>

* fix a bug of dialup function in xp
* optimize the http proxy

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.3.0
Beitrag von: SiLæncer am 07 Februar, 2016, 18:00
(http://s26.postimg.org/sql9gqi3d/screenshot_909.jpg)
Configure the dnscrypt-proxy on Windows-based computers easily by relying on this handy application that comes with a user-friendly interface.

MIT License

Whats new:>>

Updated some dependencies
Updated dnscrypt-proxy (1.6.1)
Updated dnscrypt-resolvers.csv
Added French translation (@didihu)
Several stylefixes (@thedroidgeek)
Added automatic installation of C++ Redistributable for Visual Studio 2015 x86

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.3.1
Beitrag von: SiLæncer am 08 Februar, 2016, 13:30
Whats new:>>

Added new plugin:

libdcplugin_ldns_blocking

https://github.com/bitbeans/SimpleDnsCrypt
Titel: X-Proxy 6.1.0.7
Beitrag von: SiLæncer am 15 Februar, 2016, 19:00
Whats new:>>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.

http://saucessoftware.com/
Titel: X-Proxy 6.1.0.8
Beitrag von: SiLæncer am 20 Februar, 2016, 16:00
Whats new:>>

Some internal settings have been modified.
Maximum number of processes in checking proxies increased to 200.
Corrected code un error en X-Proxy VPN.

http://saucessoftware.com/
Titel: X-Proxy 6.1.0.9
Beitrag von: SiLæncer am 23 März, 2016, 17:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The Hosts Shield database has been updated
The Hijacker Home Page Scan database has been updated
Some internal configurations have been modified

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 6.45
Beitrag von: SiLæncer am 29 März, 2016, 05:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for some proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Fiddler Web Debugging Proxy 4.6.2.2 / 2.6.2.2
Beitrag von: SiLæncer am 05 April, 2016, 20:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

 Fixed Fiddler crashing on start up issue.

4.6.2.1 / 2.6.2.1

 Wrap IPv6 Literals in brackets when Fiddler generates CONNECTs
 Fix max text body length bug in HTTPArchiveFormat
 PNGDistill bug fix

http://fiddler2.com/
Titel: Fiddler Web Debugging Proxy 4.6.2.3 / 2.6.2.3
Beitrag von: SiLæncer am 14 April, 2016, 21:00
Whats new: >>

Exposed Brotli compression to scripting
Updated the TLS ciphers list

http://fiddler2.com/
Titel: CCProxy 8.0 Build 2016.05.03
Beitrag von: SiLæncer am 03 Mai, 2016, 17:00
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* optimized the "Dial-up" function
* optimized the application performance
* optimized the "Remote Admin" function
* optimized the SMTP proxy
* optimized the Hyper links
* optimized the "Uninstall" function
* fixed issue with Uninstallation of CCProxy when set as NT Service

http://www.youngzsoft.net/
Titel: Http Proxy Scanner 1.6
Beitrag von: SiLæncer am 08 Mai, 2016, 19:00
(http://s26.postimg.org/5kx4d1lax/screenshot_38.png)
Http Proxy Scanner is a small tool for quickly scanning then displaying a proxy list. It will scan up to 10,000 IP addresses per second using the SYN method. Http Proxy Scanner will then provide an easy to understand display showing what is available and from where. You then have the simple option of saving the information to a text file for later use.

Freeware

http://www.mylanviewer.com/proxy-scanner.html
Titel: ChrisPC Free Anonymous Proxy 6.50
Beitrag von: SiLæncer am 17 Mai, 2016, 09:09
Latest Changes

Improved and optimized connection speed for Germany, UK, USA proxies.
Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Anti-Spam SMTP Proxy Server 2.5.1
Beitrag von: SiLæncer am 18 Mai, 2016, 21:00
(http://s26.postimg.org/j7go7xdeh/screenshot_62.png)
The open source Anti-Spam SMTP Proxy Server project was designed to create a platform-independent SMTP Proxy server that implements auto-whitelists, self learning Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, SenderBase and multiple other filter methods.

Whats new:>>

Fix :

- assp fails to start with an error "setting up modules....Can't call method "VERSION" on an undefined value at sub main::init line 312." if the ClamAVd is not available.

http://www.sourceforge.net/projects/assp/
Titel: Charles 3.11.5
Beitrag von: SiLæncer am 29 Mai, 2016, 08:30
Changelog

Bug fixes:

Fix SSL Root certificate installation bug on Android when using http://ssl.charles/
SOAP viewer fixes
HAR importer fixes
Fix Malformed HTTP URL when proxying to unusual ports

Minor improvements:

Map Remote cookie path rewriting
SSL Root certificate export command-line tool

[close]

http://www.xk72.com/
Titel: Simple DNSCrypt 0.3.2
Beitrag von: SiLæncer am 10 Juni, 2016, 19:30
(http://s26.postimg.org/wqyfgdp95/screenshot_130.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Updated dependencies
Added Simplified Chinese translation (@jerryhou85)
Moved libsodium from tmp folder to installation directory
Added Authenticode Tools check to validate the signed files
Updated dnscrypt-resolvers.csv
Changed default resolvers
Add quotation marks for existing installations (this fixes a vulnerability, where the dnscrypt-proxy path contains spaces: 3e6b394).

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: CCProxy 8.0 Build 20160615
Beitrag von: SiLæncer am 16 Juni, 2016, 18:00
Whats new: >>

optimized tool tips content
optimized registration function
fixed a bug in GZipDecode
added Support for exporting traffic details in CSV format
added Hungarian Language

http://www.youngzsoft.net/
Titel: X-Proxy 6.1.0.10
Beitrag von: SiLæncer am 24 Juni, 2016, 09:17
Whats new:>>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.
Some internal configurations have been changed.

http://saucessoftware.com/
Titel: ChrisPC Free Anonymous Proxy 6.55
Beitrag von: SiLæncer am 28 Juni, 2016, 21:00
Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Charles 3.11.6 Beta 3
Beitrag von: SiLæncer am 04 Juli, 2016, 20:00
Whats new:>>

Fix breakpoints not working on 304 responses
Fix ConcurrentModificationException when saving a session

http://www.xk72.com/
Titel: Acrylic DNS Proxy 0.9.34
Beitrag von: SiLæncer am 09 Juli, 2016, 19:01
(http://s26.postimg.org/m8afkfjix/screenshot_190.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Changelog

The setup now tries to add a firewall rule to allow inbound traffic to the Acrylic service
A console application (AcrylicRegExTester) to test regular expressions against domain names has been added to the project
Fixed a rare bug in the way the AcrylicHosts.txt file was read. Support for Old Macintosh line terminator style has been dropped
The regular expression engine has been replaced with PCRE (many more features and about 3.5 times faster than the previous one).

[close]

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: uuProxyAuto 1.03 Build 20160710
Beitrag von: SiLæncer am 18 Juli, 2016, 13:30
(http://s26.postimg.org/m5w2e334p/screenshot_214.png)
If you want to protect your online identity while surfing the Internet, you probably understand how specialized software solutions can help you simplify your work. uuProxyAuto is one of the applications that can provide you with quick, convenient results in the situation mentioned above by providing you with a wide variety of useful features.

Freeware

http://t-00.com/
Titel: CCProxy 8.0 Build 2016.07.22
Beitrag von: SiLæncer am 22 Juli, 2016, 13:00
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* optimized tool tips content* optimized registration function
* fixed a bug in GZipDecode
* added Support for exporting traffic details in CSV format
* added Hungarian Language

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.3.4
Beitrag von: SiLæncer am 23 Juli, 2016, 20:00
(http://s26.postimg.org/wqyfgdp95/screenshot_130.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Updated dnscrypt-resolvers.csv
Added Turkish translation (@emirgian)
Added an user configuration file (to keep settings after an update)
Added live translation menu
Fixed some style issues

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Proxy Mask 2.8.4.0
Beitrag von: SiLæncer am 28 Juli, 2016, 12:20
(http://s26.postimg.org/pd8ixb061/screenshot_206.png)
Proxy Mask is a useful and efficient software solution whose main function resides in helping you hide your tracks in the online environment, preventing websites or browsers from monitoring your activity on the Internet.

Freeware

http://www.rentanadviser.com/en/products/proxy-mask/proxy-mask.aspx
Titel: Charles 4.0.0.19
Beitrag von: SiLæncer am 01 August, 2016, 12:20
Changelog

Major features:

HTTP 2 support
IPv6 support
Updated look and feel
Improved performance

The updated look and feel includes:

Enhanced app icon!
Beautiful new custom designed icons for the toolbar and in the session navigator tree
Improved tab visual design on Mac OS X
Improved compatibility with Windows 10
Reduced border chrome

Minor features:

Command-line tool to export SSL certificates
Notes field added to Sequence view
XML summary export now includes headers
JSON export format
Kept-Alive count visible on Host and Path summaries
Uncompressed sizes added to Summary tab

[close]

http://www.xk72.com/
Titel: ChrisPC Free Anonymous Proxy 6.60
Beitrag von: SiLæncer am 05 August, 2016, 18:15
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for France, Germany, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Simple DNSCrypt 0.3.5
Beitrag von: SiLæncer am 10 August, 2016, 10:30
Changelog

Updated dnscrypt-proxy (1.7.0)
Updated dnscrypt-resolver.csv
Added config parameter: UpdateResolverListOnStart
Added config parameter: UseIpv6 (experimental). See #1 and #58.
Fixed default language after installation/update
Added fallback URL (https://download.dnscrypt.org/dnscrypt-proxy/*) for dnscrypt-resolver.csv and dnscrypt-resolver.csv.minisig
Updated libsodium-net
Added new dialog to the installer (create desktop shortcut). Fixes #59.
Fixed live translation

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: CCProxy 8.0 Build 2016.08.19
Beitrag von: SiLæncer am 19 August, 2016, 12:00
Whats new: >>

* optimized the application performance
* added Korean language

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.3.6
Beitrag von: SiLæncer am 25 August, 2016, 17:30
Changelog

Fixed default language after installation/update (Fixes #54)
Updated dnscrypt-resolver.csv
Added Spanish translation (@bcien)
Added Swedish translation (@eson57)

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Privoxy 3.0.26
Beitrag von: SiLæncer am 28 August, 2016, 14:00
(https://i2.wp.com/www.kaldata.com/wp-content/uploads/2016/08/Privoxy.png?w=616&ssl=1)
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

License : GPL

Release Notes

Privoxy 3.0.26 stable is a bug-fix release for the previously released 3.0.25 beta which introduced client-specific tags and included a couple of minor improvements.

    Bug fixes:

        Fixed crashes with "listen-addr :8118" (SF Bug #902). The regression was introduced in 3.0.25 beta and reported by Marvin Renich in Debian bug #834941.

    General improvements:

        Log when privoxy is toggled on or off via cgi interface.

        Highlight the "Info: Now toggled " on/off log message in the Windows log viewer.

        Highlight the loading actions/filter file log message in the Windows log viewer.

        Mention client-specific tags on the toggle page as a potentionally more appropriate alternative.

    Documentation improvements:

        Update download section on the homepage. The downloads are available from the website now.

        Add sponsor FAQ.

        Remove obsolete reference to mailing lists hosted at SourceForge.

        Update the "Before the Release" section of the developer manual.

    Infrastructure improvements:

        Add perl script to generate an RSS feed for the packages Submitted by "Unknown".

    Build system improvements:

        strptime.h: fix a compiler warning about ambiguous else.

        configure.in: Check for Docbook goo on the BSDs as well.

        GNUMakefile.in: Let the dok-user target remove temporary files.

Changes between Privoxy 3.0.25 beta and the previous release:

    Bug fixes:

        Always use the current toggle state for new requests. Previously new requests on reused connections inherited the toggle state from the previous request even though the toggle state could have changed. Reported by Robert Klemme.

        Fixed two buffer-overflows in the (deprecated) static pcre code. These bugs are not considered security issues as the input is trusted. Found with afl-fuzz and ASAN.

    General improvements:

        Added support for client-specific tags which allow Privoxy admins to pre-define tags that are set for all requests from clients that previously opted in through the CGI interface. They are useful in multi-user setups where admins may want to allow users to disable certain actions and filters for themselves without affecting others. In single-user setups they are useful to allow more fine-grained toggling. For example to disable request blocking while still crunching cookies, or to disable experimental filters only. This is an experimental feature, the syntax and behaviour may change in future versions. Sponsored by Robert Klemme.

        Dynamic filters and taggers now support a $listen-address variable which contains the address the request came in on. For external filters the variable is called $PRIVOXY_LISTEN_ADDRESS. Original patch contributed by pursievro.

        Add client-header-tagger 'listen-address'.

        Include the listen-address in the log message when logging new requests. Patch contributed by pursievro.

        Turn invalid max-client-connections values into fatal errors.

        The show-status page now shows whether or not dates before 1970 and after 2038 are expected to be handled properly. This is mainly useful for Privoxy-Regression-Test but could also come handy when dealing with time-related support requests.

        On Mac OS X the thread id in log messages are more likely to be unique now.

        When complaining about missing filters, the filter type is logged as well.

        A couple of harmless coverity warnings were silenced (CID #161202, CID #161203, CID #161211).

    Action file improvements:

        Filtering is disabled for Range requests to let download resumption and Windows updates work with the default configuration.

        Unblock ".ardmediathek.de/". Reported by ThTomate in #932.

    Documentation improvements:

        Add FAQ entry for crashes caused by memory limits.

        Remove obsolete FAQ entry about a bug in PHP 4.2.3.

        Mention the new mailing lists were appropriate. As the archives have not been migrated, continue to mention the archives at SF in the contacting section for now.

        Note that the templates should be adjusted if Privoxy is running as intercepting proxy without getting all requests.

        A bunch of links were converted to https://.

        Rephrase onion service paragraph to make it more obvious that Tor is involved and that the whole website (and not just the homepage) is available as onion service.

        Streamline the "More information" section on the homepage further by additionally ditching the link to the 'See also' section of the user manual. The section contains mostly links that are directly reachable from the homepage already and the rest is not significant enough to get a link from the homepage.

        Change the add-header{} example to set the DNT header and use a complete section to make copy and pasting more convenient. Add a comment to make it obvious that adding the header is not recommended for obvious reasons. Using the DNT header as example was suggested by Leo Wzukw.

        Streamline the support-and-service template Instead of linking to the various support trackers (whose URLs hopefully change soon), link to the contact section of the user manual to increase the chances that users actually read it.

        Add a FAQ entry for tainted sockets.

        More sections in the documentation have stable URLs now.

        FAQ: Explain why 'ping config.privoxy.org' is not expected to reach a local Privoxy installation.

        Note that donations done through Zwiebelfreunde e.V. currently can't be checked automatically.

        Updated section regarding starting Privoxy under OS X.

        Use dedicated start instructions for FreeBSD and ElectroBSD.

        Removed release instructions for AIX. They haven't been working for years and unsurprisingly nobody seems to care.

        Removed obsolete reference to the solaris-dist target.

        Updated the release instructions for FreeBSD.

        Removed unfinished release instructions for Amiga OS and HP-UX 11.

        Added a pointer to the Cygwin Time Machine for getting the last release of Cygwin version 1.5 to use for building Privoxy on Windows.

        Various typos have been fixed.

    Infrastructure improvements:

        The website is no longer hosted at SourceForge and can be reached through https now.

        The mailing lists at SourceForge have been deprecated, you can subscribe to the new ones at: https://lists.privoxy.org/

        Migrating the remaining services from SourceForge is work in progress (TODO list item #53).

    Build system improvements:

        Add configure argument to optimistically redefine FD_SETSIZE with the intent to change the maximum number of client connections Privoxy can handle. Only works with some libcs. Sponsored by Robert Klemme.

        Let the tarball-dist target skip files in ".git".

        Let the tarball-dist target work in cwds other than current.

        Make the 'clean' target faster when run from a git repository.

        Include tools in the generic distribution.

        Let the gen-dist target work in cwds other than current.

        Sort find output that is used for distribution tarballs to get reproducible results.

        Don't add '-src' to the name of the tar ball generated by the gen-dist target. The package isn't a source distribution but a binary package. While at it, use a variable for the name to reduce the chances that the various references get out of sync and fix the gen-upload target which was looking in the wrong directory.

        Add regression-tests.action to the files that are distributed.

        The gen-dist target which was broken since 2002 (r1.92) has been fixed.

        Remove genclspec.sh which has been obsolete since 2009.

        Remove obsolete reference to Redhat spec file.

        Remove the obsolete announce target which has been commented out years ago.

        Let rsync skip files if the checksums match.

    Privoxy-Regression-Test:

        Add a "Default level offset" directive which can be used to change the default level by a given value. This directive affects all tests located after it until the end of the file or a another "Default level offset" directive is reached. The purpose of this directive is to make it more convenient to skip similar tests in a given file without having to remove or disable the tests completely.

        Let test level 17 depend on FEATURE_64_BIT_TIME_T instead of FEATURE_PTHREAD which has no direct connection to the time_t size.

        Fix indentation in perldoc examples.

        Don't overlook directives in the first line of the action file.

        Bump version to 0.7.

        Fix detection of the Privoxy version now that https:// is used for the website.

[close]

http://www.privoxy.org/
Titel: Charles 4.0.1 Beta 1
Beitrag von: SiLæncer am 30 August, 2016, 05:00
Changelog

This beta includes the following bug fixes:

Local Address menu now reports IPv4 and IPv6 addresses clearly
PCAP file import improvements
Fix Repeat tool faults
Avoid resolving the remote address twice in some cases
Ensure throttle settings are applied to repeated HTTP2 requests

[close]

http://www.xk72.com/
Titel: CCProxy 8.0 (2016.09.12)
Beitrag von: SiLæncer am 12 September, 2016, 17:00
Whats new: >>

* optimized the application performance

http://www.youngzsoft.net/
Titel: ChrisPC Free Anonymous Proxy 6.65
Beitrag von: SiLæncer am 14 September, 2016, 18:30
Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 6.1.0.11
Beitrag von: SiLæncer am 17 September, 2016, 18:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The database has been updated Hosts Shield.
The database Hijacker Home Page Scan has been updated
The database (IP-Country) has been updated.
Fixed bug that did not recognize the FireFox and Chrome browsers on 64-bit systems.

http://saucessoftware.com/
Titel: Charles 4.0.1
Beitrag von: SiLæncer am 20 September, 2016, 17:00
Changelog

Bug fixes:

Fix display of local IP address in Help menu
Fix negotation with external proxies for authenticated SSL connections
Fix occassional hang on macOS with retina displays
Fix NPE in DNS Spoofing for repeated events
Fix HTML validation
Refresh current viewer when viewer mappings change
Ensure throttle settings are applied to repeated HTTP 2 requests
Improve PCAP file import

[close]

http://www.xk72.com/
Titel: CCProxy 8.0 Build 2016.10.13
Beitrag von: SiLæncer am 13 Oktober, 2016, 09:11
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

fixed a bug of http basic authenticate

http://www.youngzsoft.net/
Titel: Squid 3.5.22
Beitrag von: SiLæncer am 15 Oktober, 2016, 21:00
Release Notes : http://www.squid-cache.org/Versions/v3/3.5/changesets/SQUID_3_5_22.html

http://www.squid-cache.org/
Titel: ChrisPC Free Anonymous Proxy 6.70
Beitrag von: SiLæncer am 18 Oktober, 2016, 21:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for France, UK, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Anti-Spam SMTP Proxy (ASSP) 2.5.3
Beitrag von: SiLæncer am 20 Oktober, 2016, 20:00
(https://s26.postimg.cc/67cswtjex/screenshot_1166.png)
The Anti-Spam SMTP Proxy (ASSP) aims to be an open-source SMTP Proxy server with auto-whitelists, self-learning Bayesian, greylisting, virus scanning, attachment blocking, and many other filter methods.

Some of its other many, geeky features include multiple weighted DNSBLs and URIBLs, greylisting, regular expression filtering, penalty box, senderBase, attachment blocking, ClamAV and FileScan included, blocking reporting, LDAP support, backscatter detection and more.

License: Open Source

http://www.thockar.com/assp-home/
Titel: Fiddler Web Debugger 4.6.3.44034
Beitrag von: SiLæncer am 25 Oktober, 2016, 18:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

SampleRules.js now has Windows style line endings and can be conveniently edited in notepad
Fixed installer issue in Windows 10
Improved update

http://www.telerik.com/fiddler
Titel: AdFender 2.30
Beitrag von: SiLæncer am 25 Oktober, 2016, 19:00
(http://s26.postimg.org/5xs3j563d/screenshot_685.jpg)
AdFender is a local content-filtering HTTP proxy server. AdFender is an advanced application that filters various different types of content from web pages, and prevents certain information from going out to web servers. If your content is filtered it can save you valuable time and bandwidth. Not only that, but it also enhances your online privacy.

Freeware

Changelog

Added support for filter options $websocket, $font and $other
Automatically imports AdFender CA certificate in Firefox
Dynamically updates top level domain and HTTPS exclusion lists
Supports renewing license before current license expires
Renew AdFender root CA on demand
Filter only connections that originate from list of applications enabled for filtering when running in system proxy mode
Fixed issue applying global signature rules when host name starts with www
Fixed issue in applying third-party rules with wild-card characters
Updated OpenSSL v1.0.2j
Updated Tor bundle
Updated top level domains list
Updated HTTPS exclusion list
Other bug fixes

[close]

http://www.adfender.com/
Titel: Charles 4.0.2
Beitrag von: SiLæncer am 19 November, 2016, 18:00
Changelog

Bug fixes and minor improvements:

Local IP addresses are now sorted, and the window is bigger
Fix display of local IP address in SSL Proxying remote browser help
Windows: larger toolbar icons
JSON import/export: include exception details
Focussed setting now remembered in Sequence view
Antialias text on Chart view

[close]

http://www.xk72.com/
Titel: AdFender 2.31
Beitrag von: SiLæncer am 19 November, 2016, 20:00
Changelog

Added support for removing tracking cookies from Microsoft Edge
Added 'Check for updates' option in tray icon menu
Added support for Chrome and Firefox cookies across all user profiles
Improved cookie cleaning in Chrome
Fixed issue with establishing SSL connections due to cipher list
Fixed issue enumerating Internet Explorer cookies on Windows 10
Fixed issue with custom entries not working in HTTPS excluded list
Fixed issue with TLD file not updated in Standard mode
Removed history tab

[close]

http://www.adfender.com/
Titel: ChrisPC Free Anonymous Proxy 6.75
Beitrag von: SiLæncer am 07 Dezember, 2016, 17:30
Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Anti-Spam SMTP Proxy Server 2.5.3 build 16347
Beitrag von: SiLæncer am 12 Dezember, 2016, 19:00
Whats new:>>

improved 'DoNoFrom' check - the existence of the email address in the FROM: header line is now also checked

http://www.thockar.com/assp-home/

Titel: CCProxy 8.0 (2016.12.13)
Beitrag von: SiLæncer am 13 Dezember, 2016, 14:00
Whats new: >>

* added ability to change to different connection for each protocol

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.3.7
Beitrag von: SiLæncer am 20 Dezember, 2016, 18:00
(http://s26.postimg.org/wqyfgdp95/screenshot_130.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Updated dnscrypt-proxy to 1.8.1
Add secondary resolver support (Fixes #3)
Updated dnscrypt-resolver.csv
Changed default resolvers
Added Danish translation
Added Italian translation
Updated dependencies

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: X-Proxy 6.1.0.12
Beitrag von: SiLæncer am 21 Dezember, 2016, 17:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The Hosts Shield database has been updated.
The Hijacker Home Page Scan database has been updated.
The (IP-Country) database has been updated.
Fixed an error verifying connection to VPN servers (For donor users)

http://saucessoftware.com/
Titel: Anti-Spam SMTP Proxy (ASSP) 2.5.5.16366
Beitrag von: SiLæncer am 31 Dezember, 2016, 15:00
Whats new:>>

- improved handling of the internal caches
- some minor GUI changes
- improved attachment level handling

http://www.thockar.com/assp-home/
Titel: Simple DNSCrypt 0.3.9
Beitrag von: SiLæncer am 04 Januar, 2017, 19:00
Whats new:>>

Fix resolver update button
Switch to .NET 4.6 (the block list now can download remote files with TLS 1.2)
Support DNSCrypt v2 on certificate validation (analyse button)
Remove failed resolvers from the list (analyse button)

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.4.0
Beitrag von: SiLæncer am 06 Januar, 2017, 06:00
(http://s26.postimg.org/wqyfgdp95/screenshot_130.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Whats new:>>

Added Tab: Live Log (watch the dns log within Simple DNSCrypt) Fixes #39.
Added Persian/Farsi translation (@robin98)
Updated Spanish translation (@pablomh)

https://github.com/bitbeans/SimpleDnsCrypt
Titel: CCProxy 8.0 Build 2017.01.13
Beitrag von: SiLæncer am 13 Januar, 2017, 09:12
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* fixed a bug in „Account Manager“ causing program crash
* fixed service stopping auto
* optimized application performance

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.4.1
Beitrag von: SiLæncer am 22 Januar, 2017, 11:00
Changelog

Updated dnscrypt-proxy to 1.9.3
Updated dnscrypt-resolver.csv
Include Universal C Runtime DLLs (KB2999226)
Updated Spanish translation (@pablomh)
Updated French translation (@didihu)
Updated Indonesian translation (@christantoan)
Updated Swedish translation (@eson57)
Updated Russian translation (Vlad)
Updated Uninstall.exe (clear network cards)
Fixed the update check (there are now UnitTests!)
Note: There was a bug in the update parser (0.3.9 and 0.4.0). So maybe you need to download this release manually. Sorry!

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: ChrisPC Free Anonymous Proxy 6.80
Beitrag von: SiLæncer am 23 Januar, 2017, 07:13
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for Germany, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Fiddler Web Debugger 4.6.20171.7553
Beitrag von: SiLæncer am 30 Januar, 2017, 19:00
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

Added C# scripting
Integrated Syntax-Highlighting Add-Ons (Fiddler Script Editor) in Fiddler
Fixed exceptions on finding resources
Auto update improvements

http://www.telerik.com/fiddler
Titel: anonymoX 2.5.3.1
Beitrag von: SiLæncer am 01 Februar, 2017, 06:00
(http://s26.postimg.org/o155p50rd/screenshot_329.jpg)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Whats new:>>

Bug fixes:

Firefox Multiprocess compatibility (Version 52+)

http://www.anonymox.net/
Titel: ChrisPC Free Anonymous Proxy 7.00
Beitrag von: SiLæncer am 09 Februar, 2017, 09:11
Latest Changes

Improved proxy engine with faster and safer connections using latest OpenSSL library.
Improved support for Windows 10 version 1607.
Improved proxy connection for USA, UK, France, Germany proxies.
Updated ads blocker and privacy scripts.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Fiddler Web Debugger 4.6.20171.9220
Beitrag von: SiLæncer am 10 Februar, 2017, 13:15
Whats new: >>

 Minor fixes in Fiddler and Fiddler Script Editor C# functionality
 Improved .NET framework recognition in installer
 Fiddler for .NET2 start up bug fixed

http://www.telerik.com/fiddler
Titel: Proxy Mask - Proxy Switcher 3.4.4.0
Beitrag von: SiLæncer am 10 Februar, 2017, 13:39
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask is a useful and efficient software solution whose main function resides in helping you hide your tracks in the online environment, preventing websites or browsers from monitoring your activity on the Internet.

Freeware

http://www.rentanadviser.com/en/products/proxy-mask/proxy-mask.aspx
Titel: X-Proxy 6.1.0.13
Beitrag von: SiLæncer am 23 Februar, 2017, 19:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

- The Hosts Shield database has been updated.
- Some internal settings have been modified
- The (IP-Country) database has been updated.
- Splash Screen has been modified

http://saucessoftware.com/
Titel: Simple DNSCrypt 0.4.2
Beitrag von: SiLæncer am 04 März, 2017, 18:00
Whats new:>>

Updated dnscrypt-proxy to 1.9.4
Updated dnscrypt-resolver.csv
Updated Chinese translation (@jerryhou85)
Added Bulgarian translation (@rddim)
Updated dependencies

https://github.com/bitbeans/SimpleDnsCrypt
Titel: ChrisPC Free Anonymous Proxy 7.05
Beitrag von: SiLæncer am 10 März, 2017, 17:00
Latest Changes

Improved and optimized connection speed for France, UK, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: CCProxy 8.0 Build 20170320
Beitrag von: SiLæncer am 20 März, 2017, 17:00
Whats new: >>

Optimized application performance
Hebrew language updated

http://www.youngzsoft.net/
Titel: Fiddler Web Debugger 4.6.20171.14978
Beitrag von: SiLæncer am 23 März, 2017, 14:00
Whats new: >>

 Fixed "Ignore server certificate errors(unsafe)" checkbox being checked by default.
 Fixed ServerChatter NullReference exception.
 Transformed the PDBs to MDBs for Linux build.
 Implemented DescribeConnectionSecurity for MONO.
 Fixed HTTPS for Mono 4.8.0.

http://www.telerik.com/fiddler
Titel: Shadowsocks 4.0
Beitrag von: SiLæncer am 04 April, 2017, 21:00
(http://s26.postimg.org/lwvyvjz89/screenshot_208.png)
Surf the Internet securely and anonymously using an industry level encryption algorithms or your own secure proxy servers using this app.

License : GPLv3

Whats new:>>

Add AEAD ciphers support, removed OTA
I18N: add Japanese support, update Traditional Chinese strings
sysproxy: restore user settings when system proxy is turned off
Bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: Shadowsocks 4.0.1
Beitrag von: SiLæncer am 10 April, 2017, 18:00
(http://s26.postimg.org/lwvyvjz89/screenshot_208.png)
Surf the Internet securely and anonymously using an industry level encryption algorithms or your own secure proxy servers using this app.

License : GPLv3

Whats new:>>

Fix UDP relay
Allow to add multiple servers via Shadowsocks URL
Bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: Charles 4.1.1
Beitrag von: SiLæncer am 21 April, 2017, 16:00
Changelog

Bug fixes:

Fix failure to render JSON Text and XML Text views on Windows
Fix failure to render Text view (when displaying line numbers) on Windows
Fix failure to launch on Windows and Linux with some anti-aliasing system configurations

[close]

http://www.xk72.com/
Titel: Charles 4.1.2 Beta 1
Beitrag von: SiLæncer am 23 April, 2017, 12:00
Whats new:>>

Fix JSON Text view on Windows and Linux

http://www.xk72.com/
Titel: AdFender 2.50
Beitrag von: SiLæncer am 25 April, 2017, 21:00
(http://s26.postimg.org/5xs3j563d/screenshot_685.jpg)
AdFender is a local content-filtering HTTP proxy server. AdFender is an advanced application that filters various different types of content from web pages, and prevents certain information from going out to web servers. If your content is filtered it can save you valuable time and bandwidth. Not only that, but it also enhances your online privacy.

Freeware

Changelog

Added support for filter rules with non-ascii characters
Added support for regex based filter rules
Added new custom filter list
Added support for additional mime types
Added support for brotli compression format
Fixed issue with check for filter updates
Fixed issue with connecting to HTTPS sites using Chrome 58 or higher
Fixed issue with creating SSL certificates when connecting to domain with long hostname
Fixed issue with browser spinning after TLD file update
Updated filter engine
Updated SSL certificate manager module
Updated hook engine
Updated OpenSSL v1.1.0e
Updated Tor bundle
Updated top level domains list
Updated HTTPS exclusion list
Standard (Free) mode is discontinued
Removed support for Windows XP
Other bug fixes

[close]

http://www.adfender.com/
Titel: AdFender 2.51
Beitrag von: SiLæncer am 28 April, 2017, 06:00
Whats new:>>

Fixed issue with processing multi-line HTTP headers

http://www.adfender.com/
Titel: ChrisPC Free Anonymous Proxy 7.10
Beitrag von: SiLæncer am 12 Mai, 2017, 05:30
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Charles 4.1.2 Final
Beitrag von: SiLæncer am 14 Mai, 2017, 10:58
Changelog

Bug fixes and minor improvements:

HTTP 2 improvements addressing faults with Map Remote, Map Local and general stability improvements.
User font preference is now applied more uniformly to transaction viewers
Fiddler import NumberFomatException fixed

Windows specific improvements:

Type rendering fixed when antialiasing is disabled
Fix error output when using command-line tools
Fix clipping of alert icons
Fix crash when presenting file dialogs if GodMode is enabled

[close]

http://www.xk72.com/
Titel: Charles 4.1.3 Beta 1
Beitrag von: SiLæncer am 15 Mai, 2017, 21:00
Whats new:>>

Fix un-antialiased text display on Windows and Linux
Fix HTTP 2 Map Local and Map Remote issues
Apply user's text preferences to all viewers

http://www.xk72.com/
Titel: CCProxy 8.0 Build 2017.05.22
Beitrag von: SiLæncer am 22 Mai, 2017, 09:07
(http://www.youngzsoft.net/ccproxy/images/ccproxy2.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* Added support to set date range for flow stats
* Fixed a bug of Outgoing IP list not showing all IPs
* Optimized application performance

http://www.youngzsoft.net/
Titel: anonymoX 3.0
Beitrag von: SiLæncer am 26 Mai, 2017, 16:30
(http://s26.postimg.org/o155p50rd/screenshot_329.jpg)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Security:

Support for additional TLS Encryption (Proxy<->Client)

Features:

Compatibility with Firefox 54
UI Redesign
Smaller toolbar footprint
Internationalized Domain Names Support

Bugfixes:

Various small fixes

[close]

http://www.anonymox.net/
Titel: ChrisPC Free Anonymous Proxy 7.15
Beitrag von: SiLæncer am 09 Juni, 2017, 19:00
Latest Changes

Improved and optimized connection speed for Germany, UK, USA proxies.
Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: anonymoX 3.1
Beitrag von: SiLæncer am 14 Juni, 2017, 05:00
Whats new:>>

Changes:

Explicit country change button

Bug fixes:

Geolocation fake dialog was irresponsive
Possible fix for a crash saying "Illegal value nsresult: 0x80070057 (NS_ERROR_ILLEGAL_VALUE)"
Small translation fix

http://www.anonymox.net/
Titel: Fiddler Web Debugger 4.6.20171.26113
Beitrag von: SiLæncer am 16 Juni, 2017, 16:30
(http://s26.postimg.org/4qt4e9kt5/screenshot_8.jpg)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

Updated EULA
Various fixes and improvements

http://www.telerik.com/fiddler
Titel: Charles 4.1.3 Final
Beitrag von: SiLæncer am 20 Juni, 2017, 17:00
Changelog

New features:

Support for Brotli compression

Bug fixes:

Fix rare chunked response bug
Rewrite tool can now rewrite the Host to include a port

Minor improvements:

Add -v command-line argument to display the current version

Windows specific improvements:

Fixes to split pane behaviour, including making it easier to resize, and showing the correct cursor

[close]

http://www.xk72.com/
Titel: anonymoX 3.2
Beitrag von: SiLæncer am 21 Juni, 2017, 12:34
Whats new:>>

Features:

Premium trial button

Bug fixes:

Fixed broken country names in localization
Fixed clean up on shutdown
Fixed pref handling

http://www.anonymox.net/
Titel: AdFender 2.52
Beitrag von: SiLæncer am 24 Juni, 2017, 11:00
(https://s26.postimg.cc/sydsgojjt/screenshot_96.png)
AdFender is a local content-filtering HTTP proxy server. AdFender is an advanced application that filters various different types of content from web pages, and prevents certain information from going out to web servers. If your content is filtered it can save you valuable time and bandwidth. Not only that, but it also enhances your online privacy.

Freeware

Changelog

Updated filter engine
Mirrors client ciphers
Updated OpenSSL 1.1.0f
Fixed crash when running concurrently under different user accounts
Added option to choose whether to enable HTTPS filtering
Updated Tor bundle
Other bug fixes

[close]

http://www.adfender.com/
Titel: Charles 4.1.4 Beta 2
Beitrag von: SiLæncer am 03 Juli, 2017, 09:10
Changelog

Support raw IPv6 addresses in [] format
Fix rare hung-connection fault
Fix fault showing detail of multipart request files
Fix SSL connection failure when the server failed the handshake by closing the connection
Mirror tool: support partial byte range responses

[close]

http://www.xk72.com/
Titel: Charles 4.1.4 Beta 3
Beitrag von: SiLæncer am 05 Juli, 2017, 13:34
Whats new:>>

WebSocket support extended to off-spec clients that upgrade to WebSockets on an existing HTTP connection

http://www.xk72.com/
Titel: Charles 4.1.4 Final
Beitrag von: SiLæncer am 10 Juli, 2017, 17:00
Changelog

Minor improvements:

Mirror tool now supprts partial responses (so you can mirror some streaming video)
JSON export option added to Web Interface
Recognise WebSocket upgrades on an existing connection

Bug fixes:

Support IPv6 literal addresses in Location host fields
Fix hung requests that occurred in some rare, but consistent circumstances
Fix fault in multipart form viewer when expanding file details
Improve SSL connection establishment when the first protocol offered is rejected aggressively
Fix right-click issue on macOS on computers with a trackpad, where popup menus would appear then disappear

[close]

http://www.xk72.com/
Titel: CCProxy 8.0 Build 20170718
Beitrag von: SiLæncer am 18 Juli, 2017, 14:00
(https://s26.postimg.org/rl1j5ujo9/screenshot_1087.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

Optimized application performance

http://www.youngzsoft.net/
Titel: Fiddler Web Debugger 4.6.20172.31233
Beitrag von: SiLæncer am 21 Juli, 2017, 12:10
(https://i.postimg.cc/Xqw1DrSF/Neat-Mouse.png)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Whats new: >>

Fiddler installs per user now. Multiple installations can coexist on the same machine
Minor fixes and improvements.

http://www.telerik.com/fiddler
Titel: ChrisPC Free Anonymous Proxy 7.20
Beitrag von: SiLæncer am 04 August, 2017, 16:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for UK, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: X-Proxy 6.1.0.14
Beitrag von: SiLæncer am 13 August, 2017, 12:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

Added Home button in Proxy Checker.
On 01/09/2018 X-Proxy will not have option for donor users and will have all its options fully open.
The maximum number of proxies to check for non-donor users was removed, but the maximum number of proxies downloaded for subsequent verification is limited to 300.

http://saucessoftware.com/
Titel: Charles 4.2 Beta 1
Beitrag von: SiLæncer am 21 August, 2017, 13:00
Changelog

This beta includes the following bug fixes and improvements:

Extended TLS information on the Overview tab
Better information about SSL/TLS exceptions to help troubleshooting
Active Connections view enhanced
WebSocket information added to Overview tab
Maintain and reuse outgoing connections for better overall performance (especially with Firefox)
Toolbar icons changed to improve distinction between states for colour blind users
Menubar / System Tray icons changed to reflect throttling status (and improved, but not 100% yet, on Linux)
Lots of other bug fixes and minor improvements

[close]

http://www.xk72.com/
Titel: anonymoX 3.2.1
Beitrag von: SiLæncer am 30 August, 2017, 12:20
(http://s26.postimg.org/o155p50rd/screenshot_329.jpg)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Internal fix (compatibility)

[close]

http://www.anonymox.net/
Titel: Charles 4.2 Beta 2
Beitrag von: SiLæncer am 31 August, 2017, 19:00
Changelog

Extended TLS information on the Overview tab
Better information about SSL/TLS exceptions to help troubleshooting
Active Connections view enhanced
WebSocket information added to Overview tab
Maintain and reuse outgoing connections for better overall performance (especially with Firefox)
macOS: Fix menu accelerators when there is no session open
macOS: Fullscreen dialog focus fixes
Toolbar icons changed to improve distinction between states for colour blind users
Menubar / System Tray icons changed to reflect throttling status (and improved, but not 100% yet, on Linux)
Lots of other bug fixes and minor improvements

[close]

http://www.xk72.com/
Titel: X-Proxy 6.1.0.16
Beitrag von: SiLæncer am 13 September, 2017, 13:09
Whats new:>>

- The (IP-Country) database   has been updated.
- Removed Home button   in Proxy Checker.
- Added button Donate .

http://saucessoftware.com/
Titel: CCProxy 8.0 Build 20170919
Beitrag von: SiLæncer am 19 September, 2017, 12:29
Whats new: >>

Added ability to show local ports for port mapping
Optimized application performance

http://www.youngzsoft.net/
Titel: anonymoX 3.3.1
Beitrag von: SiLæncer am 23 September, 2017, 10:00
Whats new:>>

Features:

Hybrid functionality for saving user data

http://www.anonymox.net/
Titel: Charles 4.2
Beitrag von: SiLæncer am 02 Oktober, 2017, 08:59
Changelog

Major new features:

TLS information in the Overview tab now includes detailed information about the TLS connection, including:

Session resumption
Ciphers
Certificates
Extensions
TLS handshake sizes are now correctly accounted for when SSL Proxying

Minor improvements:

Charles system tray / menu bar icon now indicates throttling state
Local address now shows local port on Overview tab
SOCKS proxy HTTP ports now support ranges
Icons tweaked to improve recognition for colour blind users
Recognise all +json mime-types as JSON
TLS exceptions now convey more information (to help debug connection failures)
Active Connections view improved to actually show active connections rather than active requests/responses
Websocket info on Overview tab
Fix connections to hosts that resolve to multiple IPs where one IP doesn't work
Remote connection handling now uses a connection pool to better match regular browser performance
Response headers now shown for CONNECT requests
Charles is now more likely to resume TLS sessions with clients
JavaScript rendering performance improvements

Bug fixes:

Fixed occassional failures of JSON, JavaScript and XML text rendering
HTTP 2 bug fixes
Fixed failure of Raw editor when there aren't headers
Fixed occassional table rendering faults

Windows:

System tray icons improved

[close]

http://www.xk72.com/
Titel: ChrisPC Free Anonymous Proxy 7.30
Beitrag von: SiLæncer am 25 Oktober, 2017, 22:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved and optimized connection speed for France, UK, Swiss, USA proxies.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Charles 4.2.1 Beta 2
Beitrag von: SiLæncer am 28 Oktober, 2017, 11:00
Whats new:>>

This beta includes the following bug fixes and improvements:

HAR: improve import of HAR files exported from Chrome (especially for H2)

http://www.xk72.com/
Titel: X-Proxy 6.1.0.17
Beitrag von: SiLæncer am 06 November, 2017, 18:00
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The code of X-Proxy Checker has been optimized.
Added new Korean language. (Credits for friend JaeHyung Lee)

http://saucessoftware.com/
Titel: anonymoX 4.0
Beitrag von: SiLæncer am 13 November, 2017, 18:00
(https://i.postimg.cc/CLxG7b7B/screenshot_628.png)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Webextension rewrite

[close]

http://www.anonymox.net/
Titel: anonymoX for Firefox 4.0.1
Beitrag von: SiLæncer am 14 November, 2017, 17:00
Whats new:>>

Fixed bug in migration code

http://www.anonymox.net/
Titel: CCProxy 8.0 (2017.11.15)
Beitrag von: SiLæncer am 15 November, 2017, 17:00
(https://s26.postimg.org/rl1j5ujo9/screenshot_1087.jpg)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

Optimized registration function

http://www.youngzsoft.net/
Titel: Charles 4.2.1
Beitrag von: SiLæncer am 22 November, 2017, 09:14
Whats new:>>

Important bug fixes:

Fix Map Remote's preserving of host headers for HTTP 2
Fix CONNECT tunnelling of unsupported protocols
Fix importing of unexpectedly formed HAR content from Chrome
macOS: Fix native code crashes

http://www.xk72.com/
Titel: ShadowsocksR 4.9.0 Pre-release
Beitrag von: SiLæncer am 04 Dezember, 2017, 19:00
Whats new:>>

Add speed priority load balancing (experiment)
Add a subscription to the latest update time
Interface Edit node shows the horizontal scroll bar, IPv6 address filtering
Update the ordering of subscriptions and automatically delete the same node
http request using a custom User-Agent

https://github.com/shadowsocksrr/shadowsocksr-csharp
Titel: Shadowsocks 4.0.7
Beitrag von: SiLæncer am 09 Dezember, 2017, 20:00
(https://s26.postimg.org/lwvyvjz89/screenshot_208.png)
Surf the Internet securely and anonymously using an industry level encryption algorithms or your own secure proxy servers using this app.

License : GPLv3

Whats new:>>

Fix QR code and ss:// protocol import issue
Add an option to show password
User rules have higher priority in PAC file
Bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 7.35
Beitrag von: SiLæncer am 12 Dezember, 2017, 06:00
Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: anonymoX for Firefox 4.0.2
Beitrag von: SiLæncer am 03 Januar, 2018, 10:00
Whats new:>>

improved styling of settings page
added interoperability improvements

http://www.anonymox.net/
Titel: anonymoX for Firefox 4.1
Beitrag von: SiLæncer am 06 Januar, 2018, 10:00
Whats new:>>

Features:

selfcheck: automatically disable broken identities

Fixes:

Various bug fixes

http://www.anonymox.net/
Titel: CCProxy 2018.01.23
Beitrag von: SiLæncer am 23 Januar, 2018, 20:00
Whats new: >>

* Optimized process to handle outgoing IP
* Fixed a bug causing web page not loading when URL was too long
* Fixed a bug with WeChat PC version not working through CCProxy
* Added Online/Offline Registration function

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.4.5
Beitrag von: SiLæncer am 09 Februar, 2018, 20:00
(https://s26.postimg.org/wqyfgdp95/screenshot_130.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Whats new:>>

First version with dnscrypt-proxy 2.0.0
Simple DNSCrypt 0.4.5 contains all configuration options to easily install, uninstall and configure dnscrypt-proxy.
Further options such as: Blacklist, IP-Blacklist, Forwarding, Cloaking or the manual administration of single "server sources" will follow in later versions (sorry for that delay).
Some translations are still missing: https://poeditor.com/join/project/3frSzJtSqc
Note: It may be necessary to manually remove old versions of Simple DNSCrypt on some systems.

https://github.com/bitbeans/SimpleDnsCrypt
Titel: ChrisPC Free Anonymous Proxy 7.50
Beitrag von: SiLæncer am 11 Februar, 2018, 20:30
Latest Changes

Improved proxy engine with faster and safer connections using latest OpenSSL library.
Improved support for Windows 10 version 1709.
Updated ads blocker and privacy engine.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Simple DNSCrypt 0.4.6
Beitrag von: SiLæncer am 11 Februar, 2018, 21:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Whats new:>>

Fixed a bug that didn't start the GUI in case of missing translations (#214)
Fixed a bug in the update system
Added missing App.config to the installer bundle
Updated some translations

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.4.7
Beitrag von: SiLæncer am 12 Februar, 2018, 18:00
Whats new:>>

Fixed problem with splash screen if AutoUpdate function was disabled
There was a problem that the Chinese translation didn't load
Check the availability of Microsoft Visual C++ Redistributable for Visual Studio 2017 at startup.
Localization of further strings

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.4.8
Beitrag von: SiLæncer am 13 Februar, 2018, 09:12
Whats new:>>

Polish translation was added
Existing translations have been updated
Spanish translation has been fixed, Simple DnsCrypt now starts again!

https://github.com/bitbeans/SimpleDnsCrypt
Titel: X-Proxy 6.1.0.18
Beitrag von: SiLæncer am 15 Februar, 2018, 09:03
(http://saucessoftware.com/images/screenshots/xproxy/xproxy.jpg)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

The database of (IP-Country) has been updated.

http://saucessoftware.com/
Titel: Simple DNSCrypt 0.4.9
Beitrag von: SiLæncer am 19 Februar, 2018, 12:27
Whats new:>>

The QueryLog can now be deactivated #226
The path of the QueryLog file can now be customized
New: Simple DnsCrypt can now configure the "Domain Blacklist"
New: Simple DnsCrypt now has a "BlockLog" tab

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.5.0
Beitrag von: SiLæncer am 21 Februar, 2018, 09:12
Whats new:>>

Dnscrypt-proxy has been updated to version 2.0.1
Updated some language files
It is now possible to add hosts directly from the block log to the whitelist
It is now possible to add hosts directly from the query log to the blacklist
Simplednscrypt automatically restarts the service when the blacklist is regenerated (if the service has already been started)
An error which could cause the application to crash in case of missing blacklist or whitelist file has been fixed

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.5.1
Beitrag von: SiLæncer am 21 Februar, 2018, 20:00
Whats new:>>

Updated to dnscrypt-proxy 2.0.2 (Improved load-balancing algorithm, which should result in lower latency)

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.5.2
Beitrag von: SiLæncer am 25 Februar, 2018, 11:00
Whats new:>>

Fix: Keep user settings after an update (#234)
New: Act as global resolver (#240)
Updated some translations

Updated to dnscrypt-proxy 2.0.4:

Fixes a regression with truncated packets (2.0.4)
Load balancing: resolvers that respond promptly, but with bogus responses are now gradually removed from the preferred pool (2.0.3)

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.5.3
Beitrag von: SiLæncer am 05 März, 2018, 13:30
Whats new:>>

Fix: Domain Block Log issue (#246)
Fix: Domain Blacklist issue (#245)
New languages: Turkish and Traditional Chinese
Updated some translations
Added dynamic width and height to some tabs.
Updated to dnscrypt-proxy 2.0.6
Fixes a crash occasionally happening when using DoH servers, with stamps not containing any IP addresses, a DNSSEC-signed name, a non-working system DNS configuration, and a fallback server supporting DNSSEC (2.0.5).
Automatic log files rotation was finally implemented (2.0.6).
A bug with source names including CNAME records was fixed (2.0.6).

https://github.com/bitbeans/SimpleDnsCrypt
Titel: CCProxy 8.0 Build 20180307
Beitrag von: SiLæncer am 07 März, 2018, 17:00
(https://s26.postimg.cc/sid7ehcnd/screenshot_7.png)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

Added support to add comments in filter files
Added support to assign multiple filter files per user

http://www.youngzsoft.net/
Titel: X-Proxy 6.1.0.19
Beitrag von: SiLæncer am 28 März, 2018, 09:17
Whats new:>>

Removed option for donors.
Compiled in Visual Studio 2017.
Executed small code cleaning.

http://saucessoftware.com/
Titel: Simple DNSCrypt 0.5.4
Beitrag von: SiLæncer am 02 April, 2018, 16:00
Whats new:>>

Updated to dnscrypt-proxy 2.0.8
New: Tray Icon
New: fallback_resolver can now be configured
Fix: Changing the DNS Servers filtering does not un-select entries (#277)
Updated some translations

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Charles 4.2.5
Beitrag von: SiLæncer am 09 April, 2018, 12:22
Changelog

Improvements:

Hostname filter added to Structure view
Websockets: added right-click to export all messages as individual files
SSL Proxying support extended to Port Forwarding and non-HTTP SOCKS traffic
Charles no longer prevents sleep on macOS
SOCKS TLS connections now get a host name instead of just an IP address
Many internal improvements to the minutiae of proxying, including reduced usage of chunked responses when they weren't warranted, and improved Expect/Continue behaviour.

Bug fixes:

Map Remote and Map Local bugs fixed that prevents correct https -> http and http -> https mappings
Authentication viewers fixes to display of bearer tokens and similar
HTTP 2 over Reverse Proxy improved
cURL-compatible URL creation fixed for HTTP 2
Windows: some native code loading issues fixed, which prevented Charles from automatically controlling the Windows Proxy

[close]

http://www.xk72.com/
Titel: UltraSurf 18.01
Beitrag von: SiLæncer am 23 April, 2018, 20:00
(https://s26.postimg.cc/gnbv8rpft/screenshot_1073.png)
UltraSurf is a lightweight freeware program designed as an anti-censorship tool. It allows to circumvent firewalls using proxies and employs encryption protocols for privacy. Other applications include protecting your security on public WIFI, hiding your IP address and encrypted communication. When started, UltraSurf automatically finds proxy servers from a range of servers globally and builds a connection through an encrypted tunnel. The software executes without installation from a hard drive or portable media, for example USB drive, memory card or CD, and leaves no registry after shut down. Internet Explorer and Firefox are the currently supported browsers UltraSurf runs through.

Freeware

www.ultrasurf.us
Titel: DNSCrypt Proxy 2.0.11
Beitrag von: SiLæncer am 27 April, 2018, 13:27
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

https://dnscrypt.info/faq
Titel: WinGate Proxy Server 9.1.5.5965
Beitrag von: SiLæncer am 29 April, 2018, 21:00
(https://s26.postimg.cc/irg79doix/screenshot_1149.png)
WinGate Proxy Server is an integrated Internet gateway and communications server designed to provide solid security, communications, and control.

FREE for 10 users

Changelog

1. Fix: JScript Item: Fix crash if script longer than 2k characters.
2. Fix: JScript Item: Fix problems with String.Tokenize, including destruction of source string, and improper handling of empty first token.
3. Fix: SOCKS: Properly report and display SOCKS4a if that is being used by the client (was reporting as SOCKS4)
4. New: Session Schema: Added Session.LogEvent function to schema so you can log to the session log from script
5. New: SOCKS Schema: Added Session.ServerName to allow policy control on destination of SOCKS connection requests where the proxy is resolving the target. Can be overwritten.

[close]

http://www.wingate.com/qbik/index.php
Titel: Anti-Spam SMTP Proxy (ASSP) 2.6.1.18120
Beitrag von: SiLæncer am 01 Mai, 2018, 13:00
(https://s26.postimg.cc/67cswtjex/screenshot_1166.png)
The Anti-Spam SMTP Proxy (ASSP) aims to be an open-source SMTP Proxy server with auto-whitelists, self-learning Bayesian, greylisting, virus scanning, attachment blocking, and many other filter methods.

Some of its other many, geeky features include multiple weighted DNSBLs and URIBLs, greylisting, regular expression filtering, penalty box, senderBase, attachment blocking, ClamAV and FileScan included, blocking reporting, LDAP support, backscatter detection and more.

License: Open Source

Whats new:>>

- performance improvement for the rebuildspamdb task if pravacy levels are used for Bayesian and HMM
- disclaimer removal statistic output for the rebuild task
- using the analyzer web interface no longer prevents the MainThread from getting new SMTP connections

http://www.thockar.com/assp-home/
Titel: UltraSurf 18.02
Beitrag von: SiLæncer am 03 Mai, 2018, 23:00
(https://s26.postimg.cc/gnbv8rpft/screenshot_1073.png)
UltraSurf is a lightweight freeware program designed as an anti-censorship tool. It allows to circumvent firewalls using proxies and employs encryption protocols for privacy. Other applications include protecting your security on public WIFI, hiding your IP address and encrypted communication. When started, UltraSurf automatically finds proxy servers from a range of servers globally and builds a connection through an encrypted tunnel. The software executes without installation from a hard drive or portable media, for example USB drive, memory card or CD, and leaves no registry after shut down. Internet Explorer and Firefox are the currently supported browsers UltraSurf runs through.

Freeware

www.ultrasurf.us
Titel: ChrisPC Free Anonymous Proxy 7.55
Beitrag von: SiLæncer am 04 Mai, 2018, 18:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Anti-Spam SMTP Proxy (ASSP) 2.6.1.18128
Beitrag von: SiLæncer am 09 Mai, 2018, 06:05
Whats new:>>

- HMM was not working in build 18120, if 'DoPrivatSpamdb' was set to NO

http://www.thockar.com/assp-home/
Titel: DNSCrypt Proxy 2.0.12
Beitrag von: SiLæncer am 11 Mai, 2018, 17:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

Further compatibility fixes for Alpine Linux/i386 and Android/i386 have been made. Thanks to @aead for his help!
The proxy will now wait for network connectivity before starting. This is useful if the proxy is automatically started at boot, possibly before the network is fully configured.
The IPv6 blocking module now returns synthetic SOA records to improve compatibility with downstream resolvers and stub resolvers.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt Proxy 2.0.14
Beitrag von: SiLæncer am 21 Mai, 2018, 18:00
Whats new:>>

Supports DNS-over-HTTPS draft 08.
Netprobes don't use port 0 by default, as this causes issues with Little Snitch and FreeBSD.

https://dnscrypt.info/faq
Titel: CCProxy 2018.05.23
Beitrag von: SiLæncer am 23 Mai, 2018, 19:00
(https://s26.postimg.cc/sid7ehcnd/screenshot_7.png)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* Fixed a bug that showed wrong outgoing IP in log
* Updated Hebrew language file

http://www.youngzsoft.net/
Titel: Simple DNSCrypt 0.5.5
Beitrag von: SiLæncer am 01 Juni, 2018, 18:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Fix: Cannot Change Fallback Resolver #289
Fix: Create log directory, if not available
Fix: Prevent multiple instances of SimpleDnsCrypt
New: Option to set listen_addresses #301
Updated: dependencies
Updated: to dnscrypt-proxy 2.0.14

New Languages:

Romanian
Korean
Japanese
Malay
Czech
Finish
Thai

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: AdFender 2.55
Beitrag von: SiLæncer am 06 Juni, 2018, 13:17
(https://s26.postimg.cc/sydsgojjt/screenshot_96.png)
AdFender is a local content-filtering HTTP proxy server. AdFender is an advanced application that filters various different types of content from web pages, and prevents certain information from going out to web servers. If your content is filtered it can save you valuable time and bandwidth. Not only that, but it also enhances your online privacy.

Changelog

Added Spanish and Polish filter lists
Updated OpenSSL library
Updated NSS library
Updated Brotli library
Updated Tor bundle
Fixed issue with certificate validation that caused ads and trackers to get through
Fixed issue with reactivating license when current license verification fails
Fixed issue with not adding AdFender as a trusted root CA in Firefox v58+
Other bug fixes

[close]

http://www.adfender.com/
Titel: Simple DNSCrypt 0.5.6
Beitrag von: SiLæncer am 18 Juni, 2018, 13:30
Changelog

New: Added ReturnCode to QueryLog
New: Added silent update option (false by default)
Fix: QueryLog Auto-Scroll by default #323
Fix: UI problem in resolvers tab #288, #292
Updated: to dnscrypt-proxy 2.0.15

New Languages:

Swedish

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: WinGate Proxy Server 9.2.0.5975
Beitrag von: SiLæncer am 27 Juni, 2018, 19:00
Changelog

1. Fix: Policy: Property dialogs for some types of item would open non-modally

2. Fix: Timeline: Fix divide-by-zero problem if the pane size reduced to 0 width.

3. Fix: Logging: fixed auto-reported crash relating to searching in log files

4. Fix: WinGate Management: Fix auto-reported crash relating to initialisation of User Interface Framework.

5. Fix: Data Lists: Fix auto-reported crash relating to access safety issue around refreshing contents of file-based lists.

6. Fix: User Database: Fixed auto-repoorted crash relating to safety checking of user object handles in WinGate users and groups.

7. Fix: Uninstall: Fixed issue with missing lua script file on uninstall

8. Fix: WinGate NAT: Fix auto-reported crash caused by race-condition on shutdown

9. Fix: Email Panel: Fix auto-reported crash relating to tooltips when attaching users to mailboxes.

10. Fix: Jscript: Fix auto-reported crash with string length attribute when used with string literals.

11. New: Server Core: Now supports Windows Server Core, you must install and run WinGate Management on another computer. WinGate makes the Remote Control Service available from install.

12. New: Firewall: Added default options to port security, so you can specify whether to log, use SYN cookies, or cloak connection failures on a per-table basis.

13. New: DNS client: Published schema member functions for the DNSClient global object: EnableServer, DisableServer, and IsServerEnabled - to allow script to enable or disable DNS servers used by the DNS client

14. New: WWW proxy: Added support to specify the SNI option used by the reverse proxy when connecting to a back end server with https.

15. New: TCP Mapping: Added new event PreConnect to enable policy to dictate the destination of the upstream connection. Enterprise license required.

16. New: Activity: Added option to discard credentials from machine record, to enable changes to credential rules to be more easily applied.

17. New: Schema: Published schema to make several more member values accessible from event handling. ClientSNIValue, ServerName.

18. New: Mail list: Added some additional list-related headers, and now rewrite From: header in order to satisfy DMARC-checking receivers.

19. New: Uninstall: Added uninstall survey.

[close]

http://www.wingate.com/qbik/index.php
Titel: Squid 4.1
Beitrag von: SiLæncer am 03 Juli, 2018, 20:00
Whats new:>>

- Bug 4223: fixed retries of failed re-forwardable transactions
- Bug 4791: Build failure on MacOS
- Fix --with-netfilter-conntrack error message
- ... and many documentation updates

http://www.squid-cache.org/
Titel: DNSCrypt Proxy 2.0.16
Beitrag von: SiLæncer am 10 Juli, 2018, 06:00
Changelog

 - On Unix-like systems, the server can run as an unprivileged user,
and the main process will automatically restart if an error occurs.
 - pledge() on OpenBSD.
 - New "offline" mode to serve queries locally without contacting any
upstream servers. This can be especially useful along with the
cloaking module for local development.
 - New logo.
 - TTL of OPT records is properly ignored by the caching module.
 - The proxy doesn't quit any more if new TCP connections cannot be
created.

[close]


https://dnscrypt.info/faq
Titel: Shadowsocks 4.1.0 Pre-release
Beitrag von: SiLæncer am 05 August, 2018, 20:00
Whats new:>>

Support portable mode Temp folder
Register hotkeys on startup
Fix sysproxy hanging issue
Minor improvements

https://shadowsocks.org/en/index.html
Titel: Shadowsocks 4.1.1
Beitrag von: SiLæncer am 20 August, 2018, 10:00
Whats new:>>

Fix auto hotkey reg issue when OS wakeup
Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: UltraSurf 18.04
Beitrag von: SiLæncer am 21 August, 2018, 12:00
(https://s26.postimg.cc/gnbv8rpft/screenshot_1073.png)
UltraSurf is a lightweight freeware program designed as an anti-censorship tool. It allows to circumvent firewalls using proxies and employs encryption protocols for privacy. Other applications include protecting your security on public WIFI, hiding your IP address and encrypted communication. When started, UltraSurf automatically finds proxy servers from a range of servers globally and builds a connection through an encrypted tunnel. The software executes without installation from a hard drive or portable media, for example USB drive, memory card or CD, and leaves no registry after shut down. Internet Explorer and Firefox are the currently supported browsers UltraSurf runs through.

Freeware

http://ultrasurf.us/
Titel: ChrisPC Free Anonymous Proxy 7.60
Beitrag von: SiLæncer am 22 August, 2018, 17:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Charles 4.2.7 Beta 2
Beitrag von: SiLæncer am 10 September, 2018, 17:00
Changelog

    Remove support for anonymous Gist creation
    HAR import will import HARs with missing values
    Charles will now passthrough response bodies if the server sends them, even if they shouldn't occur. Such as in 204 responses.
    Fixes to port forwarding with external proxies
    Fixes to IPv6 addresses with external proxies
    Raw request editor removed as it could often result in invalid requests
    Fixes to using external proxies when Charles is acting as a SOCKS proxy
    Fixes to tunnelled HTTPS requests with external proxies
    Find dialog no longer uses 100% CPU on macOS
    Fixes to saving CONNECT requests
    Headers editor can now create an empty set of headers
    Fix error in PCAP import with missing protocol version
    Map Local now supports paths starting with ~/

[close]

http://www.xk72.com/
Titel: Charles 4.2.7 Beta 3
Beitrag von: SiLæncer am 12 September, 2018, 12:19
Whats new:>>

Fix Chrome 66 certificate trust issues with Map Remote

http://www.xk72.com/
Titel: Simple DNSCrypt 0.5.7
Beitrag von: SiLæncer am 13 September, 2018, 06:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

    Fix: silent update
    Updated: to dnscrypt-proxy 2.0.16

    New Languages:

    Danish
    Portoguese (Brasil)

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Charles 4.2.7 Final
Beitrag von: SiLæncer am 14 September, 2018, 11:00
Changelog

    Remove support for anonymous Gist creation
    HAR import will import HARs with missing values
    Charles will now passthrough response bodies if the server sends them, even if they aren't valid (such as in 204 responses).

    Improvements and fixes to behaviour with external proxies, including:

    Fixes to port forwarding
    Fixes to IPv6 address handling
    Fixes when acting as a SOCKS proxy
    Fixes to tunnelled HTTPS requests
    Raw request editor removed as it could often result in invalid requests (and there are other editors that don't)
    macOS: Find dialog no longer uses 100% CPU
    Fixes to saving CONNECT requests
    Headers editor can now create an empty set of headers
    Fix error in PCAP import with missing protocol version
    Map Local now supports local file paths starting with ~/
    Fix Chrome 66 certificate trust issues with Map Remote

[close]

http://www.xk72.com/
Titel: Simple DNSCrypt 0.5.8
Beitrag von: SiLæncer am 14 September, 2018, 18:00
Whats new:>>

    New: start in system tray support
    New: support to disable tray mode
    New: domain block list clear button

    New Languages:

    Filipino
    Special thanks to @Mongogamer!

https://github.com/bitbeans/SimpleDnsCrypt
Titel: CCProxy 2018.09.14
Beitrag von: SiLæncer am 15 September, 2018, 10:00
(https://s26.postimg.cc/sid7ehcnd/screenshot_7.png)
CCProxy is easy-to-use and powerful proxy server software. CCProxy can support broadband, DSL, dial-up, optical fiber, satellite, ISDN and DDN connections, it helps you build your own proxy server and share Internet connection within the LAN efficiently and easily.

CC Proxy Server can act as an HTTP, mail, FTP, SOCKS, news, telnet and HTTPS proxy server. It features powerful account management functions, including Internet access control, bandwidth control, Internet web filtering, content filtering and time control. It also provides web caching, online access monitoring, access logging and bandwidth usage statistics functions.

Limitations: 3 users only in the free version.

Whats new: >>

* Optimized forbidden url setting
* Optimized application performance

http://www.youngzsoft.net/
Titel: anonymoX for Firefox 4.1.1
Beitrag von: SiLæncer am 21 September, 2018, 13:30
(https://i.postimg.cc/CLxG7b7B/screenshot_628.png)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Features:

Selfcheck: automatically disable broken identities

Fixes:

Various bug fixes

[close]

http://www.anonymox.net/
Titel: PenguinProxy 0.0.15
Beitrag von: SiLæncer am 28 September, 2018, 18:00
(https://s26.postimg.cc/pj4vns5y1/screenshot_498.png)
Connect to the web using a US or Canada proxy to protect your privacy and unlock content that's not available in your area, no configuration needed.

Freeware

https://www.penguinproxy.com/
Titel: Anti-Spam SMTP Proxy (ASSP) 2.6.1.18271
Beitrag von: SiLæncer am 28 September, 2018, 20:00
(https://s26.postimg.cc/67cswtjex/screenshot_1166.png)
The Anti-Spam SMTP Proxy (ASSP) aims to be an open-source SMTP Proxy server with auto-whitelists, self-learning Bayesian, greylisting, virus scanning, attachment blocking, and many other filter methods.

Some of its other many, geeky features include multiple weighted DNSBLs and URIBLs, greylisting, regular expression filtering, penalty box, senderBase, attachment blocking, ClamAV and FileScan included, blocking reporting, LDAP support, backscatter detection and more.

License: Open Source

http://www.thockar.com/assp-home/
Titel: Squid 4.3
Beitrag von: SiLæncer am 01 Oktober, 2018, 06:00
Release Notes -> http://www.squid-cache.org/Versions/v4/squid-4.3-RELEASENOTES.html#ss1.2

http://www.squid-cache.org/
Titel: Charles 4.3 Beta 2
Beitrag von: SiLæncer am 03 Oktober, 2018, 17:00
Whats new:>>

Sequence filter now filters on any column
Custom columns in the sequence view

http://www.xk72.com/
Titel: DNSCrypt Proxy 2.0.17
Beitrag von: SiLæncer am 04 Oktober, 2018, 12:28
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

Go >= 1.11 is now supported
The flipside is that Windows XP is not supported any more :(
When dropping privileges, there is no supervisor process any more.
DNS options used to be cleared from DNS queries, with the exception of flags and payload sizes. This is not the case any more.
Android builds use a newer NDK, and add compatibility with API 19.
DoH queries are smaller, since workarounds are not required any more after Google updated their implementation.

[close]

https://dnscrypt.info/faq
Titel: anonymoX 4.2.1
Beitrag von: SiLæncer am 08 Oktober, 2018, 19:00
(https://i.postimg.cc/CLxG7b7B/screenshot_628.png)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Bugfixes:

Fixed unavailable panel in certain conditions
Improved UI behavior during start-up and switching of tabs

[close]

http://www.anonymox.net/
Titel: Charles 4.3 Beta 3
Beitrag von: SiLæncer am 22 Oktober, 2018, 13:33
Changelog

Sequence filter now filters on any column
Custom columns in the sequence view
macOS: Dark Mode support

[close]

http://www.xk72.com/
Titel: ProxyUnsetter 1.71
Beitrag von: SiLæncer am 26 Oktober, 2018, 20:00
(https://i.postimg.cc/T1C96N9G/screenshot-753.png)
ProxyUnsetter is a simple, Windows Tray application that will unset your proxy when it's been set by another process or group policy. When you right-click on the tray icon, you can force unset proxy, set to 127.0.0.1:8080, settings, about, or exit.

ProxyUnsetter is portable, small and easy to use by design. There are fours options and a whitelist. The options are unset proxy automatically, notify when proxy set, launch with Windows and check for new releases weekly. IP whitelist simply has an add or delete option.

License: Open Source

Whats new:>>

Signed the assembly with a strong name key file
Updated copyright year

https://github.com/tjeerdhans/proxyunsetter/
Titel: HTTP Proxy 1.0.0.1
Beitrag von: SiLæncer am 28 Oktober, 2018, 18:30
(https://i.postimg.cc/L50gV1mz/screenshot-759.png)
HTTP Proxy is an HTTP(S) proxy that can relay HTTP(S) traffic. See all the traffic that goes through your web browsers or any other HTTP(S) based program. Uses high performance input/output completion ports (IOCP) to handle multiple connections.

Freeware

https://github.com/erickutcher/httpproxy
Titel: PenguinProxy 0.1.1
Beitrag von: SiLæncer am 15 November, 2018, 18:00
(https://s26.postimg.cc/pj4vns5y1/screenshot_498.png)
Connect to the web using a US or Canada proxy to protect your privacy and unlock content that's not available in your area, no configuration needed.

Freeware

https://www.penguinproxy.com/
Titel: DNSCrypt Proxy 2.0.18
Beitrag von: SiLæncer am 16 November, 2018, 17:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

Official builds now support TLS 1.3.
The timeout for the initial connectivity check can now be set from the command line.
An Accept: header is now always sent with GET queries.
BOMs are now ignored in configuration files.
In addition to SOCKS, HTTP and HTTPS proxies are now supported for DoH servers.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt Proxy 2.0.19
Beitrag von: SiLæncer am 23 November, 2018, 12:25
Whats new:>>

The value for netprobe_timeout was read from the command-line, but not from the configuration file any more. This is a regression introduced in the previous version, that has been fixed.
The default value for netprobe timeouts has been raised to 60 seconds.
A hash of the body is added to query parameters when sending DoH queries with the POST method in order to work around badly configured proxies.

https://dnscrypt.info/faq
Titel: Simple DNSCrypt 0.6.0
Beitrag von: SiLæncer am 24 November, 2018, 20:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Added: Proxy support
Updated: to dnscrypt-proxy 2.0.19

New Languages:

Dutch

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: X-Proxy 6.2.0.1
Beitrag von: SiLæncer am 03 Dezember, 2018, 13:30
(https://i.postimg.cc/zvLjWHm8/screenshot-885.png)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

Fixed bug in the country indicator for vpn servers.
Optimized the search and download of proxy servers.
Optimized connection checking for vpn servers.
Added new VPN servers.

http://saucessoftware.com/
Titel: Simple DNSCrypt 0.6.1
Beitrag von: SiLæncer am 03 Dezember, 2018, 19:00
Whats new:>>

Added netprobe_timeout to advanced settings
Added filters for: dnscrypt_servers and doh_servers
Moved uninstall service to main tab (deactivated if no service is installed)
Fixed Uninstall.exe where the windows service was not uninstalled correctly
Added an option to keep the dnscrypt-proxy.toml after an update (>0.6.1)

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.6.2
Beitrag von: SiLæncer am 04 Dezember, 2018, 13:30
Whats new:>>

Fixes the detection of Microsoft Visual C++ Redistributable for Visual Studio 2017
Updated Turkish language

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Shadowsocks 4.1.3 Pre-release
Beitrag von: SiLæncer am 08 Dezember, 2018, 20:00
Whats new:>>

Fix sysproxy hanging issue
Keep user bypass setting when use global proxy mode
Update .Net download link
Minor improvements

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 7.65
Beitrag von: SiLæncer am 09 Dezember, 2018, 12:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: anonymoX for Firefox 4.3
Beitrag von: SiLæncer am 14 Dezember, 2018, 09:13
Whats new:>>

Connections were occasionally blocked throughout the whole browser

http://www.anonymox.net/

Titel: PenguinProxy 0.1.3
Beitrag von: SiLæncer am 25 Dezember, 2018, 11:00
(https://s26.postimg.cc/pj4vns5y1/screenshot_498.png)
Connect to the web using a US or Canada proxy to protect your privacy and unlock content that's not available in your area, no configuration needed.

Freeware

https://www.penguinproxy.com/
Titel: Privoxy 3.0.28
Beitrag von: SiLæncer am 31 Dezember, 2018, 12:00
(https://i2.wp.com/www.kaldata.com/wp-content/uploads/2016/08/Privoxy.png?w=616&ssl=1)
Filter-Proxy mit Popup-Blocker und Cookie Manager; ist die Weiterentwicklung des Internet Junkbuster Proxy.

License : GPL

Release Notes

Fixed misplaced parentheses. Reported by David Binderman.
Changed two regression tests to depend on config directive enable-remote-toggle instead of FEATURE_TOGGLE.

[close]

http://www.privoxy.org/
Titel: Shadowsocks 4.1.3.1
Beitrag von: SiLæncer am 03 Januar, 2019, 18:00
Whats new:>>

Fix error when usersettings bypasslist is null

https://shadowsocks.org/en/index.html
Titel: Squid 4.5
Beitrag von: SiLæncer am 05 Januar, 2019, 10:00
Release Notes -> http://www.squid-cache.org/Versions/v4/squid-4.5-RELEASENOTES.html#ss1.2

http://www.squid-cache.org/
Titel: Toxiproxy 2.1.4
Beitrag von: SiLæncer am 22 Januar, 2019, 19:00
(https://i.postimg.cc/T3zryKwV/screenshot-1104.png)
Toxiproxy is a TCP proxy designed to help you simulate both network and system conditions to avoid problems with lengthy loading times. The tool consists of a TCP proxy and a client that communicates with it over HTTP. You can get started by configuring your app so that all connections are tested in variable conditions with the tool.

MIT License

Whats new:>>

Bug fix: Fix OOM in toxic. #232
Documentation updates.
CI and test updates.

Titel: X-Proxy 6.2.0.2
Beitrag von: SiLæncer am 02 Februar, 2019, 21:00
(https://i.postimg.cc/zvLjWHm8/screenshot-885.png)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

Updated information and signature for the new year.
Optimized the search and download of proxy servers.

http://saucessoftware.com/
Titel: Shadowsocks 4.1.4
Beitrag von: SiLæncer am 06 Februar, 2019, 17:00
Whats new:>>

Update Privoxy to 3.0.28
Enlarge Privoxy max client connections
Update the system proxy when user-rule.txt is changed
Register restart after system reboot

https://shadowsocks.org/en/index.html
Titel: X-Proxy 6.2.0.3
Beitrag von: SiLæncer am 10 Februar, 2019, 11:00
Whats new:>>

Modified configuration in VPN servers.

http://saucessoftware.com/
Titel: WinGate Proxy Server 9.4.0 Build 5993
Beitrag von: SiLæncer am 20 Februar, 2019, 17:00
(https://s26.postimg.cc/irg79doix/screenshot_1149.png)
WinGate Proxy Server is an integrated Internet gateway and communications server designed to provide solid security, communications, and control.

FREE for 10 users

Changelog

Fix: Categories: Optimised saving changes of category definitions
Fix: Block pages: changed double click behaviour to edit block page
Fix: Active Directory: Fixed group membership enumeration.
Fix: Kerberos: Fixed buffer too small issue in kerberos authentication
Fix: Web Serving: Fixed Last-Modified header (appended NULL) when WinGate is web server.
New: HiDPI support: support for DPI scaling of hi-res monitors

[close]

http://www.wingate.com/qbik/index.php
Titel: Charles 4.2.8
Beitrag von: SiLæncer am 27 Februar, 2019, 20:00
Whats new:>>

Bug fixes:

Fix mangling of requests with schemes starting with M

http://www.xk72.com/
Titel: PenguinProxy 0.2.3
Beitrag von: SiLæncer am 05 März, 2019, 09:12
(https://s26.postimg.cc/pj4vns5y1/screenshot_498.png)
Connect to the web using a US or Canada proxy to protect your privacy and unlock content that's not available in your area, no configuration needed.

Freeware

https://www.penguinproxy.com/
Titel: Shadowsocks 4.1.5 Pre-release
Beitrag von: SiLæncer am 08 März, 2019, 12:25
Whats new:>>

Update nuget packages
Update the PAC javascript to support user rules in a better way
Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 7.70
Beitrag von: SiLæncer am 09 März, 2019, 19:00
(http://images.six.betanews.com/screenshots/scaled/1298029256-1.jpg)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

Improved support for Windows 10.
Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: DNSCrypt Proxy 2.0.20
Beitrag von: SiLæncer am 14 März, 2019, 13:30
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

Startup is now way faster, especially when using DoH servers.
A new action: CLOAK is logged when queries are being cloaked.
A cloaking rule can now map to multiple IPv4 and IPv6 addresses, with load-balancing.
New option: refused_code_in_responses to return (or not) a REFUSED code on blacklisted queries. This is disabled by default, in order to work around a bug in Android Pie.
Time-based restrictions are now properly handled in the generate-domains-blacklist.py script.
Other improvements have been made to the generate-domains-blacklist.py script.
The Windows service is now installed as NT AUTHORITYNetworkService.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt Proxy 2.0.21
Beitrag von: SiLæncer am 15 März, 2019, 12:23
Whats new:>>

The change to run the Windows service as NT AUTHORITYNetworkService has been reverted, as it was reported to break logging (Windows only).
There are no other changes. If you are running version 2.0.20 on non-Windows platforms, or if you installed the service yourself, upgrading is not necessary.
Oh, and if you know how to switch back to NT AUTHORITYNetworkService and still have the ability to write log files, your help would be welcome.

https://dnscrypt.info/faq
Titel: Shadowsocks 4.1.5
Beitrag von: SiLæncer am 01 April, 2019, 18:00
Whats new:>>

Update nuget packages
Update the PAC javascript to support user rules in a better way
Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: DNSCrypt Proxy 2.0.22
Beitrag von: SiLæncer am 01 April, 2019, 19:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

The previous version had issues with the .org TLD when used in conjunction with dnsmasq. This has been fixed.

[close]

https://dnscrypt.info/faq
Titel: Simple DNSCrypt 0.6.4
Beitrag von: SiLæncer am 08 April, 2019, 20:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

Updated dnscrypt-proxy to 2.0.22
Updated several languages
Updated dependencies

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Shadowsocks 4.1.6
Beitrag von: SiLæncer am 17 April, 2019, 19:00
Whats new:>>

Add http proxy "basic access authentication"
Add check box to toggle plugin argument input
Add apply button for server configuration form
Update UI of switching proxy mode
Update exception handler for port assignment

https://shadowsocks.org/en/index.html
Titel: PenguinProxy 0.3.1
Beitrag von: SiLæncer am 24 April, 2019, 10:00
(https://s26.postimg.cc/pj4vns5y1/screenshot_498.png)
Connect to the web using a US or Canada proxy to protect your privacy and unlock content that's not available in your area, no configuration needed.

Freeware

https://www.penguinproxy.com/
Titel: DNSCrypt-Proxy 2.0.23
Beitrag von: SiLæncer am 29 April, 2019, 06:00
Changelog

 - Binaries for FreeBSD/armv7 are now available.
 - .onion servers are now automatically ignored if Tor routing is not
enabled.
 - Caching of server addresses has been improved, especially when
using proxies.
 - DNSCrypt communications are now automatically forced to using TCP
when a SOCKS proxy has been set up.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt-Proxy 2.0.24
Beitrag von: SiLæncer am 03 Juni, 2019, 20:00
Changelog

    The query log now includes the time it took to complete the
    transaction, the name of the resolver that sent the response and if
    the response was served from the cache. Thanks to Ferdinand Holzer for
    his help!
    The list of resolvers, sorted by latency, is now printed after all
    the resolvers have been probed.
    The "fastest" load-balancing strategy has been renamed to "first".
    On Windows, a nul byte is sent to the netprobe address. This is
    required to check for connectivity on this platform. Thanks to Mathias
    Berchtold.
    The Malwaredomainlist URL was updated to directly parse the host
    list. Thanks to Encrypted.Town.
    The Python script to generate lists of blacklisted domains is now
    compatible both with Python 2 and Python 3. Thanks to Simon R.
    A warning is now displayed for DoH is requested but the server
    doesn't speak HTTP/2.
    A crash with loaded-balanced sets of cloaked names was fixed.
    Thanks to @InkblotAdmirer for the report.
    Resolvers are now tried in random order to avoid favoring the first
    ones at startup.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt Proxy 2.0.25
Beitrag von: SiLæncer am 04 Juni, 2019, 21:00
Whats new:>>

    The example IP address for network probes didn't work on Windows - This is a regression introduced in version 2.0.24.
    The example configuration file has been updated and the fallback resolver IP is now used when no netprobe address has been configured.

https://dnscrypt.info/faq
Titel: Simple DNSCrypt 0.6.6
Beitrag von: SiLæncer am 04 Juni, 2019, 21:30
Changelog

Updated dnscrypt-proxy to 2.0.25

The example IP address for network probes didn't work on Windows - This is a regression introduced in version 2.0.24.


0.6.5

    Updated dnscrypt-proxy to 2.0.24
    Updated several languages
    Updated dependencies
    Added Microsoft Visual C++ Redistributable for Visual Studio 2015 - 2019 detection
    Added simple patching for dnscrypt-proxy.toml on update
    Updated QueryLog (added: duration, cached, server)

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Acrylic DNS Proxy 1.0.2
Beitrag von: SiLæncer am 16 Juni, 2019, 20:00
(https://i.postimg.cc/dtgv6jDy/TagEZ.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Changelog

    Support for legacy mode in the hit log has been removed.
    More informations can now be written into the hit log. (*1)
    The hit log and the debug log performance has been improved.
    The address cache performance has been improved with the periodic pruning of obsolete items (*3).
    Reverse lookups (a.k.a. PTR queries) for private IP ranges are not forwarded by default to upstream DNS servers anymore (*2)
    All query types can now be used in affinity masks, either explicitly using A, AAAA, CNAME, MX, NS, PTR, SOA, SRV and TXT or implicitly using their decimal values.


(*1) The HitLogFullDump parameter has been added to the Acrylic configuration file.
(*2) The ForwardPrivateReverseLookups parameter has been added to the Acrylic configuration file.
(*3) The AddressCachePeriodicPruningTime parameter has been added to the Acrylic configuration file.

[close]

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Anti-Spam SMTP Proxy (ASSP) 2.6.3.19169
Beitrag von: SiLæncer am 19 Juni, 2019, 19:00
(https://s26.postimg.cc/67cswtjex/screenshot_1166.png)
The Anti-Spam SMTP Proxy (ASSP) aims to be an open-source SMTP Proxy server with auto-whitelists, self-learning Bayesian, greylisting, virus scanning, attachment blocking, and many other filter methods.

Some of its other many, geeky features include multiple weighted DNSBLs and URIBLs, greylisting, regular expression filtering, penalty box, senderBase, attachment blocking, ClamAV and FileScan included, blocking reporting, LDAP support, backscatter detection and more.

License: Open Source

Changelog

2019-06-18
fixed in assp 2.6.3 *SPAM-Evaporator* build 19169:
 

changed:

 hidden parameter 'DKIMpassAction' - the default value is set to 0
 


2019-06-06
fixed in assp 2.6.3 *SPAM-Evaporator* build 19157:

- the file upload feature in the ASSP-filecommander has sometimes destroyed the uploaded files (+ was replaced by space)

- VirusTotalAPIKey was rejected in every case, because of a validation check bug



2019-05-31
fixed in assp 2.6.3 *SPAM-Evaporator* build 19151:

- 'fillUpImportDBDir' was not working on some systems

- a good rule '.*' in UserAttach was ignored


added:

- queries for viruses and bad URL's to www.virustotal.com are now supported
  virus checks require ASSP_AFC.pm (version 5.10)

lib/ASSP_VirusTotal_API.pm (version 1.01) and the changed ASSP_AFC.pm (version 5.11) and

'VirusTotalAPIKey','The Privat API-Key for VirusTotal'
 'To query www.VirusTotal.com for URIs and/or viruses (ASSP_AFC.pm), a valid API-Key is required. An API-Key is provided by VirusTotal for free, after your registration at www.virustotal.com.
 Such a free API-Key is limited to four queries at VirusTotal per minute. API-Keys for a higher query volume are also provided by VirusTotal.
 Systems that are part of the ASSP-Global-PenalyBox network can leave this value empty. They are getting an API-Key with a much higher query volume from the GPB-Server automatically,
 without any additionally costs. This API-Key is not shown here!'

'ASSP_AFCDoVirusTotalVirusScan','Enable VirusTotal Virus Scan'
'If a VirusTotalAPIKey is provided and this option is enabled, all MIME-parts will be (in addition to ClamAV and/or FileScan) checked by www.virustotal.com.'


- DBD::MariaDB is now supported


changed:

'enhancedOriginIPDetect','Do an Enhanced Origin IP Address Detection in the Mail Header'
  Local and private IP's, IP's assigned by IANA to the Shared Address Space (100.64.0.0/10 RFC6598) and IP's listed in ispip, acceptAllMail, whiteListedIPs, noProcessingIPs, noDelay and noPB
  will be ignored.

'RBLServiceProvider','RBL Service Providers*'
references to  combined.njabl.org are removed from the GUI

'URIBLServiceProvider','URIBL Service Providers*'
...
 If VirusTotalAPIKey is configured, assp is able to query URIs on www.virustotal.com . The API answers are in the range 127.0.0.2-127.0.0.253 (or none for OK), where the last digits represents HITS + 1.
 Queries to VirusTotal are using HTTPS connections (https://www.virustotal.com/...) instead of DNS!
 example:
 virustotal=>127.0.0.2=>1 # one hit
 virustotal=>127.0.0.3=>0.5 # two hits
 virustotal=>127.0.0.4=>0.33 # three hits
 virustotal=>127.0.0.*=>0.25 # more than three hits'



2019-04-25
fixed in assp 2.6.3 *SPAM-Evaporator* build 19115:

- the post virusscan for the stored corpus files, scored for the already finished mail - this was confusing for some users and id removed

- HTML-comments are now removed from resend request emails, because there content may has affected the resend processing



2019-03-27
fixed in assp 2.6.3 *SPAM-Evaporator* build 19086:

- The ClamAV-engine now uses the modern INSTREAM clamav-API. It uses less system resources and is faster than the "old" STREAM-API.


changed:

- The default value for 'ClamAVtimeout' is changed to 30 seconds.



2019-03-26
fixed in assp 2.6.3 *SPAM-Evaporator* build 19085:

- Several domains provide their SPF-record (and possibly other DNS-records) as wildcard records (for each possible subdomain).
  This caused the DKIM-preCheck to detect a (possible) provided DKIM-DNS-configuration, because it got a TXT record (the wildcard-record) for _domainkey.domain.tld and/or _adsp._domainkey.domain.tld.
  Not DKIM related DNS TXT answers are now ignored by the DKIM-preCheck to prevent false positives.



2019-03-25
fixed in assp 2.6.3 *SPAM-Evaporator* build 19084:

- the resend from block report using the right button failed, if the subject of the mail contained 'x' followed by two digits (eg: x30)

- using the unix socket for the ClamAV communication failed on some systems

- assp has thrown an error if the ClamAV, configuration was anyway invalid or not working, but UseAvClamd was disabled

- the rebuildspamdb task crashed, if the HMMdb contained only one record

- ASSP_AFC.pm version 5.04 is released

  ASSP_AFC.pm is now able to tell a local mail server or andvanced thread analyzer, if the attached files may need some further investigation or analysis
  This is done by adding a special (hiddenly configurable) MIME header tag.

# advanced thread analyzing or deep thread inspection for incoming mails
$ASSP_AFC::enableATA = 0;         # 1- check ATA if an attachment failed, 2- check if any attachment is found, 3- check every mail
$ASSP_AFC::ATAHeaderTag = "X-ASSP-Require-ATA: YES; RESENDLINK;SHOWMAIL;SHOWLOG\r\n"; # the literal RESENDLINK will be replaced by a mailto resendlink, which may be shown by an ATA report mail
                                                                                # SHOWMAIL offers the link to open the file in the assp file editor
                                                                                # SHOWLOG offers the link to show the log for the mail in maillogtail (an optional trailing number defines the days in the past e.g. SHOWLOG2 for example - two days is default and used if no number is given)
                                                                                # every link is preceeded by \r\n\t





2019-01-19
fixed in assp 2.6.3 *SPAM-Evaporator* build 19019:

- the analyzer got changes to fully support ASSP_AFC 5.02

changed:

- ASSP_AFC 5.02 is released - it contains fixes and extensions for 'ASSP_AFCKnownGoodEXE','Well Known Good Executable Files'

[ASSP_AFCKnownGoodEXE,'Well Known Good Executable Files'
 'Put the SHA256_HEX hash of all well known good executables in to this file (one per line). If the SHA256_HEX hash (not case sensitive) of an attachment or a part of a compressed attachment
 (e.g. exe, *.bin MS-Macro or OLE) is equal to a line in this file, the attachment passes the attachment check for all mails (regardless its extension and the settings in UserAttach).
 The same applies to the following ojects in a PDF file: Certificate, Signature, JavaScript . If the SHA256_HEX hash of any of these PDF objects matches, the PDF will pass the attachment check.
 Comments are allowed after the hash and at the begin of a line (recommended).
 If configured, the analyzer and the maillog.txt will show the SHA256_HEX hash and the optional defined comment for all detected executables and PDF objects.
 For security reasons, virus scanning is not skipped.
 Notice: this feature is mainly created for executable files, but it will work for every attachment and every part of a compressed attachment.
 For example - this can be usefull, if clients regular sending or receiving documents or excel sheets, which contains every time the same MS-Macro/MS-OLE (e.g. executable).
 In this case, decompress the doc[xm] and calculate the SHA256_HEX hash for the vbaProject.bin or the vbaProjectSignature.bin file and register the hash here.
 examples:
 
 # sales documents
 a704ebf55efa5bb8079bb2ea1de54bfd5e9a0f7ed3a38867759b81bfc7b2cc9c # sales price_list.pdf - contains well known good Java-Script
 96c4e6976d16b424ff02d7ef3fdabf41262d3ffc6a191431dc77176a814c1256 # sales sales_report.pdf - contains known Certificate
 08d5518ef129ba1a992f5eb5c25e497cf886556710ffebe7cfb6aedf9d5727c9 # VBA Macro signature vbaProjectSignature.bin in sales info.docm
 
 In addition to the SHA256_HEX hash, you can define at which compression level the hash should be valid. Compression levels are comma separated numerical values or ranges
 - like 0,1,2 or 0-2 or 0...8 or 0-2,4...6 or 1 .
 The compression level zero is the not decompressed attachment itself. To include all compression levels, define a single asterix * or no level definition.
 examples:
 
 # sales documents
 a704ebf55efa5bb8079bb2ea1de54bfd5e9a0f7ed3a38867759b81bfc7b2cc9c 0,1 # sales price_list.pdf - contains well known good Java-Script - valid at zip level 0 and 1
 96c4e6976d16b424ff02d7ef3fdabf41262d3ffc6a191431dc77176a814c1256 *   # sales sales_report.pdf - contains known Certificate - valid at any zip level
 08d5518ef129ba1a992f5eb5c25e497cf886556710ffebe7cfb6aedf9d5727c9 1   # VBA Macro signature vbaProjectSignature.bin in sales info.docm - only valid in the .docm itself (which is a zip) - .docm in a zip is not valid
 08d5518ef129ba1a992f5eb5c25e497cf886556710ffebe7cfb6aedf9d5727c9 0   # VBA Macro signature vbaProjectSignature.bin in sales info.docm - this will not work, because a .docm is a compressed file
 
 To show the SHA256_HEX value for a file at the command line, execute :>shasum -a 256 -b the_file_name
 To show the SHA256_HEX values for all relevant PDF-objects in a PDF file, change in to the assp folder and execute :>perl getpdfsha.pl the_PDF_file_name .
 You may also compose and send a mail with the files in question attached to the analyze email-interface - EmailAnalyze .
 The log output of the analyzer will show all SHA256_HEX hashes (if AttachmentLog is enabled).
 Notice: different PDF creator applications may store the same PDF-object (Cert, Sig, JS) in different ways, which will result in different SHA256_HEX hashes for the same PDF-object!
 If this happens, you need to calculate the SHA256_HEX hash for each different occurence of the PDF-object.'



2019-01-15
fixed in assp 2.6.3 *SPAM-Evaporator* build 19015:

added:

- ASSP_AFC 5.01 is released - it includes a new extension

 'ASSP_AFCKnownGoodEXE','Well Known Good Executable Files'
 'Put the SHA256_HEX hash of all well known good executables in to this file (one per line). If the SHA256_HEX hash (not case sensitive) of an attachment or a part of a compressed attachment
 (e.g. exe, *.bin MS-Macro or OLE) is equal to a line in this file, the attachment passes the attachment check for all mails (regardless its extension and the settings in UserAttach).
 Comments are allowed after the hash and at the begin of a line.
 If configured, the analyzer and the maillog.txt will show the SHA256_HEX hash and the optional defined comment for all detected executables.
 For security reasons, virus scanning is not skipped.
 Notice: this feature is mainly created for executable files, but it will work for every attachment and every part of a compressed attachment.
 For example - this can be usefull, if clients regular sending or receiving documents or excel sheets, which contains every time the same MS-Macro/MS-OLE (e.g. executable).
 In this case, decompress the doc[xm] and calculate the SHA256_HEX hash for the vbaProject.bin or the vbaProjectSignature.bin file and register the hash here.
 examples:
 
 # sales documents
 a704ebf55efa5bb8079bb2ea1de54bfd5e9a0f7ed3a38867759b81bfc7b2cc9c # sales price_list.pdf - contains Java-Script
 08d5518ef129ba1a992f5eb5c25e497cf886556710ffebe7cfb6aedf9d5727c9 # VBA Macrco vbaProject.bin in sales info.docm
 
 To show the SHA256_HEX value for a file at the command line, execute :>shasum -a 256 the_file_name'


changed:

- the default value for 'DoNoFromSelect' is changed from 63 to 59
  option 4 - multiple from: addresses or from: header tags found (potential 2x score if option 2 is also enabled) - caused too many false positives



2019-01-04
fixed in assp 2.6.1 *Fortress* build 19004:

- a new ASSP-MIB file is available and required for this version if SNMP is used

- specific unicode regular expressions like \p{Yi} and others - were not working for the MIME header under certain conditions (spam bomb definitions were not affected by this issue)

- improved domain name parsing - the length restiction (63 bytes) for each label is now checked

- assp_pop3.pl version 1.22 is released
  - the SSL mode workaround for old Net::POP versions is removed - at least version 3.07 of Net::POP3 is now required
  - in some exceptional cases it was possible, that an email was retrieved and delivered multiple times


 

2018-12-27
fixed in assp 2.6.1 *Fortress* build 18361:
 

added:
 
- using the command line switch 'checkLinuxENV:=n' or setting $main::checkLinuxENV=n; in 'lib/CorrectASSPcfg.pm', assp will the ulimit settings and the selinux state on nix systems
  in case any settings seems to be too less, warnings or errors are shown at startup

our $checkLinuxENV = 0;   # (0/1/2) check ulimit (1) on nix and selinux (2) on linux systems


added:

'DoNoFromRemovesNPWL','DoNoFrom Removes NP, WL Flag','0:disabled|1:whitelisted|2:noprocessing|3:both'
 'If the combination of DoNoFrom , DoNoFromSelect , DoNoFromWL and DoNoFromNP gives more than one hit, the whitelisted and/or the noprocessing flag will be removed from the message.
 For example: if the FROM: and /or SENDER: address fakes a whitelisted and/or noprocessing address or domain.
 Default setting is both.
 The noprocessing by size flag ( npSize ) will be keeped.'




2018-12-17
fixed in assp 2.6.1 *Fortress* build 18351:

- If the daily amount of collected .eml files in one folder exceeded the value of 'MaxFiles', new files were removed by the daily
  file cleanup processing - which caused failing resend requests. New files are now keeped for at least five days, even the file count
  exceeds the value of 'MaxFiles'. Set 'MaxFiles' high enough, to keep files for a longer periode.
 
- ASSP_AFC.pm 4.89 fixes a BUG where a missdetection of MIME-file-types prevented the decompression of zip files

- The file edit dialog got an additionally option, to resend a blocked mail and to copy the blocked spam file to correctednotspam at the same time.



2018-12-05
fixed in assp 2.6.1 *Fortress* build 18339:

- BerkeleyDB engine version 18.1 was detected as too old


2018-12-03
fixed in assp 2.6.1 *Fortress* build 18337:

- DoNoFrom detected email addresses in the text part of the header text - like: "do not detect this address user@domain.com but the next one" <other.user@other-domain.org>

- under rare conditions the file name in a blocked mail resend request was wrong parsed, the file was'nt found and the resend failed


added:

- 'DoNoFromSelect','Select Checks for From: and Sender: Header'
 Select which check should be done in DoNoFrom .
 
 1 - from: and sender: header tag are both missing
 2 - different domains found in from: and sender: email addresses
 4 - multiple from: addresses or from: header tags found
 8 - multiple sender: addresses or sender: header tags found
 16 - no or an invalid email address found in from: header tag
 32 - no or an invalid email address found in sender: header tag
 
 Simply form the sum of the numbers in front of the checks you want to select (0...63). Default vaule is 63 (1+2+4+8+16+32) - all checks are selected.'



2018-11-24
fixed in assp 2.6.1 *Fortress* build 18328:

- it was possible that bomb.. checks were matching with an empty string result - now only bombSubjectRe can match on an empty string



2018-11-22
fixed in assp 2.6.1 *Fortress* build 18326:

- using the search option in MaillogTail has show expected results

- faster search in MaillogTail

- an entry like "user@domain.com" <user@domain.com> in any header tag was missinterpreted as tow email addresses




2018-11-13
fixed in assp 2.6.1 *Fortress* build 18317:


- bad MIME encoded multiline headers were some times wrong decoded
  (in some mails, header lines were broken in to multiple MIME encodings at any byte instead at a character)



2018-11-12
fixed in assp 2.6.1 *Fortress* build 18316:


changed:

The .eml file editor dialog got some new options

- the action pulldown menu got an option to force the resend of the email including ALL attachments 'copy file to resendmail and force attachments' (shown in red color !)

- an action button "show email in browser sandbox" is added
 Using the left mouse button at "show email in browser sandbox" will show the email in a secured browser sandbox "https://en.wikipedia.org/wiki/Content_Security_Policy" (Content Security Policy),
 using the right mouse button, images will be show in addition. Showing images can be a risk, if they contain malicious code!

- If the email contains attachments or includes, a hint is given and the attachments are listed as links. Clicking on such a link will download the attachment to the local machine.
  This may be used to check attachments for malicious content before a resend is requested.




2018-11-09
fixed in assp 2.6.1 *Fortress* build 18313:

- reduced memory footprint for GUI request handling

- a SMTP worker was in rare cases dieing, because syswrite was unable to process wrong encoded emails or attachments


changed:

- 'DoNoFrom' now also checks for multiple FROM: or SENDER: email addresses in a single header tag

- the default value for 'DoNoFromWL' and 'DoNoFromNP' is change to 1 (checked)

- the internal attachment blocking feature (without using the ASSP_AFC plugin) now allows to detect extended file extensions, like .... .tar.gz or .... .tar.gz.aes
  (ASSP_AFC was and is able to handle those file extensions)


2018-10-31
fixed in assp 2.6.1 *Fortress* build 18304:

- after upgrading the perl module Win32::Daemon to version 20181025 assp was no longer starting as a windoes service
  this assp version contains a workaround for the buggy Win32::Daemon module
 
- a small memory leak is solved in unicode processing for perl 5.22 to 5.28

- the detection of incoming DMARC-reports is improved

- the not RFC conform DMARC-reports from "Amazon SES" are now correctly detected

- perl module load errors in ASSP_AFC were not shown in the file moduleLoadErrors.txt - ASSP_AFC.pm is updated to version 4.87 to get this fix working

- some of the X-ASSP-... headers were some times too long (RFC822, RFC 1522)


changed:

- backscatter checks are skipped for regular incoming mails (not matching redRe) for local postmaster@ and webmaster@ addresses, even these addresses are listed in BounceSenders
 



2018-10-22
fixed in assp 2.6.1 *Fortress* build 18295:

- The DMARC check now follows the RFC7489 for the blocking rules. The DMARC-check is OK, when SPF or DKIM passes there check.

- If an email was blocked by the SPF-check, no DMARC-report was generated for this email.

- The DKIM-precheck is improved to detect, if a domain supports DKIM or not.



added:

- ASSP supports now the SMTP extension 'Require-TLS - REQUIRETLS' https://tools.ietf.org/html/draft-ietf-uta-smtp-require-tls-04
  This is just a Draft in version 04 - for this reason, the feature is still experimental.
  The following hidden configuration parameters are used by this feature.

  our $enableREQUIRETLS = 0;          # (0/1) enable testing of the REQUIRETLS implementation
  our $provideREQUIRETLS = 0;         # (0/1) include REQUIRETLS in to the EHLO reply if not already provided
  our $forceREQUIRETLS = 0;           # (0/1) include REQUIRETLS in to the MAIL FROM: command if not provided by the MTA


changed:

- If DMARC is enabled and a NDR is received for a sent DMARC-report for any reason and 'noDMARCReportDomain' is configured using the 'file:...' option,
  the foreign report recipient address and/or the report domain are automatically added to 'noDMARCReportDomain'.

- If a domain provides an explicite _adsp policy with the value 'unknown', the domain is no longer added to the DKIMCache and does no longer require to sign all mail using DKIM,
  if 'DKIMCacheStrict' is not set.
  The behavior is not changed for the case where the _adsp policy with the value 'unknown' is not explicite defined and falls per default to 'unknown' or 'DKIMCacheStrict' is set.

- The mail analyzer now shows results with more details for the DMARC-check.

- The maillog.txt file list in the 'MaillogTail view' is now shown permanent (unless closed) and contains four columns to provide more files to be shown.



2018-10-15
fixed in assp 2.6.1 *Fortress* build 18288:

- the included rebuildspamdb.pm inreases the rebuild performance by 10 to 20%

- the correction of the spamDB and HMMdb in case of reported spam or ham was too weak


changed:

- a new ASSP-MIB file is available and required for this version if SNMP is used

- the default value for 'backupDBInterval','backup database Interval' is changed from 2 to 12 hours

- the description for 'SNMP' is changed

...
The following OIDs (relative to the SNMPBaseOID) are available for SNMP-queries. The configuration values are changeable via snmp. The published file mib/ASSP-MIB,
which contains all possible OID\'s, could be used in SNMP browsers to get a human readable view of the OID's (copy it to the net-snmp MIB file location - eg: [C:]/usr/share/snmp/mibs
and the MIB location of your SNMP browser). Please keep in mind, that an extensive usage of SNMP queries will slow down assp.
Because the OID numbers can change in different assp versions, it is recommended to query the OID's by its consistent name (not by its number). This requires the usage of the assp version
compatible mib/ASSP-MIB file!
If you want to query or set any of the following configuration parameters: LocalAddresses_Flat, LocalAddresses_Flat_Domains, noBayesian_local, Bayesian_localOnly, SSL_version, SSL_cipher_list -
remove all underscores from the config name to build the OID-name, because underscores ar not allowed in SNMP queries. The MIB file already contains the corrected names.
If you get unexpected SNMP-query results or you've lost the version compatible MIB file, rename the perl scripts lib/SNMPmakeMIB.p_ and lib/SNMPmakeMRTG.p_ to *.pl and restart assp.
This will create the mib/ASSP-MIB and mib/assp-mrtg.cfg files, based on your installation and configuration. It is recommended to rename both scripts back, after the new MIB files are created.
NOTICE: If you install or uninstall any plugin or you enable or disable the configuration synchronization and you use such a custom MIB file, the mib/ASSP-MIB file needs to be recreated
to implement the new OID\'s and (at least) to correct the new OID order!
To prevent permantly copying the changed mib/ASSP-MIB file to your net-snmp daemons MIB-folder - (e.g.) create a link there to the mib/ASSP-MIB file.
...

- the check (and ignore) whitelisted and redlisted mails in the rebuildspamdb task is now disabled per default
  to return to the old behavior set the hidden parameters 'DoRBWhite' and/or 'DoRBRed' to 1.



added:

'spfValencePB' is no longer scored in case DMARC failed - instead 'dmarcValencePB' is used
'dmarcValencePB','DMARC Failed, default=10 +'



2018-10-08
fixed in assp 2.6.1 *Fortress* build 18281:

- the analyzer has wrong shown nonascii characters in the analyzed file name 

- depending on the modes set for 'ValidateSPF' and 'DoDKIM', the DMARC-check was unexpected using monitoring-mode instead of scoring-mode




2018-10-05
fixed in assp 2.6.1 *Fortress* build 18278:

- the (SPF) statistic counter was not working for failed DMARC checks

changed:

- 'DoNoSpoofing4ReplyTo','Do NoSpoofing for Reply-To:' now also processes 'Return-Path:' and 'Disposition-Notification-To:' addresses.

- If a malformed address is found in any of the following header tags,
  from, sender, reply-to, errors-to, returnreceipt, return-receipt-to, return-path, disposition-notification-to
  the mail and IP gets a score of'nofromValencePB' for each found malformed address and if 'DoDomainCheck' is enabled, this check failes/scores for each found malformed address.
 


2018-10-04
fixed in assp 2.6.1 *Fortress* build 18277:

- the DMARC check ignored the SPF alignment, if 'DoSPFinHeader' was not enabled



added:

notice: the default behavior of assp is changed for whitelisted and noprocessing envelope sender addresses, domains and IP's!

  It was often the case, that mails from known good external senders were blocked, because they sent mails to a list of envelope recipients - but over the time, some of the recipient were no longer valid.
  ASSP detected this 'invalid recipient' attempt and the known good mail was blocked by the recipient check or the mail/IP got a high penalty and was blocked by the penalty-box.
  The hidden configuration parameter 'ignoreInvalidAddressNPWL' is used to ignore the defined 'invalid recipient action', if a known good sender uses unknown envelope recipents in a sequence
  of multiple envelope recipents. The mail is only blocked, if no valid envelope recipient is left over at the DATA command. If an unknown envelope recipient is used, the sender gets no penalty score,
  but the invalid 'RCPT TO:' command is replied with the permanent error '550 5.1.1 User <xxxxx> unknown'. The connection is not dropped in this case. Such an 'invalid recipient' attempt will also
  not be counted for 'MaxErros'.
 
  consequence: the mail is delivered to all left over valid envelope recipients and the sender will be informed about each invalid recipient (if NDR is supported by the sending server)

  $ignoreInvalidAddressNPWL = 3;       # (0/1/2/3) ignore invalid envelope recipients for whitelisted (2) or noprocessing (1) or both (3) senders and IP's (no score, no connection drop, no error count)

  Until now, the default action of assp was like 'ignoreInvalidAddressNPWL = 0' - this is now changed to 'ignoreInvalidAddressNPWL = 3'
 
  To change back to the old behavior or to change the default behavior, you have two options:
 
  1. start assp with the commandline switch --ignoreInvalidAddressNPWL:=X
 
  2. add the line below to the sub set in 'lib/CorrectASSPcfg.pm'.
 
  $main::ignoreInvalidAddressNPWL = X;
 
  In both cases, X is the configuration value of your choice (0...2).

[close]

http://www.thockar.com/assp-home/
Titel: Shadowsocks 4.1.7 Pre-release
Beitrag von: SiLæncer am 10 Juli, 2019, 18:00
Whats new:>>

    Fix UDP relay (#2387)
    Support Windows 10 1903 Light Theme (#2379)
    Listening on local IPv6 interface (#2419) (Experimental)
    Turn off per-monitor DPI awareness as it is not supported (#2427)
    Fix a defect when parsing ss:// URL (#2364)
    Upgrade the development environment to VS2017 with .NET Framework 4.7.2
    Refactoring config form (#2410)
    Refactoring tray icon
    Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: Shadowsocks 4.1.7.1 Pre-release
Beitrag von: SiLæncer am 14 Juli, 2019, 21:30
Whats new:>>

    Print win10 theme info when verboseLogging switched on
    Fix #2458 Unexpected delete server behavior (#2459)
    Switch configuration enable button (#2460)
    Move Experimental.md to wiki page

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 7.75
Beitrag von: SiLæncer am 12 August, 2019, 19:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: DNSCrypt-Proxy 2.0.26
Beitrag von: SiLæncer am 07 September, 2019, 21:00
Changelog

    A new plugin was added to prevent Firefox from bypassing the system DNS settings.
    New configuration parameter to set how to respond to blocked queries: blocked_query_response. Responses can now be empty record sets, REFUSED response codes, or predefined IPv4 and/or IPv6 addresses.
    The refused_code_in_responses and blocked_query_response options have been folded into a new blocked_query_response option.
    The fallback resolver is now accessed using TCP if force_tcp has been set to true.
    CPU usage when enabling DNSCrypt ephemeral keys has been reduced.
    New command-line option: -show-certs to print DoH certificate hashes.
    Solaris packages are now provided.
    DoH servers on a non-standard port, with stamps that don't include IP addresses, and without working system resolvers can now be properly bootstrapped.
    A new option, query_meta, is now available to add optional records to client queries.

[close]

https://dnscrypt.info/faq
Titel: DNSCrypt-Proxy 2.0.27
Beitrag von: SiLæncer am 10 September, 2019, 05:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Whats new:>>

    The X25519 implementation was changed from using the Go standard implementation to using Cloudflare's CIRCL library. Unfortunately, CIRCL appears to be broken on big-endian systems. That change has been reverted.
    All the dependencies have been updated.

https://dnscrypt.info/faq
Titel: Acrylic DNS Proxy 1.1.0
Beitrag von: SiLæncer am 28 September, 2019, 20:00
(https://i.postimg.cc/dtgv6jDy/TagEZ.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Whats new:>>

Added support for the DNS-over-HTTPS protocol.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Fiddler Web Debugger 5.0.20194.41348
Beitrag von: SiLæncer am 03 Oktober, 2019, 19:00
(https://i.postimg.cc/y83VFNLq/screenshot-1466.png)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Changelog

NEW

    Ability to preserve filters in Fiddler
    New GetStarted tab
    Ability to group AutoResponder rules
    Fiddler recognizes MSEdge and Brave as web browsers
    New preference fiddler.knownbrowsers - comma separated list with processes that Fiddler recognizes as browsers

FIXED

    Ctrl+Shift+C and Ctrl+C shortcuts do not copy
    m shortcut changes selection in AutoResponder tab
    Fiddler is not capturing traffic as a reverse proxy.
    Introduce error severity check before aborting the compiler.
    Minor bug fixes

[close]

http://www.telerik.com/fiddler
Titel: DNSCrypt-Proxy 2.0.28
Beitrag von: SiLæncer am 13 Oktober, 2019, 11:00
Changelog

    Invalid server entries are now skipped instead of preventing a source from being used. Thanks to Alison Winters for the contribution!
    Truncated responses are immediately retried over TCP instead of waiting for the client to retry. This reduces the latency for large responses.
    Responses sent to the local network are assumed to support at least 1252 bytes packets, and use optional information from EDNS up to 4096 bytes. This also reduces latency.
    Logging improvements: servers are not logged for cached, synthetic and cloaked responses. And the forwarder is logged instead of the regular server for forwarded responses.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt-Proxy 2.0.29 Beta 1
Beitrag von: SiLæncer am 14 Oktober, 2019, 17:00
Whats new:>>

Preliminary support for anonymized DNS is here!

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: ChrisPC Free Anonymous Proxy 8.00
Beitrag von: SiLæncer am 18 Oktober, 2019, 11:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved proxy engine with faster and safer connections using latest OpenSSL library.
    Added support for Windows 10 version 1909.
    Improved proxy connection for USA, UK, Germany proxies.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: DNSCrypt-Proxy 2.0.29 Beta 2
Beitrag von: SiLæncer am 20 Oktober, 2019, 20:30
Whats new:>>

    Support for Anonymized DNSCrypt has been added.
    Latency with large responses has actually been reduced.
    DNSCrypt certificates can now be retrieved over Tor, proxies, and DNS relays.
    Improved server error reporting (thanks to Alison Winters)
    Quite a lot of internal improvements and bug fixes have been made, thanks to Markus Linnala.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt-Proxy 2.0.29 Beta 3
Beitrag von: SiLæncer am 21 Oktober, 2019, 06:00
Whats new:>>

    Improved logging
    Added a workaround for DNS servers using a non-standard provider name.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt-Proxy 2.0.29 Final
Beitrag von: SiLæncer am 28 Oktober, 2019, 14:00
Changelog

 - Support for Anonymized DNSCrypt has been added.
 - Latency with large responses has actually been reduced.
 - DNSCrypt certificates can now be retrieved over Tor, proxies, and
 DNS relays.
 - Improved server error reporting (thanks to Alison Winters)
 - Quite a lot of internal improvements and bug fixes have been made,
 thanks to Markus Linnala.
 - Support for systemd watchdog has been added (thanks, Markus!)
 - Logging was improved.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.30
Beitrag von: SiLæncer am 31 Oktober, 2019, 11:00
Whats new:>>

- This version fixes a startup issue introduced in version 2.0.29,
on systems for which the service cannot be automatically installed
(such as OpenBSD and FreeBSD). Reported by @5ch17 and Vinícius Zavam,
and fixed by Will Elwood, thanks!

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.31
Beitrag von: SiLæncer am 01 November, 2019, 06:00
Whats new:>>

This version fixes two regressions introduced in version 2.0.29: DoH server couldn't be reached over IPv6 any more, and the proxy couldn't be interrupted while servers were being benchmarked.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Shadowsocks 4.1.8.0
Beitrag von: SiLæncer am 11 November, 2019, 17:00
Whats new:>>

    Update the nuget configurations and packages
    Fix some crash about thread-safe in statistics (#2591)
    Fix server list index invalidation (#2543, #2542)
    Refine PAC server (#2539)
    Update the GFWList via IPv6Loopback when available
    Modify PAC request behavior (#2526)
    Fix .NET 4.7.2 on Win7 TLS compatibility (#2473)
    Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: Simple DNSCrypt 0.6.9
Beitrag von: SiLæncer am 16 November, 2019, 21:00
(https://s26.postimg.cc/qkxn7v915/screenshot_67.png)
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.

If you are looking for an only command line tool, you can use the dnscrypt-proxy software. There are pre-compiled versions for any os. The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1).

MIT License

Changelog

    Uses dnscrypt-proxy to 2.0.31
    Added Anonymized DNS
    Added dnscrypt-proxy logfile do advanced settings
    Set working directory on startup (see #449)
    Updated dependencies
    Fixed some UI problems

[close]

https://github.com/bitbeans/SimpleDnsCrypt
Titel: Simple DNSCrypt 0.7.0
Beitrag von: SiLæncer am 17 November, 2019, 19:00
Whats new:>>

Fixes a small issue in 0.6.9 which doesn't add the relays as source on an update

https://github.com/bitbeans/SimpleDnsCrypt
Titel: DNSCrypt-Proxy 2.0.32
Beitrag von: SiLæncer am 18 November, 2019, 06:00
Changelog

    On certificate errors, the server name is now logged instead of the provider name, which is generally more useful.
    IP addresses for DoH servers that require DNS lookups are now cached for at least 12 hours.
    ignore_system_dns is now set to true by default.
    A workaround for a bug in Cisco servers has been implemented.
    A corrupted or incomplete resolvers list is now ignored, keeping the last good known cached list until the next update. In addition, logging was improved and unit tests were also added. Awesome contribution from William Elwood, thanks!
    On Windows, the network probe immediately returned instead of blocking if netprobe_timeout was set to -1. This has been fixed.
    Expired cached IP addresses now have a grace period, to avoid breaking the service if they temporarily can't be refreshed.
    On Windows, the service now returns immediately, solving a long-standing issue when initialization took more than 30 seconds ("The service did not respond to the start or control request in a timely fashion"). Fantastic work by Alison Winters, thanks!
    The SERVER_ERROR error code has been split into two new error codes: NETWORK_ERROR (self-explanatory) and SERVFAIL (a response was returned, but it includes a SERVFAIL error code).
    Responses are now always compressed.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.33
Beitrag von: SiLæncer am 18 November, 2019, 18:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Whats new:>>

Fixes an issue that caused some valid queries to return PARSE_ERROR.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Acrylic DNS Proxy 1.1.1
Beitrag von: SiLæncer am 28 November, 2019, 06:00
(https://i.postimg.cc/dtgv6jDy/TagEZ.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Whats new:>>

Fixed a bug occurring with the DNS-over-HTTPS protocol when a DNS resolver is configured with a wildcard SSL certificate.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: DNSCrypt-Proxy 2.0.34
Beitrag von: SiLæncer am 03 Dezember, 2019, 18:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Whats new:>>

    Blacklisted names are now also blocked if they appear in CNAME pointers.
    dnscrypt-proxy can now act as a local DoH server. Firefox can be configured to use it, so that ESNI can be enabled without bypassing your DNS proxy.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.35
Beitrag von: SiLæncer am 10 Dezember, 2019, 09:10
Whats new:>>

    New option: block_unqualified to block A/AAAA queries with unqualified host names. These will very rarely get an answer from upstream resolvers, but can leak private information to these, as well as to root servers.
    When a CNAME pointer is blocked, the original query name is now logged along with the pointer. This makes it easier to know what the original query name, so it can be whitelisted, or what the pointer was, so it can be removed from the blacklist.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: anonymoX for Firefox 4.4
Beitrag von: SiLæncer am 18 Dezember, 2019, 09:04
(https://i.postimg.cc/CLxG7b7B/screenshot_628.png)
anonymoX ist Ihr Weg, um sich im Internet anonym zu bewegen und Zensurmaßnahmen zu überwinden. Die meisten Webseiten überwachen und analysieren das Verhalten ihrer User und können so detaillierte Besucherprofile erstellen.

Anstatt  eine Website direkt aufzurufen, wird diese erst durch einen Computer von uns, dem Proxy aufgerufen.
Dieser Proxy versteckt Ihre Internet-Identität und dadurch sieht es so aus als ob nicht Sie, sondern der Proxy auf der Seite surft.

Freeware

Changelog

Updated to work with Firefox Version 71 and higher.

[close]

http://www.anonymox.net/
Titel: DNSCrypt-Proxy 2.0.36
Beitrag von: SiLæncer am 21 Dezember, 2019, 23:00
Changelog

    New option: block_undelegated. When enabled, dnscrypt-proxy will directly respond to queries for locally-served zones (https://sk.tl/2QqB971U) and nonexistent zones that should have been kept local, but are frequently leaked. This reduces latency and improves privacy.
    Conformance: the DO bit is now set in synthetic responses if it was set in a question, and the AD bit is cleared.
    The miegkg/dns module was updated to version 1.1.26, that fixes a security issue affecting non-encrypted/non-authenticated DNS traffic. In dnscrypt-proxy, this only affects the forwarding feature.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Shadowsocks 4.1.9.0 Beta
Beitrag von: SiLæncer am 22 Dezember, 2019, 10:00
Changelog

    Refine merge PAC+abp script logic (#2598)
    Format the proxy hostname in GfwListUpdater (#2616)
    Fix the trayIcon display issue under Win10 dark theme (#2658)
    Set default encryption method as chacha20-ietf-poly1305 (#2699)
    Translate statistics config form (#2698)
    Update .Net Framework download link (#2731)
    Use MD5 hash instead of timestamp for PAC URL parameter (#2705)
    Add option "Show Plugin Output" (#2722)
    Support custom GFWListUrl defined in config file (#2728)
    Implement new I18N csv structure (#2712)
    Refine message when plugin program file does not exist (#2730)
    Other minor bug fixes and improvements

[close]

https://shadowsocks.org/en/index.html
Titel: X-Proxy 6.2.0.4
Beitrag von: SiLæncer am 24 Dezember, 2019, 12:00
(https://i.postimg.cc/zvLjWHm8/screenshot-885.png)
X-Proxy is designed to provide you with a simple solution for protecting your identity while navigating online. The application enables you to connect to the Internet using proxy server, thus keeping your computer anonymous and protecting you against identity theft.

The interface is simple and well-organized, allowing you to view a list of the available proxy servers, their corresponding IP, host name, response time and location. X-Proxy classifies the proxies into different categories, depending on their security level. There are high anonymous, anonymous or transparent proxies that you can choose from.

The application provides support for the major Internet browsers: Internet Explorer, Firefox and Chrome. Once you connect using a proxy, your identity is hidden and you can view your fake and the real IP addresses in the main window.

X-Proxy can be minimized to the system tray and protect your identity from the background. You can easily hide your IP or restore the real address using the tray context menu.

Additionally, the program comes with several tools to help you find the country for a given IP address or search for the IP address assigned to a user-defined domain. Also, the software comes with a built-in Internet speed test tool to help you detect the connection line speed.

Furthermore, you can use it to easily remove the browser history. Temporary files, cookies, form data, passwords and browsing history, you can delete it all with a single click. Unfortunately, this feature is available for Internet Explorer only.

In conclusion, X-Proxy is a lightweight and handy solution for browsing anonymously. Ease of use, together with the variate proxy list that it provides makes it a useful tool for hiding your computer's trace while browsing the Web.

Freeware

Whats new:>>

    Removed Hijacker Homepage Scan.
    Removed vpn servers.
    Updated the code for the new domain.

http://saucessoftware.com/
Titel: Shadowsocks 4.1.9.2 Beta
Beitrag von: SiLæncer am 26 Dezember, 2019, 20:00
Whats new:>>

Fix i18n issues

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 8.05
Beitrag von: SiLæncer am 05 Januar, 2020, 11:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: DNSCrypt Proxy 2.0.38
Beitrag von: SiLæncer am 30 Januar, 2020, 18:00
Changelog

Entries from lists (forwarding, blacklists, whitelists) now support inline comments.

2.0.37

    Reliability improvement: queries over UDP are retried after a timeout instead of solely relying on the client.
    Reliability improvement: during temporary network outages, cached records are now served even if they are stale.
    Bug fix: SOCKS proxies and DNS relays can be combined.
    New feature: multiple fallback resolvers are now supported (see the new fallback_resolvers option. Note that fallback_resolver is still supported for backward compatibility).
    Windows: the service can be installed with a configuration file stored separately from the application.
    Security (affecting DoH): precompiled binaries of dnscrypt-proxy 2.0.37 are built using Go 1.13.7 that fixes a TLS certificate parsing issue present in previous versions of the compiler.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.39
Beitrag von: SiLæncer am 31 Januar, 2020, 14:00
Whats new:>>

The Firefox Local DoH service didn't properly work in version 2.0.38; this has been fixed. Thanks to Simon Brand for the report!

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: WinGate Proxy Server 9.4.1.5998
Beitrag von: SiLæncer am 01 Februar, 2020, 19:00
(https://s26.postimg.cc/irg79doix/screenshot_1149.png)
WinGate Proxy Server is an integrated Internet gateway and communications server designed to provide solid security, communications, and control.

FREE for 10 users

Changelog

1. Fix: HTTP Caching: Fixed creation of temp folders in the case where the parent folder didn't exist.
2. Fix: DNS: fixed crash on creation of over-sized response packets
3. Fix: Flow-chart Policy: Fixed scrolling issue on log entry item log content field.
4. Fix: SSL Inspection: Fixed control updated when enabling / disabling items
5. Fix: Flow-chart policy: Fixed vertical offset issue for output label
6. Fix: SSL: Fixed blocking of SSL client-initiated renegotiation.
7. New: HTTP Divert: added support for temp vs permanent redirect for divert results in HTTP policy events

[close]

http://www.wingate.com/qbik/index.php
Titel: Acrylic DNS Proxy 1.2.0
Beitrag von: SiLæncer am 02 Februar, 2020, 21:00
Whats new:>>

When using the DNS-over-HTTPS protocol you can now tell Acrylic to use the WinHttp library, instead of the WinInet library.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Acrylic DNS Proxy 1.2.1
Beitrag von: SiLæncer am 09 Februar, 2020, 20:00
Whats new:>>

    Acrylic files are hosted on external servers. If you want to check their integrity verify that their hashes match with the ones shown above.
    Fixed a bug potentially impacting the DNS-over-HTTPS protocol when using more than one DNS resolver.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Acrylic DNS Proxy 1.2.2
Beitrag von: SiLæncer am 15 Februar, 2020, 11:00
Whats new:>>

Fixed a bug potentially producing transient connectivity errors with some affinity masks when dual stack connectivity is active.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: DNSCrypt Proxy 2.0.40
Beitrag von: SiLæncer am 21 März, 2020, 19:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Whats new:>>

    Servers blocking fragmented queries are now automatically detected.
    The server name is now only present in query logs when an actual upstream servers was required to resolve a query.
    TLS client authentication has been added for DoH.
    The Firefox plugin is now skipped for connections coming from the local DoH server.
    DoH RTT computation is now more accurate, especially when CDNs are in the middle.
    The forwarding plugin is now more reliable, and handles retries over TCP.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.41
Beitrag von: SiLæncer am 24 März, 2020, 21:00
Whats new:>>

    Precompiled binaries for armv5, armv6 and armv7 are available.
    The default arm builds were not compatible with older CPUs when compiled with Go 1.14. mips64 binaries are explicitly compiled with softfloat to improve compatibility.
    Quad9 seems to be only blocking fragmented queries over UDP for some networks. They have been removed from the default list of broken resolvers; runtime detection of support for fragments should now do the job.
    Runtime detection of support for fragments was actually enabled.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.42
Beitrag von: SiLæncer am 26 März, 2020, 22:00
Whats new:>>

    The current versions of the dnsdist load balancer (presumably used by quad9, cleanbrowsing, qualityology, freetsa.org, ffmuc.net, opennic-bongobow, sth-dnscrypt-se, ams-dnscrypt-nl and more) is preventing queries over 1500 bytes from being received over UDP.
    Temporary workarounds have been introduced to improve reliability with these resolvers for regular DNSCrypt. Unfortunately, anonymized DNS cannot be reliable until the issue is fixed server-side.
    dnsdist authors are aware of it and are working on a fix already have a fix.
    New option in the [anonymized_dns] section: skip_incompatible, to ignore resolvers incompatible with Anonymized DNS instead of using them without a relay.
    The server latency benchmark is faster while being able to perform more retries if necessary.
    Continuous integration has been moved to GitHub Actions.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Shadowsocks 4.1.9.3 Pre-release
Beitrag von: SiLæncer am 31 März, 2020, 18:00
Whats new:>>

    Set default method to chacha20-ietf-poly1305
    Using hash in PAC URL (#2759)
    Rename and translate title of statistics form (#2768)
    Russian translation (#2767)
    Refine Updated Notification logic
    Using NLog (#2783)
    Bug fix: wrong server in tray menu (#2782)
    Deprecate unsafe encryption method (#2757, #2801)
    Bug fix: server config is overwritten by others when moving up/down (#2830)
    Other minor bug fixes and improvements

https://shadowsocks.org/en/index.html
Titel: Simple DNSCrypt 0.7.1
Beitrag von: SiLæncer am 11 April, 2020, 20:00
Whats new:>>

    Updated dnscrypt-proxy to 2.0.42
    Updated several languages
    Updated dependencies
    Added: Remember window size

https://github.com/bitbeans/SimpleDnsCrypt
Titel: ChrisPC Free Anonymous Proxy 8.10
Beitrag von: SiLæncer am 09 Mai, 2020, 20:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Shadowsocks 4.1.10.0
Beitrag von: SiLæncer am 11 Mai, 2020, 14:00
Whats new:>>

    Fix NLog config file issue (#2841, #2846)
    Tweak log level

https://shadowsocks.org/en/index.html
Titel: ChrisPC Free Anonymous Proxy 8.15
Beitrag von: SiLæncer am 19 Mai, 2020, 05:00
Latest Changes

    Extended anonymous proxy list to 1100+ from more than 50 countries.
    Improved support for Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: DNSCrypt-Proxy 2.0.43
Beitrag von: SiLæncer am 09 Juni, 2020, 14:00
Changelog

    Built-in support for DNS64 translation has been implemented. (Contributed by Sergey Smirnov, thanks!)
    Connections to DoH servers can be authenticated using TLS client certificates (Contributed by Kevin O'Sullivan, thanks!)
    Multiple stamps are now allowed for a single server in resolvers and relays lists.
    Android: the time zone for log files is now set to the system time zone.
    Quite a lot of updates and additions have been made to the example domain block lists. Thanks to IceCodeNew!
    Cached configuration files can now be temporarily used if they are out of date, but bootstraping is impossible. Contributed by lifenjoiner, thanks!
    Precompiled macOS binaries are now notarized.
    generate-domains-blacklists now tries to deduplicate entries clobbered by wildcard rules. Thanks to Huhni!
    generate-domains-blacklists can now directly write lists to a file with the -o command-line option.
    cache files are now downloaded as the user the daemon will be running as. This fixes permission issues at startup time.
    Forwarded queries are now subject to global timeouts, and can be forced to use TCP.
    The ct parameter has been removed from DoH queries, as Google doesn't require it any more.
    Service installation is now supported on FreeBSD.
    When stored into a file, service logs now only contain data from the most recent launch. This can be changed with the new log_file_latest option.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.44
Beitrag von: SiLæncer am 12 Juni, 2020, 05:00
Whats new:>>

    More updates to the set of block lists, thanks again to IceCodeNew.
    Netprobes and listening sockets are now ignored when the -list, -list-all, -show-certs or -check command-line switches are used.
    tls_client_auth was renamed to doh_client_x509_auth. A section with the previous name is temporarily ignored if empty, but will error out if not.
    Unit tests are now working on 32-bit systems. Thanks to Will Elwood and @lifenjoiner.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: LightProxy 1.1.28
Beitrag von: SiLæncer am 13 Juli, 2020, 20:00
(https://i.postimg.cc/fLbT9NHk/screenshot-2645.png)
LightProxy is an open-source, cross-platform web debugging proxy (available for Windows and macOS) that aims to relieve some of the complexities behind web development.

Apache License 2.0

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.29
Beitrag von: SiLæncer am 14 Juli, 2020, 13:00
Whats new:>>

    Fix the problem that certificate installation does not take effect under Windows
    Fix the problem of startup failure under default settings

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.30
Beitrag von: SiLæncer am 16 Juli, 2020, 09:06
Whats new:>>

    Repaired a large number of security issues
    TLS verification is enabled by default and can be disabled in the settings interface

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.31
Beitrag von: SiLæncer am 16 Juli, 2020, 20:30
Whats new:>>

    Fix Windows certificate installation failure
    Fix the problem that the initialization window will continue to block the error message

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.33 Beta 2
Beitrag von: SiLæncer am 28 Juli, 2020, 21:00
Whats new:>>

disable gzip for much better performance

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.33 Beta 3
Beitrag von: SiLæncer am 13 August, 2020, 18:00
(https://i.postimg.cc/fLbT9NHk/screenshot-2645.png)
LightProxy is an open-source, cross-platform web debugging proxy (available for Windows and macOS) that aims to relieve some of the complexities behind web development.

Apache License 2.0

Whats new:>>

:sparkles: provide a way to show whistle password

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.36
Beitrag von: SiLæncer am 20 August, 2020, 20:00
Whats new:>>

Optimize network performance

https://github.com/alibaba/lightproxy
Titel: Shadowsocks 4.2.0.0 Pre-release
Beitrag von: SiLæncer am 10 September, 2020, 18:00
(https://i.postimg.cc/X7tcCWWR/screenshot-2744.png)
Surf the Internet securely and anonymously using an industry level encryption algorithms or your own secure proxy servers using this app.

License : GPLv3

Changelog

    Update TCPHandler.lastActivity (#2858)
    Add Franch translation (#2861)
    New option for ss:// URL association (#2855)
    Updated Korean Language (#2871)
    Decouple statistic and TCPRelay (#2872)
    Fix nLogConfig NullReferenceExceltion (#2887)
    Use v2ray GeoSite to replace GFWList (#2875)
    Optimize the updater and downloader (#2910)
    Update SIP002 (#2904)
    Update Japanese translations
    Fix improperly parsed remark section (#2935)
    Other minor bug fixes and improvements

[close]

https://shadowsocks.org/en/index.html
Titel: LightProxy 1.1.38
Beitrag von: SiLæncer am 15 September, 2020, 21:00
Whats new:>>

Optimize concurrent performance

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.39 Beta 4
Beitrag von: SiLæncer am 18 September, 2020, 14:00
Whats new:>>

Fix agent performance issues

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.39 Beta 5
Beitrag von: SiLæncer am 21 September, 2020, 06:00
Whats new:>>

The status of the packet capture interface is cut away without loss

https://github.com/alibaba/lightproxy
Titel: Shadowsocks 4.2.0.1
Beitrag von: SiLæncer am 01 Oktober, 2020, 05:30
Whats new:>>

Fix domain rule handling in PAC script

https://shadowsocks.org/en/index.html
Titel: Shadowsocks 4.3.2.0 Pre-release
Beitrag von: SiLæncer am 05 November, 2020, 17:30
Changelog

Fixes and improvements:

PAC: private hostnames and IP ranges are now connected to directly by default (#3002).
Auto Startup: new mechanisms have been introduced to eliminate and prevent duplicate startup registry entries (#3011).
SIP003: we have fixed a regression introduced in 4.3.0.0 that might cause plugins to stop working (#3013).

Changes:

PAC: direct connection for private IP ranges by @studentmain (#3008)
Remove duplicate startup entries (#3012)
Other minor bug fixes and improvements

[close]

https://shadowsocks.org/en/index.html
Titel: Charles 4.6
Beitrag von: SiLæncer am 07 November, 2020, 11:00
Changelog

    New features and stability improvements:

    External DNS Resolver option (for overriding the system DNS with your own external DNS resolver)
    Fix new SSL CA certificates to be compatible with iOS and macOS changes
    Stability improvements on macOS, particularly around multi-monitor setups
    Fix Install Charles Root Certificate in Java VMs option for Java 11
    Improve display of hosts using TLS when a connection is made via IP rather than name

[close]

http://www.xk72.com/
Titel: ChrisPC Free Anonymous Proxy 8.20
Beitrag von: SiLæncer am 10 November, 2020, 11:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Extended anonymous proxy list to 1250+ from more than 50 countries.
    Improved support for Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: LightProxy 1.1.41 Beta 1
Beitrag von: SiLæncer am 16 November, 2020, 19:00
Whats new:>>

Try to fix the problem that the certificate cannot be installed under Big Sur

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.41 Beta 2
Beitrag von: SiLæncer am 21 November, 2020, 09:00
Whats new:>>

Try to fix the problem of helper installation under Bigsur.

https://github.com/alibaba/lightproxy
Titel: Privoxy 3.0.29
Beitrag von: SiLæncer am 29 November, 2020, 20:00
(https://i.postimg.cc/MKV3gPB0/screenshot-2838.png)
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.

License: GNU (GPL)

Changelog

--------------------------------------------------------------------
ChangeLog for Privoxy 3.0.29
--------------------------------------------------------------------

- Security/Reliability:
  - Fixed memory leaks when a response is buffered and the buffer
    limit is reached or Privoxy is running out of memory.
    Commits bbd53f1010b and 4490d451f9b. OVE-20201118-0001.
    Sponsored by: Robert Klemme
  - Fixed a memory leak in the show-status CGI handler when
    no action files are configured. Commit c62254a686.
    OVE-20201118-0002.
    Sponsored by: Robert Klemme
  - Fixed a memory leak in the show-status CGI handler when
    no filter files are configured. Commit 1b1370f7a8a.
    OVE-20201118-0003.
    Sponsored by: Robert Klemme
  - Fixes a memory leak when client tags are active.
    Commit 245e1cf32. OVE-20201118-0004.
    Sponsored by: Robert Klemme
  - Fixed a memory leak if multiple filters are executed
    and the last one is skipped due to a pcre error.
    Commit 5cfb7bc8fe. OVE-20201118-0005.
  - Prevent an unlikely dereference of a NULL-pointer that
    could result in a crash if accept-intercepted-requests
    was enabled, Privoxy failed to get the request destination
    from the Host header and a memory allocation failed.
    Commit 7530132349. CID 267165. OVE-20201118-0006.
  - Fixed memory leaks in the client-tags CGI handler when
    client tags are configured and memory allocations fail.
    Commit cf5640eb2a. CID 267168. OVE-20201118-0007.
  - Fixed memory leaks in the show-status CGI handler when memory
    allocations fail. Commit 064eac5fd0 and commit fdee85c0bf3.
    CID 305233. OVE-20201118-0008.

- General improvements:
  - Added experimental https inspection support which allows to filter
    https traffic. To enable it, install MbedTLS and configure with
    --with-mbedtls, or install OpenSSL or LibreSSL and configure
    with --with-openssl.
    Afterwards configure the directives in section 7 of the
    config file and enable the +https-inspection action.
    Initial MbedTLS-based code contributed by Vaclav Svec,
    initial OpenSSL support contributed by Maxim Antonov.
    With help from Nedzad Hrnjica and Ho+ Ho+ Ho+.
    Integration and improvements sponsored by Robert Klemme.
  - pcrs: Request JIT compilation if it's supported and
    the filter isn't dynamic. This can speed up filtering.
  - Added support for Brotli decompression.
    Sponsored by: Robert Klemme
  - Added FEATURE_EXTENDED_STATISTICS to gather statistics for
    block reasons and filter executions. To enable it, configure
    with --enable-extended-statistics and visit
    http://config.privoxy.org/show-status.
    Sponsored by: Robert Klemme
  - Use the IP_FREEBIND socket option, if defined. This allows
    Privoxy to bind to not-yet assigned IP addresses which is
    useful in failover environments.
    Patch by Sam Varshavchik.
  - Allow to use extended host patterns and vanilla host patterns
    at the same time by prefixing extended host patterns with
    "PCRE-HOST-PATTERN:". To enable this, configure with
    --enable-pcre-host-patterns.
    Sponsored by: Robert Klemme
  - Added "Cross-origin resource sharing" (CORS) support.
    This allows to access Privoxy's CGI interface via JavaScript from
    another domain (white-listed with the new cors-allowed-origin directive).
    Based on a patch by Nedzad Hrnjica.
    Sponsored by: Robert Klemme.
  - Add SOCKS5 username/password support.
    Based on a patch by Sam, improved by Ivan Romanov.
    Closes Patch#141 and solves TODO#105.
  - Bump the maximum number of action and filter files
    to 100 each.
    Sponsored by: Robert Klemme
  - Fixed handling of filters with "split-large-forms 1"
    when using the CGI editor.
    Reported by withoutname in #921.
  - Better detect a mismatch of connection details when
    figuring out whether or not a connection can be reused.
  - Don't send a "Connection failure" message instead of the
    "DNS failure" message.
    Sponsored by: Robert Klemme
  - Let LOG_LEVEL_REQUEST log all requests. Previously unencrypted
    requests were only logged with LOG_LEVEL_REQUEST when they weren't
    crunched (in which case they were logged with LOG_LEVEL_CRUNCH).
    This was documented behaviour, but logging all requests seems more useful.
  - Fixed locking around localtime() and gmtime().
  - Removed OS/2 support. We haven't provided OS/2 packages in years,
    it complicated the code and it depended on a fallback snprintf()
    implementation which is GPLv2 only.
  - Remove the fallback snprintf() implementation
    Now that OS/2 support is gone we no longer need it.
  - Fixed a bunch of format specifiers log messages.
  - Added a missing apostrophe in the 'More Privoxy' menu.
  - Explicitly prevent use of FEATURE_CONNECTION_SHARING
    without FEATURE_CONNECTION_KEEP_ALIVE. It makes no sense
    and does not compile anyway.
    Sponsored by: Robert Klemme
  - Fix build without FEATURE_CONNECTION_KEEP_ALIVE.
    Sponsored by: Robert Klemme
  - Downgrade the 'Graceful termination requested' message
    to LOG_LEVEL_INFO as it isn't an error.
    Sponsored by: Robert Klemme
  - decompress_iob(): Downgrade the no-content message to LOG_LEVEL_RE_FILTER
    While at it, fix a typo in a comment.
    Sponsored by: Robert Klemme
  - Fixed a couple of cppcheck warnings.
  - Rename LOG_LEVEL_GPC to LOG_LEVEL_REQUEST.
    Only the shadow knows what "GPC" is supposed to stand for.
  - Remove SourceForge references in copyright headers.
  - Upgrade a bunch of links to the homepage to https://.
  - Add 'no-brotli-accepted' filter which prevents the
    use of Brotli compression.
  - Changed license for pcrs to GPLv2+ after getting the
    permission from Andreas. This allows to redistribute
    Privoxy under the GPLv3 which is required when linking
    to future mbedTLS versions which are expected to be
    licensed under the Apache 2.0 license only.
  - Updated a bunch of tests that have to expect status code 403
    now after r1.168/070e904afa5.
  - Lowercase the host name in the request line.
  - Only set SOURCE_DATE_EPOCH if it's not already set so
    distributions can overwrite it through the environment.

- Documentation changes:
  - Explain that Privoxy has to be distributed under the
    GPLv3 (or later) when linked with an MbedTLS version
    that is licensed under the Apache 2.0 license.
  - Import the GNU GPLv3 and include it the user manual.
  - Clarify FEATURE_FORCE_LOAD's description. It allows to bypass
    blocking not filtering and only does it if blocks aren't enforced.
    Reported by: Robert Klemme
  - FAQ: Remove Zwiebelfreunde e.V. from the list of fiduciary sponsors
    As of 2021 they no longer handle donations for foreign organisations
    due to lack of resources.
  - FAQ: Remove an obsolete comment with a link to the long-gone PDF manual.
  - FAQ: Add a link to the TODO list.
  - FAQ: Change the sponsor amounts to USD slightly rounding the
    converted amounts up to get simple numbers.
    Receiving USD is apparently easier for SPI and SPI is
    preferred by sponsors as they can send invoices.
  - Advertise the client-tags CGI page in the user manual.
  - Stop advertising the show-version CGI page which no longer exists.
  - Add yet another reason why +prevent-compression may cause problems.
  - Don't claim that contributors need ssh. It's only needed for committers.
  - Replace obsolete CVS instructions with Git instructions.
  - Remove an obsolete comment

- Config file changes:
  - Change the suggested default-server-timeout to 5 to match the
    suggested keep-alive-timeout. Otherwise using the defaults would
    result in Privoxy reducing the default-server-timeout and logging
    an error message.
    Sponsored by: Robert Klemme
  - Update the 'debug 1' description.
  - Add a missing 'client-specific-tag' directive.
  - Comment out trusted-cgi-referer pointing to example.org.

- Action file improvements:
  - Block requests to /(.*/)?piwik\.php
  - Block requests to .connectaserver.de/
  - Block requests to pixel.inforsea.com/
  - Block requests to t.vi-serve.com/
  - Block requests to .ioam.de/
  - Block requests to t.9gag.com/img.gif
  - Block requests to .pixel.parsely.com/ as image
  - Block requests to pixel.wp.com/
  - Disable fast-redirects for .librarything.com/
  - Disable fast-redirects for issue.freebsdfoundation.org/
  - Disable fast-redirects for .twitter.com/.*origin=http
  - Unblock belco24.de/
  - Add fast-redirects exception for .wikipedia.org/
  - Add fast-redirects exception for oss-fuzz.com/
  - Disable fast-redirects for .consensu.org/delivery/pixel\.php
    and block the requests as image instead
  - Unblock .adbinstaller.com/
    Reported by lvm in #942.
  - Unblock .adbshell.com
    Reported by lvm in #942.
  - Unblock .tagesschau.de/
  - Disable fast-redirects for collector.githubapp.com/
    and block requests to it as image instead
  - Unblock 'ada*.'
  - Add fast-redirects{} exception for sourcepoint.vice.com/
  - Unblock adaway.org/
    Reported by DRS David Soft in AF#945.
  - Change two block reasons that previously were the same.
    Sponsored by: Robert Klemme
  - Added a +delay-response{} test.
  - Updated the location of the development version
    of default.action.master.

- Privoxy-Log-Parser:
  - Added a --keep-date option to keep the date in highlighted messages.
  - Highlight new log messages.
  - Make gather_loglevel_clf_stats() more tolerant. While at it,
    count all CLF messages as requests, even if the request is invalid.
  - Only show HTTP version distribution if at least one version has been detected.
  - Only show crunch statistics if crunches were detected.
  - Warn if the request counts differ.
  - Generate statistics if the log only contains LOG_LEVEL_CLF messages
    so it can be used with vanilla webserver logs.
    Previously Privoxy-specific "Request:" messages were required.
  - Align the client-HTTP-version distribution like other distributions
  - Bump version to 0.9.1
  - Include status code distribution in the stats.
  - Let the statistics include the size of the content Privoxy
    transferred excluding HTTP headers.
  - Get with the program and expect all requests to be logged with LOG_LEVEL_REQUEST.
    It's no longer necessary to count both LOG_LEVEL_REQUEST and
    LOG_LEVEL_CRUNCH messages to get the total number of requests.
  - Leverage the LOG_LEVEL_CLF message to gather statistics that where
    previously taken from LOG_LEVEL_HEADER lines. This results in less
    confusing results if https inspection is enabled in which case there
    are two LOG_LEVEL_HEADER lines with request lines.
    Sponsored by: Robert Klemme
  - Properly highlight the filter results message. Previously a brace got lost.
  - Prefer the number of CLF lines to get the total number of requests
    as it works with older Privoxy versions as well.

- Privoxy-Regression-Test:
  - Turn curl's globbing mode off so we can allow more characters in URLs.
  - Allow '[' and ']' in URLs.
  - Include the action file when complaining about missing Sticky Actions.
  - Fix a sentence in the documentation.
  - Bump version to 0.7.1

- url-pattern-translator:
  - Detect a couple of pattern prefixes case-insensitively.
    Sponsored by: Robert Klemme
  - Skip CLIENT-TAG patterns.
    Sponsored by: Robert Klemme
  - Skip patterns that have already been converted.
    It should now be safe to "convert" a file multiple times.
    Sponsored by: Robert Klemme
  - Add the new 'PCRE-HOST-PATTERN:' prefix.
    Sponsored by: Robert Klemme

[close]

https://www.privoxy.org/
Titel: Shadowsocks 4.4.0.0
Beitrag von: SiLæncer am 01 Januar, 2021, 10:00
Changelog

    For many of us, 2020 has been a difficult year. As we pass the end of 2020, many things are still not over yet. But we should all be ready for the opportunities and new challenges 2021 is about to present to us. We are releasing this new version on the first day of 2021. And we wish you a happy new year! fireworks
    Security update: Yes, we have finally removed support for all stream ciphers, almost 4 years after the proposal of Shadowsocks AEAD. Stay safe! microbe
    Prepare to say goodbye to legacy links! When importing servers from pre-SIP002 legacy ss:// links, we will show a warning message to remind you to update your ss:// links. The easiest way to update is to use the server sharing feature.

Changes

    Security: remove infrastructure of stream ciphers (#3048)
    Show warning message when importing from deprecated legacy ss:// links.
    Other minor bug fixes and improvements

[close]

https://shadowsocks.org/en/index.html
Titel: DNSCrypt-Proxy 2.0.45
Beitrag von: SiLæncer am 03 Januar, 2021, 21:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    Configuration changes (to be required in versions 2.1.x):
        [blacklist] has been renamed to [blocked_names]
        [ip_blacklist] has been renamed to [blocked_ips]
        [whitelist] has been renamed to [allowed_names]
        generate-domains-blacklist.py has been renamed to generate-domains-blocklist.py, and the configuration files have been renamed as well.
    dnscrypt-proxy -resolve has been completely revamped, and now requires the configuration file to be accessible. It will send a query to an IP address of the dnscrypt-proxy server by default. Sending queries to arbitrary servers is also supported with the new -resolve name,address syntax.
    Relay lists can be set to * for automatic relay selection. When a wildcard is used, either for the list of servers or relays, the proxy ensures that relays and servers are on distinct networks.
    Lying resolvers are detected and reported.
    New return code: NOT_READY for queries received before the proxy has been initialized.
    Server lists can't be older than a week any more, even if directory permissions are incorrect and cache files cannot be written.
    macOS/arm64 is now officially supported.
    New feature: allowed_ips, to configure a set of IP addresses to never block no matter what DNS name resolves to them.
    Hard-coded IP addresses can be immediately returned for test queries sent by operating systems in order to check for connectivity and captive portals. Such responses can be sent even before an interface is considered as enabled by the operating system. This can be configured in a new section called [captive_portals].
    On Linux, OpenBSD and FreeBSD, listen_addresses can now include IP addresses that haven't been assigned to an interface yet.
    The logo has been tweaked to look fine on a dark background.
    generate-domains-blocklist.py: regular expressions are now ignored in time-based entries.
    Minor bug fixes and logging improvements.
    Cloaking plugin: if an entry has multiple IP addresses for a type, all the IP addresses are now returned instead of a random one.
    Static entries can now include DNSCrypt relays.
    Name blocking: aliases relying on SVCB and HTTPS records can now be blocked in addition to aliases via regular CNAME records.
    EDNS-Client-Subnet information can be added to outgoing queries. Instead of sending the actual client IP, ECS information is user
    configurable, and IP addresses will be randomly chosen for every query.
    Initial DoH queries are now checked using random names in order to properly measure CDNs such as Tencent that ignore the padding.
    DoH: the max-stale cache control directive is now present in queries.
    Logs can now be sent to /dev/stdout instead of actual files.
    User switching is now supported on macOS.
    New download mirror (https://download.dnscrypt.net) for resolvers, relays and parental-control.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: LightProxy 1.1.41 Beta 6
Beitrag von: SiLæncer am 23 Januar, 2021, 19:00
(https://i.postimg.cc/fLbT9NHk/screenshot-2645.png)
LightProxy is an open-source, cross-platform web debugging proxy (available for Windows and macOS) that aims to relieve some of the complexities behind web development.

Apache License 2.0

Whats new:>>

    Upgrade whistle version
    The wireless proxy page provides a copy of the certificate URL for use in scenarios such as simulators

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.41 Beta 7
Beitrag von: SiLæncer am 27 Januar, 2021, 23:00
Whats new:>>

    Upgrade whistle version
    The wireless proxy page provides a copy of the certificate URL for use in scenarios such as simulators

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.41 Beta 8
Beitrag von: SiLæncer am 29 Januar, 2021, 23:30
Whats new:>>

remote debugger

https://github.com/alibaba/lightproxy
Titel: Privoxy 3.0.31 Final
Beitrag von: SiLæncer am 31 Januar, 2021, 11:03
(https://i.postimg.cc/MKV3gPB0/screenshot-2838.png)
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.

License: GNU (GPL)

Changelog

- Security/Reliability:
  - Prevent an assertion from getting triggered by a crafted CGI request.
    Commit 5bba5b89193fa. OVE-20210130-0001.
    Reported by: Joshua Rogers (Opera)
  - Fixed a memory leak when decompression fails "unexpectedly".
    Commit f431d61740cc0. OVE-20210128-0001.

- Bug fixes:
  - Fixed detection of insufficient data for decompression.
    Previously Privoxy could try to decompress a partly
    uninitialized buffer.
[close]

https://www.privoxy.org/
Titel: Privoxy 3.0.32
Beitrag von: SiLæncer am 28 Februar, 2021, 11:00
Changelog

--------------------------------------------------------------------
ChangeLog for Privoxy 3.0.32
--------------------------------------------------------------------
- Security/Reliability:
  - ssplit(): Remove an assertion that could be triggered with a
    crafted CGI request.
    Commit 2256d7b4d67. OVE-20210203-0001.
    Reported by: Joshua Rogers (Opera)
  - cgi_send_banner(): Overrule invalid image types. Prevents a
    crash with a crafted CGI request if Privoxy is toggled off.
    Commit e711c505c48. OVE-20210206-0001.
    Reported by: Joshua Rogers (Opera)
  - socks5_connect(): Don't try to send credentials when none are
    configured. Fixes a crash due to a NULL-pointer dereference
    when the socks server misbehaves.
    Commit 85817cc55b9. OVE-20210207-0001.
    Reported by: Joshua Rogers (Opera)
  - chunked_body_is_complete(): Prevent an invalid read of size two.
    Commit a912ba7bc9c. OVE-20210205-0001.
    Reported by: Joshua Rogers (Opera)
  - Obsolete pcre: Prevent invalid memory accesses with an invalid
    pattern passed to pcre_compile(). Note that the obsolete pcre code
    is scheduled to be removed before the 3.0.33 release. There has been
    a warning since 2008 already.
    Commit 28512e5b624. OVE-20210222-0001.
    Reported by: Joshua Rogers (Opera)

- Bug fixes:
  - Properly parse the client-tag-lifetime directive. Previously it was
    not accepted as an obsolete hash value was being used.
    Reported by: Joshua Rogers (Opera)
  - decompress_iob(): Prevent reading of uninitialized data.
    Reported by: Joshua Rogers (Opera).
  - decompress_iob(): Don't advance cur past eod when looking
    for the end of the file name and comment.
  - decompress_iob(): Cast value to unsigned char before shifting.
    Prevents a left-shift of a negative value which is undefined behaviour.
    Reported by: Joshua Rogers (Opera)
  - gif_deanimate(): Confirm that that we have enough data before doing
    any work. Fixes a crash when fuzzing with an empty document.
    Reported by: Joshua Rogers (Opera).
  - buf_copy(): Fail if there's no data to write or nothing to do.
    Prevents undefined behaviour "applying zero offset to null pointer".
    Reported by: Joshua Rogers (Opera)
  - log_error(): Treat LOG_LEVEL_FATAL as fatal even when --stfu is
    being used while fuzzing.
    Reported by: Joshua Rogers (Opera).
  - Respect DESTDIR when considering whether or not to install
    config files with ".new" extension.
  - OpenSSL ssl_store_cert(): Fix two error messages.
  - Fix a couple of format specifiers.
  - Silence compiler warnings when compiling with NDEBUG.
  - fuzz_server_header(): Fix compiler warning.
  - fuzz_client_header(): Fix compiler warning.
  - cgi_send_user_manual(): Also reject requests if the user-manual
    directive specifies a https:// URL. Previously Privoxy would try and
    fail to open a local file.

- General improvements:
  - Log the TLS version and the the cipher when debug 2 is enabled.
  - ssl_send_certificate_error(): Respect HEAD requests by not sending a body.
  - ssl_send_certificate_error(): End the body with a single new line.
  - serve(): Increase the chances that the host is logged when closing
    a server socket.
  - handle_established_connection(): Add parentheses to clarify an expression
    Suggested by: David Binderman
  - continue_https_chat(): Explicitly unset CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE
    if process_encrypted_request() fails. This makes it more obvious that the
    connection will not be reused. Previously serve() relied on
    CSP_FLAG_SERVER_CONTENT_LENGTH_SET and CSP_FLAG_CHUNKED being unset.
    Inspired by a patch from Joshua Rogers (Opera).
  - decompress_iob(): Add periods to a couple of log messages
  - Terminate the body of the HTTP snipplets with a single new line
    instead of "\r\n".
  - configure: Add --with-assertions option and only enable assertions
    when it is used
  - windows build: Use --with-brotli and --with-mbedtls by default and
    enable dynamic error checking.
  - gif_deanimate(): Confirm we've got an image before trying to write it
    Saves a pointless buf_copy() call.
  - OpenSSL ssl_store_cert(): Remove a superfluous space before the serial number.

- Action file improvements:
  - Disable fast-redirects for .golem.de/
  - Unblock requests to adri*.
  - Block requests for trc*.taboola.com/
  - Disable fast-redirects for .linkedin.com/

- Filter file improvements:
  - Make the second pcrs job of the img-reorder filter greedy again.
    The ungreedy version broke the img tags on:
    https://bulk.fefe.de/scalability/.

- Privoxy-Log-Parser:
  - Highlight a few more messages.
  - Clarify the --statistics output. The shown "Reused connections"
    are server connections so name them appropriately.
  - Bump version to 0.9.3.

- Privoxy-Regression-Test:
  - Add the --check-bad-ssl option to the --help output.
  - Bump version to 0.7.3.

- Documentation:
  - Add pushing the created tag to the release steps in the developer manual.
  - Clarify that 'debug 32768' should be used in addition to the other debug
    directives when reporting problems.
  - Add a 'Third-party licenses and copyrights' section to the user manual.

[close]

https://www.privoxy.org/
Titel: LightProxy 1.1.41 Final
Beitrag von: SiLæncer am 01 März, 2021, 11:00
Whats new:>>

    Fix the remote debugger
    Fix the problem that some requests have been pending after continuous use (H2 connection retention time is reduced to 30s)
    Upgrade the whistle version
    The wireless proxy page provides a copy of the certificate URL for use in scenarios such as simulators
    Fix the next certificate installation problem in bigsur

https://github.com/alibaba/lightproxy
Titel: LightProxy 1.1.42 Beta 1
Beitrag von: SiLæncer am 19 März, 2021, 10:00
Whats new:>>

Fixed:

Wireless proxy does not close automatically

https://github.com/alibaba/lightproxy
Titel: ChrisPC Free Anonymous Proxy 8.30
Beitrag von: SiLæncer am 17 April, 2021, 00:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 10 version 20H2.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Proxy Mask 5.4.0.0
Beitrag von: SiLæncer am 19 April, 2021, 20:00
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to a different country, as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freeware

https://www.rentanadviser.com/en/default.aspx
Titel: LightProxy 1.1.42 Beta 4
Beitrag von: SiLæncer am 20 April, 2021, 22:00
Whats new:>>

Native Apple M1 Support

https://github.com/alibaba/lightproxy
Titel: Process Proxifier 1.3
Beitrag von: SiLæncer am 16 Mai, 2021, 12:00
(https://i.postimg.cc/jS9LTtDL/screenshot-3119.png)
A versatile and efficient application that can be used to assign a different proxy address and port for each of the running processes.

Apache License 2.0

https://github.com/VahidN/Process-Proxifier
Titel: DNSCrypt Proxy 2.0.46 Beta 1
Beitrag von: SiLæncer am 08 Juni, 2021, 11:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    Source URLs are now randomized.
    On some platforms, redirecting the application log to a file was not compatible with user switching; this has been fixed.
    fallback_resolvers was renamed to bootstrap_resolvers for clarity. Please update your configuration file accordingly.
    Preliminary support for ODoH (Oblivious DoH) was added. Thanks to Chris Wood for his help on this!

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.46 Beta 2
Beitrag von: SiLæncer am 08 Juni, 2021, 23:00
Whats new:>>

    Relays are now mandatory for ODoH servers.
    Routes with server_name = '*' now correctly handle both relay types.
    A deprecation warning was added for fallback_resolvers.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: DNSCrypt Proxy 2.0.46 Beta 3
Beitrag von: SiLæncer am 13 Juni, 2021, 10:00
Whats new:>>

Add support for the final version of the Oblivious DoH specification.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Proxy Mask 5.5.2.0
Beitrag von: SiLæncer am 23 Juni, 2021, 22:00
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to a different country, as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freeware

https://www.rentanadviser.com/en/default.aspx
Titel: Acrylic DNS Proxy 2.1.0
Beitrag von: SiLæncer am 02 Juli, 2021, 21:00
(https://i.postimg.cc/dtgv6jDy/TagEZ.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Whats new:>>

    Added a domain name affinity mask tester to the Acrylic UI desktop application.
    The time it takes for the Acrylic service to stop or restart has been significantly improved.
    Solved a bug that made Acrylic ignore the value of the *DoHProtocolReuseConnections configuration parameter for WinHttp when set to "No".

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Charles 4.6.2
Beitrag von: SiLæncer am 06 Juli, 2021, 12:00
(https://i.postimg.cc/pr7LKwTP/screenshot-3226.png)
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

Changelog

    Bug fixes:

    Java 11.0.11
    CLI improvements
    Bearer authentication display improved
    Copy cURL Request: quotes fixed for Windows
    Fix NTLM authentication over H2
    Fix DNS Spoofing for SSL to domain names that don't actually exist
    Fix bug where some requests were incorrectly marked as mapped
    macOS disabled text colours fixed
    macOS: Improve "Install Charles Root Certificate in Java VMs" for new locations
    macOS: Update "Install Charles Root Certificate in iOS Simulators" for new locations and database format

[close]

http://www.xk72.com/
Titel: X-NetStat 6.0.0.23
Beitrag von: SiLæncer am 09 Juli, 2021, 20:00
(https://i.postimg.cc/m23vY3J9/screenshot-3241.png)
X-NetStat is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

License: Open Source

Whats new:>>

This update significantly improves core performance, by changing the way X-NetStat detects running processes.  It also adds the “Track Selected Connection” option, on by default.  It also hooks up “Make rule for (Process)”.  In the setup wizard, “Perform clean install” is now off by default.  Finally, there are minor updates to the UI and help file.

https://freshsoftware.com/xnetstat-home
Titel: DNSCrypt-Proxy 2.1.0
Beitrag von: SiLæncer am 14 August, 2021, 19:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    dnscrypt-proxy now includes support for Oblivious DoH.
    If the proxy is overloaded, cached and synthetic queries now keep being served, while non-cached queries are delayed.
    A deprecation warning was added for fallback_resolvers.
    Source URLs are now randomized.
    On some platforms, redirecting the application log to a file was not compatible with user switching; this has been fixed.
    fallback_resolvers was renamed to bootstrap_resolvers for clarity. Please update your configuration file accordingly.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Toxiproxy 2.1.5 Pre-release
Beitrag von: SiLæncer am 27 August, 2021, 11:00
(https://i.postimg.cc/T3zryKwV/screenshot-1104.png)
Toxiproxy is a TCP proxy designed to help you simulate both network and system conditions to avoid problems with lengthy loading times. The tool consists of a TCP proxy and a client that communicates with it over HTTP. You can get started by configuring your app so that all connections are tested in variable conditions with the tool.

MIT License

Changelog

    Add Rust client link.
    Add example config.json file to README.md
    First steps with goreleaser
    Fix typos
    D26384f Fixing dev.yml to allow running dev up
    Keep binaries as well in release
    MacPorts in readme
    Merge pull request #1 from Shopify/master
    Merge pull request #241 from Shopify/v2.1.4
    Merge pull request #251 from nothinux/master
    Merge pull request #253 from Shopify/updates
    Merge pull request #260 from JesseEstum/example_config
    Merge pull request #293 from Shopify/feature/PA-Add-rust-client
    Merge pull request #294 from dnwe/dnwe/renovations
    Merge pull request #297 from Shopify/update-bundler-2.2.22-1
    Merge pull request #298 from Shopify/dev-compat
    Move to go modules
    Update build badge to Travis CI
    Update bundler to 2.2.22
    Upgrade Golang and Ruby versions (#299)
    Chore: fix some minor govet/staticheck failures
    Chore: gofmt -s -w
    Chore: renovate dependencies
    Fix TOC in readme
    Update docs

[close]

https://github.com/Shopify/toxiproxy
Titel: Toxiproxy 2.1.5 Final
Beitrag von: SiLæncer am 02 September, 2021, 10:00
Changelog

    Move to Go Modules from godeps (#253, @epk)
    Update the example in client/README.md (#251, @nothinux)
    Update TOC in README.md (4ca1edd, @dwradcliffe)
    Add an example of config.json file to README.md (#260, @JesseEstum)
    Add Link to Elixir Client (#287, @Jcambass)
    Add Rust client link (#293, @itarato)
    Renovations: formatting code, update dependicies, make govet/staticcheck pass (#294, @dnwe)
    Remove openssl from dev.yml to use dev tool (#298, @pedro-stanaka)
    Update go versions in development (#299, @miry)
    Mention MacPorts in README.md (#290, @amake)
    Fix some typos in README.md and CHANGELOG.md (#222, @jwilk)
    Replace TravisCI with Github Actions to run tests (#303, @miry)
    Build and release binaries with goreleaser. Support arm64 and BSD oses. (#301, @miry)
    Automate release with Github actions (#304, @miry)

[close]

https://github.com/Shopify/toxiproxy
Titel: ShadowsocksR 5.4.2
Beitrag von: SiLæncer am 06 September, 2021, 11:00
(https://i.postimg.cc/fRKw8YL5/screenshot-3346.png)
Open-source Socks5 proxy with advanced settings for bypassing Internet censorship, which enables you to create a list of multiple servers.

Donationware / GPLv3

Whats new:>>

Optimize HTTP proxy performance

https://github.com/shadowsocksrr/shadowsocksr-csharp
Titel: XX-Net 4.5.4
Beitrag von: SiLæncer am 19 September, 2021, 19:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

Fix X-Tunnel service
Disable GAE in default

https://sourceforge.net/projects/xx-net.mirror/
Titel: Proxy Mask 5.6.1.0
Beitrag von: SiLæncer am 20 September, 2021, 11:00
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to a different country, as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freemium

https://www.rentanadviser.com/en/default.aspx
Titel: Toxiproxy 2.1.7
Beitrag von: SiLæncer am 23 September, 2021, 22:00
Whats new:>>

Set the valid version during the build process. Verify the correct verion of the built binaries with make release-dry.

https://github.com/Shopify/toxiproxy
Titel: Charles 4.6.3 Beta 1
Beitrag von: SiLæncer am 27 September, 2021, 11:30
Whats new:>>

    External DNS Resolver option
    Fix SSL proxying of hosts that shouldn't have been proxied
    Support Bearer authorization tokens
    Fix NTLM authentication over HTTP 2
    Fix DNS Spoofing when using HTTPS to domains that don't exist
    Update SSL Proxying certificate installation for Java changes and iOS Simulator changes

http://www.xk72.com/
Titel: DNSCrypt-Proxy 2.1.1
Beitrag von: SiLæncer am 27 September, 2021, 22:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

This is a bugfix only release, addressing regressions introduced in version 2.1.0:

    When using DoH, cached responses were not served any more when experiencing connectivity issues. This has been fixed.
    Time attributes in allow/block lists were ignored. This has been fixed.
    The TTL as served to clients is now rounded and starts decreasing before the first query is received.
    Time-based rules are properly handled again in generate-domains-blocklist.
    DoH/ODoH: entries with an IP address and using a non-standard port used to require help from a bootstrap resolver. This is not the case any more.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Charles 4.6.3 Beta 2
Beitrag von: SiLæncer am 09 Oktober, 2021, 10:00
Whats new:>>

    Support HAR _error field
    Automatically upgrade legacy GitHub tokens
    Don't log invalid proxy requests

http://www.xk72.com/
Titel: ChrisPC Free Anonymous Proxy 8.40
Beitrag von: SiLæncer am 11 Oktober, 2021, 19:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Added support for Windows 11 version 21H2.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Toxiproxy 2.2.0
Beitrag von: SiLæncer am 18 Oktober, 2021, 20:00
Whats new:>>

    Update linux packages to use /usr/bin folder as binary destination and change the executable names to
    exclude ARCH and OS names. New pathes:

    /usr/bin/toxiproxy-cli
    /usr/bin/toxiproxy-server

    (#331, @miry)
    A new toxic to simulate TCP RESET (Connection reset by peer) on the connections by closing
    the stub Input immediately or after a timeout. (#247 and #333, @chaosbox)

https://github.com/Shopify/toxiproxy
Titel: ShadowsocksR 5.4.5
Beitrag von: SiLæncer am 19 Oktober, 2021, 10:00
(https://i.postimg.cc/fRKw8YL5/screenshot-3346.png)
Open-source Socks5 proxy with advanced settings for bypassing Internet censorship, which enables you to create a list of multiple servers.

Donationware / GPLv3

Whats new:>>

Support automatic selection back to the original server after partial subscription update
Record subscription update time with Unix timestamp

https://github.com/shadowsocksrr/shadowsocksr-csharp
Titel: XX-Net 4.5.6
Beitrag von: SiLæncer am 14 November, 2021, 20:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

Fix bug:

+ Fix python 3.10 lib compatible issue [#13606]

https://sourceforge.net/projects/xx-net.mirror/
Titel: Nova Proxy Suite 3.2
Beitrag von: SiLæncer am 24 November, 2021, 20:00
(https://i.postimg.cc/Wpfgz13L/screenshot-1432.png)
The purpose of this piece of software is to provide a convenient way to quickly change your browser's proxy settings. This application works for both Internet Explorer and Google Chrome. It also works on Firefox, but only if it's set to use Use system proxy settings.

Freeware

https://www.proxynova.com/proxy-software/
Titel: Privoxy 3.0.33
Beitrag von: SiLæncer am 09 Dezember, 2021, 21:30
(https://i.postimg.cc/MKV3gPB0/screenshot-2838.png)
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.

License: GNU (GPL)

Changelog

    Security/Reliability:

    cgi_error_no_template(): Encode the template name to prevent XSS (cross-site scripting) when Privoxy is configured to servce the user-manual itself. Commit 0e668e9409c. OVE-20211102-0001. CVE-2021-44543. Reported by: Artem Ivanov
    get_url_spec_param(): Free memory of compiled pattern spec before bailing. Reported by Joshua Rogers (Opera) who also provided the fix. Commit 652b4b7cb0. OVE-20211201-0003. CVE-2021-44540.
    process_encrypted_request_headers(): Free header memory when failing to get the request destination. Reported by Joshua Rogers (Opera) who also provided the fix. Commit 0509c58045. OVE-20211201-0002. CVE-2021-44541.
    send_http_request(): Prevent memory leaks when handling errors Reported by Joshua Rogers (Opera) who also provided the fix. Commit c48d1d6d08. OVE-20211201-0001. CVE-2021-44542.

    Bug fixes:

    handle_established_connection(): Skip the poll()/select() calls if TLS data is pending on the server socket. The TLS library may have already consumed all the data from the server response in which case poll() and select() will not detect that data is available to be read. Fixes SF bug #926 reported by Wen Yue.
    continue_https_chat(): Update csp->server_connection.request_sent after sending the request to make sure the latency is calculated correctly. Previously https connections were not reused after timeout seconds after the first request made on the connection.
    free_pattern_spec(): Don't try to free an invalid pointer when unloading an action file with a TAG pattern while Privoxy has been compiled without FEATURE_PCRE_HOST_PATTERNS. Closes: SF patch request #147. Patch by Maxim Antonov.
    Adjust build_request_line() to create a CONNECT request line when https-inspecting and forwarding to a HTTP proxy. Fixes SF bug #925 reported by Wen Yue.
    load_config(): Add a space that was missing in a log message.
    read_http_request_body(): Fix two error messages that used an incorrect variable.
    If the the response is chunk-encoded, ignore the Content-Length header sent by the server. Allows to load https://redmine.lighttpd.net/ with filtering enabled.

    General improvements:

    Allow to edit the add-header action through the CGI editor by generalizing the code that got added with the suppress-tag action. Closes SF patch request #146. Patch by Maxim Antonov.
    Add a CGI handler for /wpad.dat that returns a Proxy Auto-Configuration (PAC) file. Among other things, it can be used to instruct clients through DHCP to use Privoxy as proxy. For example with the dnsmasq option: dhcp-option=252,http://config.privoxy.org/wpad.dat Initial patch by Richard Schneidt.
    Don't log the applied actions in process_encrypted_request() Log them in continue_https_chat() instead to mirror chat(). Prevents the applied actions from getting logged twice for the first request on an https-inspected connection.
    OpenSSL generate_host_certificate(): Use config.privoxy.org as Common Name Org and Org Unit if the real host name is too long to get accepted by OpenSSL. Clients should only care about the Subject Alternative Name anyway and we can continue to use the real host name for it. Reported by Miles Wen on privoxy-users@.
    Establish the TLS connection with the client earlier and decide how to route the request afterwards. This allows to change the forwarding settings based on information from the https-inspected request, for example the path.
    listen_loop(): When shutting down gracefully, close listening ports before waiting for the threads to exit. Allows to start a second Privoxy with the same config file while the first Privoxy is still running.
    serve(): Close the client socket as well if the server socket for an inspected connection has been closed. Privoxy currently can't establish a new server connection when the client socket is reused and would drop the connection in continue_https_chat() anyway.
    Don't disable redirect checkers in redirect_url(). Disable them in handle_established_connection() instead. Doing it in redirect_url() prevented the +redirect{} and +fast-redirects{} actions from being logged with LOG_LEVEL_ACTIONS.
    handle_established_connection(): Slightly improve a comment.
    handle_established_connection(): Fix a comment.
    socks5_connect(): Fix indentation.
    handle_established_connection(): Improve an error message.
    create_pattern_spec(): Fix ifdef indentation.
    Fix comment typos.
    process_encrypted_request(): Improve a log message. The function only processes request headers and there may still be unread request body data left to process.
    chat(): Log the applied actions before deciding how to forward the request.
    parse_time_header(): Silence a coverity complaint when building without assertions.
    receive_encrypted_request_headers(): Improve a log message.
    mbedTLS get_ciphersuites_from_string(): Use strlcpy() instead of strncpy(). Previously the terminating NUL wasn't copied which resulted in a compiler warning. This didn't cause actual problems as the target buffer was initialized by zalloc_or_die() so the last byte of the target buffer was NUL already. Actually copying the terminating NUL seems clearer, though.
    Remove compiler warnings. "log_error(LOG_LEVEL_FATAL, ..." doesn't return but apparently the compiler doesn't know that. Get rid of several "this statement may fall through [-Wimplicit-fallthrough=]" warnings.
    Store the PEM certificate in a dynamically allocated buffer when https-inspecting. Should prevent errors like: 2021-03-16 22:36:19.148 7f47bbfff700 Error: X509 PEM cert len 16694 is larger than buffer len 16383 As a bonus it should slightly reduce the memory usage as most certificates are smaller than the previously used fixed buffer. Reported by: Wen Yue
    OpenSSL generate_host_certificate(): Fix two error messsages.
    Improve description of handle_established_connection()
    OpenSSL ssl_store_cert(): Translate EVP_PKEY_EC to a string.
    OpenSSL ssl_store_cert(): Remove pointless variable initialization.
    OpenSSL ssl_store_cert(): Initialize pointer with NULL instead of 0.

    Action file improvements:

    Disable fast-redirects for .microsoftonline.com/.
    Disable fast-redirects for idp.springer.com/.
    Disable fast-redirects for .zeit.de/zustimmung.
    Unblock adv-archiv.dfn-cert.de/.
    Block requests to eu-tlp01.kameleoon.eu/.
    Block requests to fpa-events.arstechnica.com/.
    Unblock nlnet.nl/.
    Unblock adguard.com/.

    Privoxy-Log-Parser:

    Highlight 'Socket timeout 3 reached: http://127.0.0.1:20000/no-filter/chunked-content/36'.
    Improve documentation for inactivity-detection mode.
    Detect date changes when looking for inactivity.
    Add a --passed-request-statistics-threshold option that can be set to get statistics for requests that were passed.
    Add a "inactivity detection" mode which can be useful for debugging purposes.
    Bump version to 0.9.4.
    Only run print_intro() and print_outro() when syntax highlighting.
    Rephrase a sentence in the documentation.
    Highlight 'Client socket 7 is no longer usable. The server socket has been closed.'.
    Clarify --statistics output by explicitly mentioning that the status codes sent by the server may differ from the ones in "debug 512" messages.
    Fix typo in the --statistics output.
    Remove an unused variable.
    Highlight 'The peer notified us that the connection on socket 11 is going to be closed'.

    Privoxy-Regression-Test:

    Remove duplicated word in a comment.

    regression-tests.action:

    Add fetch test for http://p.p/wpad.dat.
    Bump for-privoxy-version to 3.0.33 which introduced the wpad.dat support.
    Add more tests for the '/send-banner' code.
    Add test for OVE-20210203-0001.
    Add a test for CVE-2021-20217.

    uagen:

    Bump generated Firefox version to 91 (ESR).
    Bump version to 1.2.3.
    Bump copyright.

    Build system:

    configure: Bump SOURCE_DATE_EPOCH.
    GNUmakefile.in: Fix typo.
    configure: Add another warning in case --disable-pthread is used while POSIX threads are available. Various features don't even compile when not using threads.
    Add configure option to enable MemorySanitizer.
    Add configure option to enable UndefinedBehaviorSanitizer.
    Add configure option to enable AddressSanitizer.
    Bump copyright.
    Add a configure option to disable pcre JIT compilation. While JIT compilation makes filtering faster it can cause false-positive valgrind complaints. As reported by Gwyn Ciesla in SF bug 924 it also can cause problems when the SELinux policy does not grant Privoxy "execmem" privileges.
    configure: Remove obsolete RPM_BASE check.

    Windows build system:

    Update the build script to use mbed tls version 2.6.11.
    Update build script to use the final 8.45 pcre library.
    Put all the '--enable-xxx' options in the configure call together.

    macOS build system:

    The OSXPackageBuilder repository has been updated and can be used to create macOS packages again.

    Documentation:

    contacting: Remove obsolete reference to announce.sgml.
    contacting: Request that the browser cache is cleared before producing a log file for submission.
    Sponsor FAQ: Note that Privoxy users may follow sponsor links without Referer header set.
    newfeatures: Clarify that https inspection also allows to filter https responses.
    developer-manual: Mention that announce.txt should be updated when doing a release.
    config: Explicitly mention that the CGI pages disclosing the ca-password can be blocked and upgrade the disclosure paragraphs to a warning.
    Put all the requested debug options in the config file. Section 11.1 of the Privoxy user manual lists all the debug options that should be enabled when reporting problems or requesting support. Make it easier for users to do the right thing by having all those options present in the config.
    Update TODO list item #184 to note that WolfSSL support will (hopefully) appear after the 3.0.34 release.
    Update max-client-connections's description. On modern systems other than Windows Privoxy should use poll() in which case the FD_SETSIZE value isn't releveant.
    Add a warning that the socket-timeout does not apply to operations done by TLS libraries.
    Make documentation slightly less "offensive" for some people by avoiding the word "hell".

[close]

https://www.privoxy.org/
Titel: Fiddler 5.0.20211.51073 Classic
Beitrag von: SiLæncer am 15 Dezember, 2021, 21:00
(https://i.postimg.cc/y83VFNLq/screenshot-1466.png)
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.

Changelog

    NEW:

    Change the name to Progress Telerik Fiddler Classic
    Add Cross-Origin headers to Response Header Security section
    Throw HTTP protocol violation when a header name contains a space

    FIXED:

    TLS ClientHello and ServerHello parsing fails when there are large extensions
    Change the validity period for dynamically created certificates in Fiddler Classic to be less than an year
    Update Set-Cookie header template as it is expired
    HostnameIs method might return true even when host does not match when it has port
    Incorrectly strips Authorization header if it happens to contain the letters NTLM
    Fiddler Auth Inspector should decode BASIC credentials using Encoding.UTF8
    Error window at launch may be hard to find
    TLS Handshake Analyzer omits the last value in the supported_versions extension
    Process picker option is not working for Chromium based browsers
    "Set AutoResponder comment" hotkey moves list selection

[close]

http://www.telerik.com/fiddler
Titel: Fiddler 3.0.1 Everywhere
Beitrag von: SiLæncer am 15 Dezember, 2021, 22:30
Changelog

    FIXED:

    The app freezes after inspecting requests with form-data body
    Screen for inability to merge accounts has incorrect content
    Unable to use the application when quota exceeded dialog is shown
    The app freezes when there's a filter on 'Rules modified' column and app is restarted
    Shared Rulesets might not be editable by the owner
    Tab selection and grid within the Inspectors are missing when the session does not have data for the currently selected inspector

[close]

http://www.telerik.com/fiddler
Titel: Clashy 0.2.4
Beitrag von: SiLæncer am 20 Dezember, 2021, 19:00
(https://i.postimg.cc/4yz5wyT8/screenshot-1476.png)
Keep your system's functionality, security, and privacy safe with the help of this nifty, little GUI proxy client built with Clash and Electron.

Freeware

Whats new:>>

    Fix delay testing issue
    Sort proxies in group by delay
    Check delay by individual group

https://github.com/SpongeNobody/Clashy
Titel: Toxiproxy 2.3.0
Beitrag von: SiLæncer am 23 Dezember, 2021, 23:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Changelog

    Store all the executable main packages in cmd folder. (#335, @miry)
    Extract common test helpers to own files. (#336, @miry)
    Client: Allow HTTPS endpoints. (#338, @Chen-anders)
    client.Populate assign client to proxy. (#291, @hellodudu)
    fix: The release-test task is always success. add: Allow to run release-test on arm machines. (#340, @miry)
    Upgrade goreleaser. Support armv7 and armv6 oses. (#339, @mitchellrj)
    Allow to change log level for server. (#346, @miry)

[close]

https://github.com/Shopify/toxiproxy
Titel: ChrisPC Free Anonymous Proxy 8.50
Beitrag von: SiLæncer am 29 Dezember, 2021, 19:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 11 version 21H2.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Clashy 0.2.5
Beitrag von: SiLæncer am 07 Januar, 2022, 19:00
Whats new:>>

Bump clash core version

https://github.com/SpongeNobody/Clashy
Titel: XX-Net 4.6.1
Beitrag von: SiLæncer am 26 Januar, 2022, 21:00
Whats new:>>

    Fix minor bugs;
    Improve smart route

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.6.5
Beitrag von: SiLæncer am 01 Februar, 2022, 10:00
Whats new:>>

    Improve Smart Router
    Fix bugs.
    Add unit test and integrate testing, running on GitHub action.
    Support python 2.7 and python 3.x

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.6.6
Beitrag von: SiLæncer am 01 Februar, 2022, 21:00
Whats new:>>

Fix CPU high load issue.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.6.7
Beitrag von: SiLæncer am 03 Februar, 2022, 10:00
Whats new:>>

    Improve Smart Router performance
    Fix bugs.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.6.8
Beitrag von: SiLæncer am 06 Februar, 2022, 10:00
Whats new:>>

    Improve Smart Router performance.
    Improve tray menu, hide disabled functions

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.7.2
Beitrag von: SiLæncer am 01 März, 2022, 20:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

    UI support Android
    Smart Router add new rule: All to X-Tunnel.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.7.3
Beitrag von: SiLæncer am 07 März, 2022, 18:00
Whats new:>>

    fix bug: xx-net.sh script for background service.
    Turn off block advertisement as default config.
    Fix smart router bug for non https protocol.
    Improve UI layout for mobile.

https://github.com/XX-net/XX-Net
Titel: Toxiproxy 2.4.0
Beitrag von: SiLæncer am 08 März, 2022, 06:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Changelog

    Verify git tag on release (#347, @miry)
    Fix MacOS 12 tests for go17 with -race flag (#351, @strech)
    Rename testing/ and bin/ folders (#354, @strech)
    Added verbose error on proxy upstream dialing (#355, @f-dg)
    Improve server startup message (#358, @areveny)
    Introduce yaml linter. (#362, @miry)
    Handle slicer toxic with zero SizeVariation and fix slicing randomization (#359, @areveny)
    Added /metrics endpoint for exposing Prometheus-compatible internal metrics (#366, @neufeldtech)

[close]

https://github.com/Shopify/toxiproxy
Titel: XX-Net 4.7.7
Beitrag von: SiLæncer am 14 März, 2022, 21:00
Changelog


Fix bug:

    Mac start up fail #13671

Improve:

    Improve config UI layout
    remove android system app filter

v4.7.6

Update:

    Android can select which app to proxy
    Android can hide notification bar
    Menu add Exit

[close]

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.7.9
Beitrag von: SiLæncer am 18 März, 2022, 21:00
Whats new:>>

Fix bug:

    Not use config file port to detect Win10 served port conflict. #13676

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.7.10
Beitrag von: SiLæncer am 03 April, 2022, 11:00
Whats new:>>

Fix Minor bugs

https://github.com/XX-net/XX-Net
Titel: ShadowsocksR 6.0.2
Beitrag von: SiLæncer am 06 April, 2022, 19:00
(https://i.postimg.cc/fRKw8YL5/screenshot-3346.png)
Open-source Socks5 proxy with advanced settings for bypassing Internet censorship, which enables you to create a list of multiple servers.

Donationware / GPLv3

Whats new:>>

Call system API resolution when DNS settings are not enabled

https://github.com/HMBSbige/ShadowsocksR-Windows/releases
Titel: ShadowsocksR 6.0.3
Beitrag von: SiLæncer am 12 April, 2022, 12:00
Whats new:>>

Renew Syncfusion certificate

https://github.com/HMBSbige/ShadowsocksR-Windows/releases
Titel: XX-Net 4.7.11
Beitrag von: SiLæncer am 21 April, 2022, 10:00
Whats new:>>

    Improve performance
    Minor improvements.

https://github.com/XX-net/XX-Net
Titel: ChrisPC Free Anonymous Proxy 9.22.0428
Beitrag von: SiLæncer am 29 April, 2022, 06:30
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Extended anonymous proxy list to 1450+ from more than 50 countries.
    Now you can filter for faster connection based on speed like 10 MB/s, 15 MB/s and Faster.
    Improved proxy engine with faster and safer connections using latest OpenSSL library.
    Improved proxy connection for USA, UK, Germany proxies.
    Improved support for Windows 11.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: XX-Net 4.8.0
Beitrag von: SiLæncer am 08 Mai, 2022, 11:00
Whats new:>>

New function:

    support reset password

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.8.1
Beitrag von: SiLæncer am 01 Juni, 2022, 10:00
Whats new:>>

Improve stability and fix bugs.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.0
Beitrag von: SiLæncer am 09 Juni, 2022, 21:00
Whats new:>>

Improve connection performance and stability.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.1
Beitrag von: SiLæncer am 11 Juni, 2022, 10:00
Whats new:>>

Fix bug: reset password not work

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.2
Beitrag von: SiLæncer am 15 Juni, 2022, 19:00
Whats new:>>

    Fix bugs:

    show the fav icon in Web UI
    auto fix the ip file saving issue.

    Improvement:

    X-Tunnel cloudflare domain use iterator algorithm.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.4
Beitrag von: SiLæncer am 26 Juni, 2022, 19:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Changelog


Fix bug:

failed to start on 4.9.3

4.9.3

    Improvement:

    Improve cloudflare connection logic

    New function:

    add log collection

[close]

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.5
Beitrag von: SiLæncer am 02 Juli, 2022, 11:00
Whats new:>>

Fix minor bugs

https://github.com/XX-net/XX-Net
Titel: ShadowsocksR 6.0.4
Beitrag von: SiLæncer am 20 Juli, 2022, 20:30
(https://i.postimg.cc/fRKw8YL5/screenshot-3346.png)
Open-source Socks5 proxy with advanced settings for bypassing Internet censorship, which enables you to create a list of multiple servers.

Donationware / GPLv3

Whats new:>>

Optimize system proxy logic

https://github.com/HMBSbige/ShadowsocksR-Windows/releases
Titel: DNSCrypt-Proxy 2.1.2
Beitrag von: SiLæncer am 01 August, 2022, 20:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added. Compatible servers will automatically use it. Note that QUIC uses UDP (usually over port 443, like DNSCrypt) instead of TCP.
    In previous versions, memory usage kept growing due to channels not being properly closed, causing goroutines to pile up. This was fixed,
    resulting in an important reduction of memory usage. Thanks to @lifenjoiner for investigating and fixing this!
    DNS64: CNAME records are now translated like other responses. Thanks to @ignoramous for this!
    A relay whose name has been configured, but doesn't exist in the list of available relays is now a hard error. Thanks to @lifenjoiner!
    Mutexes/locking: bug fixes and improvements, by @ignoramous - Official packages now include linux/riscv64 builds.
    dnscrypt-proxy -resolve now reports if ECS (EDNS-clientsubnet) is supported by the server.
    dnscrypt-proxy -list now includes ODoH (Oblivious DoH) servers.
    Local DoH: queries made using the GET method are now handled.
    The service can now be installed on OpenRC-based systems.
    PTR queries are now supported for cloaked domains. Contributed by Ian Bashford, thanks!

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: Acrylic DNS Proxy 2.1.1
Beitrag von: SiLæncer am 07 August, 2022, 10:00
(https://i.postimg.cc/dtgv6jDy/TagEZ.png)
Acrylic DNS Proxy aims to enhance your browsing experience and reduce the time needed to load a webpage through response caching.

In other words, the responses that are returned from DNS servers are cached by Acrylic DNS Proxy, which has an impact on the time allocated to name resolution when a webpage is accessed.  While this amount of time is not large (name resolution usually takes up to a second for each page), the results are visible in time.

License: GPL

Whats new:>>

    Solved a file permission vulnerability in Acrylic's setup.
    Solved an unquoted path vulnerability in Acrylic's setup.
    Solved a bug that made Acrylic discard DNS responses larger than 4096 bytes as malformed packets.

http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome
Titel: Clashy 0.2.7
Beitrag von: SiLæncer am 09 August, 2022, 20:30
(https://i.postimg.cc/4yz5wyT8/screenshot-1476.png)
Keep your system's functionality, security, and privacy safe with the help of this nifty, little GUI proxy client built with Clash and Electron.

Freeware

Whats new:>>

Bump clash core version

https://github.com/SpongeNobody/Clashy
Titel: Toxiproxy 2.5.0
Beitrag von: SiLæncer am 10 September, 2022, 19:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Changelog

    Update Release steps. (#369, @neufeldtech)
    Migrate off probot-CLA to new GitHub Action. (#405, @cursedcoder)
    Support go 1.18, 1.19. (#415, @miry)
    Toxiproxy.NewProxy now accepts name, listen addr and upstream addr. (#418, @miry)
    Replace logrus with zerolog. (#413, @miry)
    Log HTTP requests to API server. (#413, #421, @miry)
    Add TimeoutHandler for the HTTP API server. (#420, @miry)
    Set Write and Read timeouts for HTTP API server connections. (#423, @miry)
    Show unique request id in API HTTP response. (#425, @miry)
    Add method to parse stream.Direction from a string. Allow converting stream.Direction to string. (#430, @miry)
    Add the possibility to write to Output with a deadline. On interrupting Bandwidth toxic, use non-blocking writes. (#436, @miry)
    Update minimum supported Go version 1.17. (#438, @miry)

[close]

https://github.com/Shopify/toxiproxy
Titel: XX-Net 4.9.7
Beitrag von: SiLæncer am 12 September, 2022, 19:00
Whats new:>>

Just add telegram link in about page.

4.9.6

    Fix GAE module
    update log
    minor bug fix.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.8
Beitrag von: SiLæncer am 13 September, 2022, 21:00
Whats new:>>

Fix bug: GAE can't work for direct link, #13779

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.9.9
Beitrag von: SiLæncer am 16 September, 2022, 19:00
Whats new:>>

New function:

    GAE module auto reset traffic.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.10.0
Beitrag von: SiLæncer am 26 September, 2022, 21:00
Whats new:>>

Improve X-tunnel performance by using ipv6 in cloudflare channel.

https://github.com/XX-net/XX-Net
Titel: ChrisPC Free Anonymous Proxy 9.22.0928
Beitrag von: SiLæncer am 28 September, 2022, 20:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 11.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: XX-Net 4.10.1
Beitrag von: SiLæncer am 30 September, 2022, 20:00
Whats new:>>

Improve performance, may be unstable on some network.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.0
Beitrag von: SiLæncer am 11 Oktober, 2022, 13:00
Whats new:>>

Upgrade TLS relay module.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.1
Beitrag von: SiLæncer am 15 Oktober, 2022, 21:00
Whats new:>>

Improve connection performance by enable tls_relay by default.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.2
Beitrag von: SiLæncer am 17 Oktober, 2022, 22:30
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

    Added Relay routing to improve performance
    Solve the problem of working under Apple M1/M2

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.3
Beitrag von: SiLæncer am 18 Oktober, 2022, 09:08
Whats new:>>

Fix log issue and improve performance

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.4
Beitrag von: SiLæncer am 18 Oktober, 2022, 19:00
Whats new:>>

improve connnect performance

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.11.5
Beitrag von: SiLæncer am 21 Oktober, 2022, 13:00
Whats new:>>

Fix previous version bug

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.12.0
Beitrag von: SiLæncer am 24 Oktober, 2022, 20:00
Whats new:>>

Use the chrome tls fingerprint to avoid GFW finger print filter.

Know issue:

    current version use pure python tls, this will be slow and CPU high load.
    will fix in the next few versions.

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.12.1
Beitrag von: SiLæncer am 26 Oktober, 2022, 20:00
Whats new:>>

Fix GAE not work issue

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.12.2
Beitrag von: SiLæncer am 27 Oktober, 2022, 20:00
Whats new:>>

fix bug for mac/win7 and starting

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.12.5
Beitrag von: SiLæncer am 02 November, 2022, 13:00
Whats new:>>

Avoid connection fingerprint

https://github.com/XX-net/XX-Net
Titel: trayproxy 1.4
Beitrag von: SiLæncer am 08 November, 2022, 21:30
(https://i.postimg.cc/V6tkKc4V/screenshot-2049.png)
A tool that acts as a forward proxy for your system and that can enables you to access unrestricted online content while taking less risks.

License: GPLv3

Whats new:>>

    Rename sysproxy to trayproxy
    Split the core start method

https://github.com/zhyonchen/trayproxy
Titel: trayproxy 1.5
Beitrag von: SiLæncer am 10 November, 2022, 13:00
Whats new:>>

    Fix auto start problem
    PAC Server convert to multi thread handler

https://github.com/zhyonchen/trayproxy
Titel: XX-Net 4.13.1
Beitrag von: SiLæncer am 11 November, 2022, 06:30
Whats new:>>

use BoringSSL to simulate Google Chrome connection

https://github.com/XX-net/XX-Net
Titel: XX-Net 4.14.4
Beitrag von: SiLæncer am 19 November, 2022, 20:00
Whats new:>>

fix boringssl sig fail issue

https://github.com/XX-net/XX-Net
Titel: trayproxy 1.6
Beitrag von: SiLæncer am 22 November, 2022, 20:00
Whats new:>>

    Support forward core multi-tag
    Add base64 encode option in subscription form
    Override the selection tag logic for ProxyMode/ProxyCore/ForwardCore

https://github.com/zhyonchen/trayproxy
Titel: ShadowsocksR 6.1.0
Beitrag von: SiLæncer am 10 Dezember, 2022, 10:30
(https://i.postimg.cc/fRKw8YL5/screenshot-3346.png)
Open-source Socks5 proxy with advanced settings for bypassing Internet censorship, which enables you to create a list of multiple servers.

Donationware / GPLv3

Whats new:>>

    .NET 7.0
    Modify default DNS settings

https://github.com/HMBSbige/ShadowsocksR-Windows/releases
Titel: XX-Net 5.0.4
Beitrag von: SiLæncer am 29 Dezember, 2022, 20:00
Whats new:>>

    Add API prefix on boringssl lib to support iOS
    upgrade smart router pipe using selectors2, improve performance

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.0.6
Beitrag von: SiLæncer am 29 Januar, 2023, 11:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

    Disable register x-tunnel account in client
    update translate of logout
    limit upgrade to current top versions only.
    minor bug fix

https://github.com/XX-net/XX-Net
Titel: DNSCrypt-Proxy 2.1.3
Beitrag von: SiLæncer am 02 Februar, 2023, 22:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    DNS-over-HTTP/3 (QUIC) should be more reliable. In particular, version 2.1.2 required another (non-QUIC) resolver to be present for bootstrapping, or the resolver's IP address to be present in the stamp. This is not the case any more.
    dnscrypt-proxy is now compatible with Go 1.20+
    Commands (-check, -show-certs, -list, -list-all) now ignore log files and directly output the result to the standard output.
    The cert_ignore_timestamp configuration switch is now documented. It allows ignoring timestamps for DNSCrypt certificate verification, until a first server is available. This should only be used on devices that don't have any ways to set the clock before DNS service is up. However, a safer alternative remains to use an NTP server with a fixed IP address (such as time.google.com), configured in the captive portals file.
    Cloaking: when a name is cloaked, unsupported record types now return a blocked response rather than the actual records.
    systemd: report Ready earlier as dnscrypt-proxy can itself manage retries for updates/refreshes.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: trayproxy 1.8
Beitrag von: SiLæncer am 02 Februar, 2023, 23:00
(https://i.postimg.cc/V6tkKc4V/screenshot-2049.png)
A tool that acts as a forward proxy for your system and that can enables you to access unrestricted online content while taking less risks.

License: GPLv3

Whats new:>>

Add privoxy.exe convert http to socks5

https://github.com/zhyonchen/trayproxy
Titel: Privoxy 3.0.34
Beitrag von: SiLæncer am 06 Februar, 2023, 20:00
(https://i.postimg.cc/MKV3gPB0/screenshot-2838.png)
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.

License: GNU (GPL)

Changelog

    Bug fixes:

    Improve the handling of chunk-encoded responses by buffering the data even if filters are disabled and properly keeping track of where the various chunks are supposed to start and end. Previously Privoxy would merely check the last bytes received to see if they looked like the last-chunk. This failed to work if the last-chunk wasn't received in one read and could also result in actual data being misdetected as last-chunk. Should fix: SF support request #1739. Reported by: withoutname.
    remove_chunked_transfer_coding(): Refuse to de-chunk invalid data Previously the data could get corrupted even further. Now we simply pass the unmodified data to the client.
    gif_deanimate(): Tolerate multiple image extensions in a row. This allows to deanimate all the gifs on: https://commons.wikimedia.org/wiki/Category:Animated_smilies Fixes SF bug #795 reported by Celejar.
    OpenSSL generate_host_certificate(): Use X509_get_subject_name() instead of X509_get_issuer_name() to get the issuer for generated website certificates so there are no warnings in the browser when using an intermediate CA certificate instead of a self-signed root certificate. Problem reported and patch submitted by Chakib Benziane.
    can_filter_request_body(): Fix a log message that contained a spurious u.
    handle_established_connection(): Check for pending TLS data from the client before checking if data is available on the connection. The TLS library may have already consumed all the data from the client response in which case poll() and select() will not detect that data is available to be read. Sponsored by: Robert Klemme.
    ssl_send_certificate_error(): Don't crash if there's no certificate information available. This is only relevant when Privoxy is built with wolfSSL 5.0.0 or later (code not yet published). Earlier wolfSSL versions or the other TLS backends don't seem to trigger the crash.
    socks5_connect(): Add support for target hosts specified as IPv4 address Previously the IP address was sent as domain.

    General improvements:

    Add a client-body-tagger action which creates tags based on the content of the request body. Sponsored by: Robert Klemme.
    When client-body filters are enabled, buffer the whole request before opening a connection to the server. Makes it less likely that the server connection times out and we don't open a connection if the buffering fails anyway. Sponsored by: Robert Klemme.
    Add periods to a couple of log messages.
    accept_connection(): Add missing space to a log message.
    Initialize ca-related defaults with strdup_or_die() so errors aren't silently ignored.
    make_path: Use malloc_or_die() in cases where allocation errors were already fatal anyway.
    handle_established_connection(): Improve an error message slightly.
    receive_client_request(): Reject https URLs without CONNECT request.
    Include all requests in the statistics if mutexes are available. Previously in case of reused connections only the last request got counted. The statistics still aren't perfect but it's an improvement.
    Add read_socks_reply() and start using it in socks5_connect() to apply the socket timeout more consistently.
    socks5_connect(): Deal with domain names in the socks reply
    Add a filter for bundeswehr.de that hides the cookie and privacy info banner.

    Action file improvements:

    Disable filter{banners-by-size} for .freiheitsfoo.de/.
    Disable filter{banners-by-size} for freebsdfoundation.org/.
    Disable fast-redirects for consent.youtube.com/.
    Block requests to ups.xplosion.de/.
    Block requests for elsa.memoinsights.com/t.
    Fix a typo in a test.
    Disable fast-redirects for launchpad.net/.
    Unblock .eff.org/.
    Stop unblocking .org/.*(image|banner) which appears to be too generous The example URL http://www.gnu.org/graphics/gnu-head-banner.png is already unblocked due to .gnu.org being unblocked.
    Unblock adfd.org/.
    Disable filter{banners-by-link} for .eff.org/.
    Block requests to odb.outbrain.com/.
    Disable fast-redirects for .gandi.net/.
    Disable fast-redirects{} for .onion/.*/status/.
    Disable fast-redirects{} for twitter.com/.*/status/.
    Unblock pinkstinks.de/.
    Disable fast-redirects for .hagalil.com/.

    Privoxy-Log-Parser:

    Bump version to 0.9.5.
    Highlight more log messages.
    Highlight the Crunch reason only once. Previously the "crunch reason" could also be highlighted when the URL contained a matching string. The real crunch reason only occurs once per line, so there's no need to continue looking for it after it has been found once. While at it, add a comment with an example log line.

    uagen:

    Bump version to 1.2.4.
    Update BROWSER_VERSION and BROWSER_REVISION to 102.0 to match the User-Agent of the current Firefox ESR.
    Explicitly document that changing the 'Gecko token' is suspicious.
    Consistently use a lower-case 'c' as copyright symbol.
    Bump copyright.
    Add 'aarch64' as Linux architecture.
    Add OpenBSD architecture 'arm64'.
    Stop using sparc64 as FreeBSD architecture. It hasn't been supported for a while now.

    Build system:

    Makefile: Add a 'dok' target that depends on the 'error' target to show the "You are not using GNU make or did nor run configure" message.
    configure: Fix --with-msan option. Also (probably) reported by Andrew Savchenko.

    macOS build system:

    Enable HTTPS inspection when building the macOS binary (using OpenSSL as TLS library).

    Documentation:

    Add OpenSSL to the list of libraries that may be licensed under the Apache 2.0 license in which case the linked Privoxy binary has to be distributed under the GPLv3 or later.
    config: Fix the documented ca-directory default value. Reported by avoidr.
    Rebuild developer-manual and tidy with 'HTML Tidy for FreeBSD version 5.8.0'.
    Update developer manual with new macOS packaging instructions.
    Note that the FreeBSD installation instructions work for ElectroBSD as well.
    Note that FreeBSD/ElectroBSD users can try to install Privoxy as binary package using 'pkg'.

[close]

https://www.privoxy.org/
Titel: DNSCrypt Proxy 2.1.4
Beitrag von: SiLæncer am 07 Februar, 2023, 19:00
Whats new:>>

Fixes a regression from version 2.1.3: when cloaking was enabled, blocked responses were returned for records that were not A/AAAA/PTR even for names not in the cloaked list.

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: ChrisPC Free Anonymous Proxy 9.23.0208
Beitrag von: SiLæncer am 09 Februar, 2023, 09:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Extended anonymous proxy list to 1550+ from more than 50 countries.
    Improved support for Windows 11.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: XX-Net 5.0.7
Beitrag von: SiLæncer am 11 Februar, 2023, 19:00
Whats new:>>

    support bing.com/openai.com
    simplify UI when GAE not enabled.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.0.8
Beitrag von: SiLæncer am 21 Februar, 2023, 19:00
Whats new:>>

Fix bug:

    Smart Router process http proxy bug: #13871
    fix GAE ip check function bug. #13861

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.1.0
Beitrag von: SiLæncer am 09 März, 2023, 09:00
Whats new:>>

New function:

    OpenAI proxy

    Doc:

    https://github.com/XX-net/XX-Net/wiki/ChatGPT_CN
    https://github.com/XX-net/XX-Net/wiki/ChatGPT_EN

https://github.com/XX-net/XX-Net
Titel: Proxy Mask 5.8.4.0
Beitrag von: SiLæncer am 25 März, 2023, 20:00
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to a different country, as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freemium

https://www.rentanadviser.com/en/default.aspx
Titel: ChrisPC Free Anonymous Proxy 9.23.0412
Beitrag von: SiLæncer am 12 April, 2023, 21:00
Latest Changes

    Improved support for Windows 11 and Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: XX-Net 5.2.0
Beitrag von: SiLæncer am 18 Juni, 2023, 19:00
Whats new:>>

Improve connection policy.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.3.0
Beitrag von: SiLæncer am 08 Juli, 2023, 19:00
Whats new:>>

Improve network performance

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.3.2
Beitrag von: SiLæncer am 11 Juli, 2023, 11:00
Whats new:>>

    Fix bug:

    GAE failed to set appid
    Reset when restore from hibernate and not work.
    Fix web log bug.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.4.0
Beitrag von: SiLæncer am 13 Juli, 2023, 21:00
Whats new:>>

improve performance and fix bug

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.4.2
Beitrag von: SiLæncer am 17 Juli, 2023, 19:30
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

Improve performance

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.4.5
Beitrag von: SiLæncer am 24 Juli, 2023, 09:01
Whats new:>>

Fix bugs

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.0
Beitrag von: SiLæncer am 01 August, 2023, 20:00
Whats new:>>

    Add checksum to check transfer error.
    Change to use python3 Queue to save CPU
    change sleep
    merge receiving threads to save resource.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.2
Beitrag von: SiLæncer am 06 August, 2023, 11:00
Whats new:>>

Remove the red logs in 5.5.1.

v5.5.1 Fix bug of lost connection

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.4
Beitrag von: SiLæncer am 08 August, 2023, 19:00
Whats new:>>

add debug info for threads

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.5
Beitrag von: SiLæncer am 08 August, 2023, 22:00
Whats new:>>

Remove dependency of boringssl.
Now support running on OpenWrt.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.6
Beitrag von: SiLæncer am 10 August, 2023, 09:00
Whats new:>>

Fix bug:

    tls_relay connection creating thread block issue
    update smart route policy, forward to socks for ip out of China

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.8
Beitrag von: SiLæncer am 11 August, 2023, 10:00
Whats new:>>

Update:

    start script for running in OpenWrt and setup iptables
    Get local ip to avoid dead loop

https://github.com/XX-net/XX-Net
Titel: DNSCrypt-Proxy 2.1.5
Beitrag von: SiLæncer am 11 August, 2023, 20:00
(https://s26.postimg.cc/owkxrjxnt/screenshot_992.png)
Make sure your DNS traffic is encrypted, while the outgoing one is being authenticated based on the cryptographic signatures via this tool.

Freeware

Changelog

    dnscrypt-proxy can be compiled with Go 1.21.0+
    Responses to blocked queries now include extended error codes
    Reliability of connections using HTTP/3 has been improved
    New configuration directive: tls_key_log_file. When defined, this is the path to a file where TLS secret keys will be written to, so that DoH traffic can be locally inspected.

[close]

https://github.com/DNSCrypt/dnscrypt-proxy
Titel: XX-Net 5.5.9
Beitrag von: SiLæncer am 12 August, 2023, 10:00
Whats new:>>

add proxy handle error detail log.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.10
Beitrag von: SiLæncer am 16 August, 2023, 20:00
Whats new:>>

add error log for listen/accept error

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.5.13
Beitrag von: SiLæncer am 20 August, 2023, 10:00
Whats new:>>

    Update:

    refactor some codes and logs.
    fix minor bugs failed to response request.
    add log collect function for report issues.

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.6.0
Beitrag von: SiLæncer am 22 August, 2023, 09:01
Whats new:>>

    Merge connection send/recv threads into one.
    separate x_tunnel config into a standalone file.
    login to session with extra_info

https://github.com/XX-net/XX-Net
Titel: Toxiproxy 2.6.0
Beitrag von: SiLæncer am 23 August, 2023, 18:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Changelog

    Gracefull shutdown of HTTP server.
    Support PATCH HTTP method for Proxy update(PATCH /proxies/{proxy}) and Toxic update(PATCH /proxies/{proxy}/toxics/{toxic}) endpoints. Deprecat POST HTTP method for those endpoints.
    Client does not parse response body in case of errors for Populate. Requires to get current proxies with new command.
    Client specifies User-Agent HTTP header for all requests as "toxiproxy-cli/ /". Specifies client request content type as application/json.
    Replace Api.Listen parameters host and port with single addr.

[close]

https://github.com/Shopify/toxiproxy
Titel: XX-Net 5.6.1
Beitrag von: SiLæncer am 28 August, 2023, 11:00
Whats new:>>

    refactor and fix resource leak issue.
    improve boost speed

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.6.2
Beitrag von: SiLæncer am 02 September, 2023, 20:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

Fix slow issue in windows

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.7.5
Beitrag von: SiLæncer am 25 September, 2023, 21:00
Whats new:>>

New front seley

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.7.7
Beitrag von: SiLæncer am 27 September, 2023, 20:30
Whats new:>>

    fix bug to avoid too many threads issue.
    Improve log, show connection from smart_router in log.

https://github.com/XX-net/XX-Net
Titel: ChrisPC Free Anonymous Proxy 9.23.1005
Beitrag von: SiLæncer am 05 Oktober, 2023, 19:00
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Improved support for Windows 11 and Windows 10.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: XX-Net 5.8.1
Beitrag von: SiLæncer am 16 Oktober, 2023, 21:00
Whats new:>>

Improve performance

https://github.com/XX-net/XX-Net
Titel: Squid 6.4
Beitrag von: SiLæncer am 25 Oktober, 2023, 09:00
Changelog


   - Regression: Restore support for legacy cache_object cache manager requests
   - Regression: Do not use static initialization to register modules
   - Bug 5301: cachemgr.cgi not showing new manager interface URLs
   - Bug 5300: cachemgr.cgi assertion
   - Fix stack buffer overflow when parsing Digest Authorization
   - Fix userinfo percent-encoding
   - Fix store_client caller memory leak on certain errors
   - Fix validation of certificates with CN=*
   - Fix handling of large stored response headers
   - Miss if a HTTP/304 update would exceed reply_header_max_size
   - RFC 9112: Improve HTTP chunked encoding compliance
   - HTTP: Improve handling of empty lines received prior to request-line
   - Y2038: improve printing of time settings
   - Extend cache_log_message to problematic from-helper annotations
   - ... and several Continuous Integration improvements

[close]

http://www.squid-cache.org/
Titel: XX-Net 5.8.3
Beitrag von: SiLæncer am 25 Oktober, 2023, 10:00
Whats new:>>

    Fix 5.8.1 http1 bug.
    Add exception log for http1 socket send/recv to catch the error.

https://github.com/XX-net/XX-Net
Titel: Toxiproxy 2.7.0
Beitrag von: SiLæncer am 26 Oktober, 2023, 11:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Changelog

    Fix invalid JSON in /version endpoint response ( #538 , @whatyouhide)
    Update minimum supported Go version 1.19. ( @abecevello)

[close]

https://github.com/Shopify/toxiproxy
Titel: XX-Net 5.8.4
Beitrag von: SiLæncer am 26 Oktober, 2023, 20:00
Whats new:>>

Fix 5.8.3 bug

https://github.com/XX-net/XX-Net
Titel: XX-Net 5.8.5
Beitrag von: SiLæncer am 27 Oktober, 2023, 09:01
Whats new:>>

Add debug log

https://github.com/XX-net/XX-Net
Titel: NekoRay 3.24
Beitrag von: SiLæncer am 28 Oktober, 2023, 10:30
(https://i.postimg.cc/4x56cvnc/screenshot-2495.png)
An open-source proxy configuration management tool ready to help you conceal your data traffic and manage all the proxy connections.

Donationware     /  GPLv3

Changelog


    New function:

    Reported Hysteria port hopping for NekoBox ( @xchacha20-poly1305 @arm64v8a @Misaka-blog)
    Hysteria2 share link parameters mportConfiguration with Clash ports ( @Misaka-blog)

    Change:

    Deleted domains already exist in upstream ( #978 ) ( @cancanneednews)

    Repair:

    linux cap test with libcap-progs at /usr/sbin (gh#764) ( @xtexChooser)

[close]

https://github.com/MatsuriDayo/nekoray
Titel: XX-Net 5.8.6
Beitrag von: SiLæncer am 29 Oktober, 2023, 20:00
Whats new:>>

Fix seley ip_manager bug

https://github.com/XX-net/XX-Net
Titel: NetProxy 2.0.0.0
Beitrag von: SiLæncer am 08 November, 2023, 09:01
(https://s26.postimg.cc/9dtz1lctl/screenshot_1051.png)
NetProxy acts as a network tunneling tool to allow data redirections between different ports. The application comes with support for both IPv4 and IPv6 protocols and can be used by network administrators in a variety of scenarios.

License: LGPL

Changelog


A nearly complete application rewrite.
Completely rewrite of TCP/IP stream framer, IPC messaging, peer connection handler, peer->peer data pump, socket server and client.
.net update to 7.0
Moved concurrency, stream framing, and ipc messaging to nuget packages.
Lots of bug fixes.

[close]

http://www.networkdls.com/Software/View/NetProxy
Titel: Sphia 0.7.6
Beitrag von: SiLæncer am 12 November, 2023, 10:00
(https://i.postimg.cc/x8jspfkg/Sphia.png)
Get better and precise control over your networks and manage them efficiently via proxies using this simple and straightforward application.

License: GPLv3

https://github.com/YukidouSatoru/sphia#sphia---a-proxy-handling-intuitive-application
Titel: Sphia 0.7.7
Beitrag von: SiLæncer am 13 November, 2023, 09:01
Whats new:>>

Fixes and improvements
Support single server selection for routing and protocol providers
Support httpupgrade transport
Refactor title bar

https://github.com/YukidouSatoru/sphia#sphia---a-proxy-handling-intuitive-application
Titel: XX-Net 5.9.9
Beitrag von: SiLæncer am 25 Februar, 2024, 11:00
(https://i.postimg.cc/sgZZNFfD/screenshot-242.png)
XX-Net is an easy-to-use, anti-censorship web proxy tool that includes GAE proxy and X-Tunnel, supporting multiple platforms.

Many restrictions exist on the internet, whether political, religious, etc., making the developer strive to find an adequate solution. Their answer was to these restrictions was XX-Net. It was designed to bypass restrictions/censorship put in place by Governments, etc.

License: Open Source

Whats new:>>

    Upgrade black list
    Fix 5.9.7 bug running in windows.
    Fix iOS lost connection issue.

https://github.com/XX-net/XX-Net
Titel: Toxiproxy 2.8.0
Beitrag von: SiLæncer am 28 Februar, 2024, 09:00
(https://i.postimg.cc/7h70mBj1/screenshot-1483.png)
Simulate various network conditions for a standalone or web app that needs to connect to the Internet for optimizing loading times with this tool.

MIT License

Whats new:>>

toxiproxy-cli - sortedAttributes sort by attribute.key instead attribute.value (#543, @jesseward)

https://github.com/Shopify/toxiproxy
Titel: Proxy Mask 5.9.1.0
Beitrag von: SiLæncer am 01 März, 2024, 20:00
(https://i.postimg.cc/cLDnd765/screenshot-3026.png)
Proxy Mask offers you an easy-to-use way to watch blocked YouTube videos with a simple change of your IP to a different country, as well as hiding your IP address so you can surf the internet anonymously without a trace.

Freeware

https://www.rentanadviser.com/en/default.aspx
Titel: Sphia 0.7.9+10
Beitrag von: SiLæncer am 02 März, 2024, 08:50
(https://i.postimg.cc/x8jspfkg/Sphia.png)
Get better and precise control over your networks and manage them efficiently via proxies using this simple and straightforward application.

License: GPLv3

Changelog


Database is not compatible with previous versions. Please backup your data before upgrading.
Support multiple outbounds
Support endpoint independent nat
Support mixed tun stack
Add reset rules functionality
Allow user to scan cores and import cores from local storage
Handle config loading error and backup database
Keep system proxy when specified
Disable system poroxy on tun mode
Remove mixed inbound on tun mode
Update tray menu
Update UI
Enable Impeller on macos
Refactor code and optimize performance
Update to Flutter 3.19.0

Fixes:

    Local server authentication
    Save server when transport is httpupgrade
    Reality short id
    System tray
    Start cores function
    Parse vmess uri
    Update group error handling
    Update cores and group logic
    App icon on windows
    Core process not killed
    Traffic behavior
    UI still updating after hiding window
    Share config
    Backup database issue

[close]

https://github.com/YukidouSatoru/sphia#sphia---a-proxy-handling-intuitive-application
Titel: XX-Net 5.9.10
Beitrag von: SiLæncer am 06 März, 2024, 19:00
Whats new:>>

    Update blacklist.
    Add direct mode
    Query DNS from local first for unknown domain.

https://github.com/XX-net/XX-Net
Titel: ChrisPC Free Anonymous Proxy 9.24.0308
Beitrag von: SiLæncer am 08 März, 2024, 10:30
(https://i.postimg.cc/25Z8DdN0/screenshot-2099.png)
ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater security and privacy can use ChrisPC Free Anonymous Proxy to ensure privacy from their internet surfing.

Freeware

Latest Changes

    Extended anonymous proxy list to 2100+ from more than 50 countries.
    Improved support for Windows 11.
    Other minor fixes and improvements.

http://proxy.chris-pc.com/
Titel: Toxiproxy 2.9.0
Beitrag von: SiLæncer am 13 März, 2024, 10:00
Whats new:>>

    Updated go version to 1.22.1 to fix 3 CVEs (#559, @dianadevasia)
    Updated the version of golangci to 1.56.2 and disabled depguard rule in golangci (#559, @dianadevasia)

https://github.com/Shopify/toxiproxy
Titel: Charles 4.6.6
Beitrag von: SiLæncer am 24 März, 2024, 20:00
(https://i.postimg.cc/pr7LKwTP/screenshot-3226.png)
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).

Changelog

    Backported proxying fixes from 5.0, including:

    HTTP 2 bug fix for hung streams when a stream is reset
    Don’t reuse a remote SSL connection if the hostname has changed even if the IP address remains the same (not yet released in 5.0)

[close]

http://www.xk72.com/