Questions tagged [privoxy]

21 questions
9
votes
1 answer

How to connect VPN using nodejs in ubuntu

I have the code in my nodejs file which gives me the following information host:"147.0.40.145" method:"aes-256-cfb" password:"9c359ad1ebeec200" port:38473 I need to use above information and want to connect VPN through it. I have used below code…
Profer
  • 1,463
  • 3
  • 21
  • 53
6
votes
3 answers

"Error while receiving a control message (SocketClosed): empty socket content" in Tor's stem controller

I'm working on a scraper which uses Tor, of which a simplified version is in this example project: https://github.com/khpeek/scraper-compose. The project has the following (simplified) structure: . ├── docker-compose.yml ├── privoxy │   ├──…
Kurt Peek
  • 34,968
  • 53
  • 191
  • 361
2
votes
1 answer

Page still get my IP although using Tor and Privoxy

I configured Tor browser and privoxy using https://jarroba.com/anonymous-scraping-by-tor-network/. When I checked my IP with http://icanhazip.com/, my IP addresses are changed; it works. But, when I tried to scrape desired website, I got: You are…
Falco Peregrinus
  • 191
  • 2
  • 3
  • 11
2
votes
1 answer

How to use Privoxy and Tor for a Scrapy project

I'm trying to scrape from http://www.apkmirror.com, but currently I'm not able to access the site anymore in my browser because its says the owner banned my IP address (see below). I'm trying to get around this by using Privoxy and Tor, similar to…
Kurt Peek
  • 34,968
  • 53
  • 191
  • 361
1
vote
2 answers

Why does Privoxy constantly listen 1087 port after updating macOS?

Environment macOS - 10.15.4 (19E266) V2rayU - 2.1.0 Description After updating macOS to 10.15.4, when I try to turn V2ray on, it says http error - listen tcp 127.0.0.1:1087: bind: address already in use With lsof -i :1087, I find that it is…
Ahei
  • 11
  • 1
1
vote
0 answers

how to convert multiple socks proxy to multiple http proxy correspondingly

There are 2 socks proxy bind on 2223, and 3333 for example, and I want to convert them to http proxy on 2224 and 3334 respectively. I know that privoxy is able to convert a socks proxy to a http proxy but it can only listen to one port at the same…
王亚宇
  • 11
  • 1
1
vote
1 answer

How to let Scrapy access Tor after deploy to Scapinghub

I had configure the spider to access the Tor with setup Privoxy but this only work when I use in localhost as the setting I configure is pointed to 127.0.0.1: port. But when i deploy to the Scapinghub, the server side do not setup tor and privoxy as…
1
vote
1 answer

Privoxy whitelist faulty on redirect

My problem, in a nutshell, is the following: I use Privoxy to set up a whitelist of sites in Raspbian Jessie on Chromium. I have Chromium start on boot with the following snippet in lxsession/LXDE-pi/autostart: @privoxy @chromium --incognito…
0
votes
0 answers

Is there a linux proxy tool like privoxy

Is there a linux tool like privoxy that supports pac files. The problem with privoxy is that it modifies the response. such as: curl http://sdkfj2j2j3ksdfll21l1.com -I echo $? #It will display 6 When I used privoxy: curl…
0
votes
1 answer

How do I make a forward-proxy server on k8s and ALB(or NLB)?

I created forward proxy server on EKS pods behind ALB(created by AWS Load Balancer Controller). All pod can take a response through 8118 port through ALB. The resources like pod and ingress looked good to me. Then I tried if the proxy server work…
0
votes
1 answer

Docker run hangs when starting provixy prior to containerized app

I have a python FastAPI app that runs in a Kubernetes cluster on GKE. I'm trying to get the outbound traffic from the containers (pods) to route through privoxy. To test this I'm building/running the container on my local machine, but when I run…
Jed
  • 1,059
  • 13
  • 31
0
votes
1 answer

How to use Scrapy with Python and Tor over Privoxy in Docker Compose

I'm trying to run a Scrapy with Python and tor and privoxy. I'm using the scraper of khpeek/privoxy-tor-scraper in https://github.com/khpeek/privoxy-tor-scraper.Here is my directory structure: - docker-compose.yml - privoxy - config -…
Nikhrrazn
  • 11
  • 2
0
votes
0 answers

How to make tnethttpclient support socks 4/5 proxy delphi

The tnethttpclient of the Net package does not support socks 4/5 proxies, what will be the possible approaches to add that support?
0
votes
1 answer

Requesting API Content on Localhost while using Tor + Privoxy

I'm using Tor, Privoxy, and Python to anonymously crawl sources on the web. Tor is configured with ControlPort 9051, while Privoxy is configured with forward-socks5 / localhost:9050 . My scripts are working flawlessly, except when I request an API…
datasci
  • 929
  • 2
  • 9
  • 25
0
votes
1 answer

After Tor project installation, I got error

I am installing tor in my ubuntu 18.04 as per link.After completing all the steps, i am getting this error $ sudo service tor status ● tor.service - Anonymizing overlay network for TCP (multi-instance-master) Loaded: loaded…
1
2