Opera публично раскрыла шесть серьезных уязвимостей, которые были обнаружены в ходе аудита безопасности Privoxy, программного обеспечения дл

#dc comics#dc#batman#batfam#bruce wayne#dick grayson#tim drake#batfamily#dc fanart




seen from Switzerland

seen from Switzerland
seen from United States
seen from Switzerland
seen from Switzerland
seen from Switzerland
seen from Germany
seen from Switzerland
seen from Germany
seen from Switzerland

seen from Australia
seen from Qatar
seen from Netherlands
seen from United States
seen from United States
seen from United States

seen from Germany
seen from Romania
seen from China
seen from United States
Opera публично раскрыла шесть серьезных уязвимостей, которые были обнаружены в ходе аудита безопасности Privoxy, программного обеспечения дл

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
privoxy+proxifier+lantern 共享翻墙配置方法
Guide how to delete Privoxy from computer and browsers completely. Step by step instruction with real working removal methods!
Resolved: Setting up ad blocking on the router? #solution #fix #computers
Resolved: Setting up ad blocking on the router? #solution #fix #computers
Setting up ad blocking on the router?
Is it possible to block or remove ads (graphical as well as textual like Google text ads) on the level of the router? I have a Cisco Linksys WRT54GL with Tomato Firmware v1.28.1816.
Basically I want a functionality as implemented by the AdBlock Lite add-on for Firefox, or Privoxy, but not on the level of the browser or individual computer, but on the level…
View On WordPress
Tor-strong un script para automatizar la instalación de tor + polipo + privoxy + dnsmasq
Tor-strong un script para automatizar la instalación de tor + polipo + privoxy + dnsmasq
Según las estadísticas de mi blog los post más visitados son los relacionados con tor, es por eso que decidí crear un script que automatiza el proceso de instalación (en Debian y derivados) siguiendo el procedimiento explicado en los post anteriores.
Tal y como lo menciona el titulo es script instala tor + polipo + privoxy + dnsmasq y lo pueden descargar desde su repositorio en github.
Referencia…
View On WordPress

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Tor + polipo + privoxy
Tor + polipo + privoxy
Navegar a través de tor puede ser una experiencia anónima mas no necesariamente rápida, para mejorar un poco la velocidad y aumentar la seguridad vamos a utilizar dos programas.
El primero se llama polipo, el cual es un proxy ligero que hará un pequeño cache de las paginas visitadas a través de tor mejorando así la velocidad de carga la próxima vez que visitemos el sitio.
El segundo se llama…
View On WordPress
I think Yahoo got this wrong
I think Yahoo got this wrong
For a while I’ve been getting nags to stick my mobile no on my email. This is from both Google and Yahoo. I haven’t done this – why should I take the trouble to do the NSA’s (and every other hacker’s) work for them.
The Yahoo services is now a particularly difficult service to use. It’s full of ads that I can’t be bothered to suppress – I use Privoxy without which I’d never go on Facebook, or…
View On WordPress
Ad blocking done right
If you're like me, you've probably been running adblock plus in Firefox for years. It's not because you don't want to support the sites you visit: maybe you specifically unblock domains that you know use unintrusive ads, like reddit. Rather, it is usually the implementation of most web ads that is problematic. Maybe they:
Are flash and play sound
Take up screen real-estate
Slow down your internet connection
Set hundreds of cookies and track your browsing
Slow your web browser, eating CPU cycles
Regardless of the reason, Adblock extensions to the web browser are a reasonable first step toward speeding up and maintaining control of your browsing experience. Ghostery and NoScript are two other fine extensions that take further steps toward this goal.
Why Adblock Plus isn't good enough
Adblock Plus isn't perfect. I don't just mean its blocking abilities; the filter lists are very good. The problem is we are filtering content at our web browser. This impacts Firefox's overall responsiveness, it is detectable (Adblock doesn't replace ads, only removes them), and it is not very cross-browser. My Adblock Plus on Firefox and Adblock Plus on Chromium are not synchronized. If I block some content on one, I must either devise a system for them to automatically share filter lists (a waste of time) or manually synchronize them (a bigger waste of time).
It also is antithetical to what a web browser should be doing: browsing the web. Not filtering content. Filtering is simply not the job of the browser.
Moreover, I cannot implement Adblock Plus in any sort of gateway format. Maybe this doesn't matter to you, but it impacts one of my future projects: my plan is to eventually use a powerful single-board computer in conjunction with a pair of Ethernet switches, openvpn, DNSMasq, and iptables to create a powerful, centralized filtering service for my network traffic. This lets me offload filtering services from my main computer, which needs its CPU power to compile things and crunch numbers with mathematica, not filter, secure, and log network traffic.
This is why Adblock Plus on Android is implemented as a local proxy and not any other design choice. It is simply more powerful that way, and it means Adblock does not care what the web browsers are doing, and the web browser does not care about the logic of the content filtering service.
A better adblock
I use a localized privoxy for my filtering. It is customizable and uses powerful regex-based filtering like Adblock does, but it is wholly separated from the guts of your web browsers. This means you can share the filter lists between browsers, choose which browsers use it and which don't on the fly, use the same popular filter lists from Adblock Plus, and much, much more.
All content that enters your web browser is now at the mercy of your filtering software. This includes cookies, HTTP headers, and even DNS requests if you're willing to go the SOCKS route.
Privoxy is completely customizable, in all of these areas, from both simple and well-documented configuration files or a web interface that is disabled by default. It offers multiple levels of default configurations, from basic, very safe settings to filtering-rich configuration to all-out complete control over HTTP behavior.
To use it, you just start the service, then change your browser's proxy settings to point HTTP and HTTPS traffic to
localhost:8118
Then you will want to edit the configuration files. Then, to configure blocking, you can use privoxy-blocklist.sh and set it as a cronjob if you want regular updates. Otherwise, Privoxy provides great defaults at the medium level of filtering, and user customizations can be added in the file
/etc/privoxy/user.action
in the form of regex + actions as documented in the default action file. Ideas can be found in the various adblocking filterlists out there, but the final decisions are yours.
This is the method I use, since it forces me to regularly spend time in the privoxy configurations, tweaking and improving the more advanced features that are provided. I suggest playing around with Panopticlick and wireshark to get an all-around idea of how your browser is behaving, then adjusting the privoxy settings to taste.
If you are not willing to tinker with this software, then the improvement gained over Adblock Plus is worthwhile but minimal. But for the power user or system administrator, the difference is huge.