Git Product home page Git Product logo

multitor's Introduction

multitor's People

Contributors

atefbb avatar dotflac avatar rishantagarwal avatar silascutler avatar trimstray avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multitor's Issues

not found in PATH: hpts

Hello.
I am getting not found in PATH: hpts constantly on ubuntu 18.04, even after I installed http-proxy-to-socks. How do I fix that? Please help

Request for all platforms

The project is very useful. I'm going to use it in my OnionHarvester project. My project is written in Java and thus is cross platform but the multitor is designed for *nix systems. Is it possible to release the windows version too?
If you are insterested in OH, you may check these links:
Link 1
Link 2
Link 3

Best Regards
Saman

IPs repeated too often

Tor is supposed to have thousands of IPs in its pool but for some reason my IP used here is repeated way too often, maybe once every 20th request.
Is this related to the number of tor instances launched at beginning or is it something else?

Using bridges

Is it possible to use a multitor with bridges such as obfs4? Found the code for torrc

sudo apt-get install obfs4proxy obfsproxy tor

sudo vi /etc/tor/torrc

UseBridges 1
ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy managed
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed

send email to [email protected] with body get transport obfs4 you can get new bridges.

bridge obfs4 195.154.49.15:44705 BACD07DACE996093DC7635F33A98C49... cert=xc/wtKNWADfJQf232xSXT0WpzsaINw6fgPvZBy5Rkw4.../ypaZPDug9L... iat-mode=0
bridge obfs3 163.172.161.87:34827 70C720468D057BBF9F59081506D660CE87...

But dont understand how to implement bridges in the multitor. Please help

No path

$ multitor
not found in PATH: haproxy polipo privoxy

It seems its need path, how to add the path ?

Question

Hi, Neat job!, THANKS, Well, I've setup it and works perfectly. The question now how to access it remotely from different PC?

I use aws debian11 os ,but error

I use aws debian11 os
after install ,and it say

root@ip-172-31-17-112:~/tor2/multitor# multitor
not found in PATH: nc

what is problem ?
what need install ?

doesnt work

[root@mzalinux multitor]# multitor --init 2 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy
    socks_port:
        status: false
    socks_port:
        status: false

     Set processes: 2
           Created: 0
       Not created: 2
  Control password: DWaycOtRPdEGAbvPFV

       Proxy state: running (haproxy » privoxy » socks)

It used to works fine. but i -k it.. and now it wont work again for some reasons..

Is there a smarter way to communicate with control port when using HAProxy

eg.

Client
|--------> HAProxy (127.0.0.1:16379)
|--------> TOR Instance (127.0.0.1:9000) (cp: 9900)
|--------> TOR Instance (127.0.0.1:9001) (cp: 9901)

When client found a tor circle not work, ( eg, 9000 )
how to send signal newnym to renew it?
cuz client doesn't know which one used

or at least during 15s ( default renew duration ),
the HAProxy will still keep forwarding traffic to this broken instance?

So, my question is,
Is there a possibility to "smart communicate" with control ports?
Besides, is there a command forward interface for docker container?

bad multitor directory owner

Hello,

I get the following error after trying to launch those commands:

git clone https://github.com/trimstray/multitor
cd multitor
./setup.sh install
multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy

[!] bad multitor directory owner

I'm working on clean version of debian 9.

Can you please help me trying to understand the causes of this error ?

Thanks a lot for your time and help

Getting this error...Please help

not found in PATH: haproxy polipo privoxy hpts
the above error i get while executing the multitor....FYI haproxy, polipo, privoxy and hpts is installed in Kali ....version
Linux kali 4.16.0-kali2-amd64 #1 SMP Debian 4.16.16-2kali1 (2018-06-25) x86_64 GNU/Linux

Does not work for when exceeding 100 nodes.

I'm working on a project that would like to use more than 100 nodes using multitor. However, I am not able to spawn above this number.

I've tried to identify the problem, but I must admit that my bash debugging skills are limited. What could be the reason for this?

I'm not getting any particular error message.

not found in PATH: hpts

root@termos:~# multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy

not found in PATH: hpts
what is problem ?
what need install ?

multitor autostart

Could anyone please help me, how to make multitor start with a system? (debian)

Create man page to /usr/local/man/man8

i try install your script but when i run
./setup.sh install
i get this error .
Create man page to /usr/local/man/man8

plus what command needed to make my all internet in vps use your script exactly "http proxy"
? please help ASAP.

How to add a new instance to the instances.

i don't know if this feature is not available to begin with, but i want to note that when i initiate a number of tor instances multitor kills the previously created ones.

privoxy not run in arch linux with multitor

I have the problem that privoxy does not work command:

multitor --init 2 -u misec --socks-port 9000 --control-port 9900 --proxy privoxy

the working processes:

[ root ]# netstat -tapn | grep LISTEN | grep "tor\|haproxy\|polipo\|privoxy\|node"
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      2237/tor            
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      2296/tor            
tcp        0      0 127.0.0.1:9900          0.0.0.0:*               LISTEN      2237/tor            
tcp        0      0 127.0.0.1:9901          0.0.0.0:*               LISTEN      2296/tor            
tcp        0      0 127.0.0.1:9050          0.0.0.0:*               LISTEN      14827/tor           
tcp        0      0 127.0.0.1:16379         0.0.0.0:*               LISTEN      2395/haproxy        
tcp        0      0 127.0.0.1:16380         0.0.0.0:*               LISTEN      2395/haproxy    

privoxy only works if I run it manually with the configuration file of the /multitor/etc directory

/usr/bin/privoxy --no-daemon privoxy.cfg 

what is happening?

HAProxy timeouts to improve.

Default values:

defaults proxy
  mode              tcp
  timeout connect   200ms
  timeout client    2000ms
  timeout server    750ms
  retries           0

After use, I find that they do not work optimally.

For polipo/privoxy the better values are:

defaults proxy
  mode              tcp
  timeout connect   5000ms
  timeout client    15000ms
  timeout server    15000ms
  retries           0

Autorun

How to run multitor after launching other applications through init.d in debian?

Adding Specific ExitNodes

Hi, I was wondering if there is a mechanism in place to allow specifying the exit node:

ExitNodes {us} StrictNodes 1

I could not find anything in the documentation or in the code that indicated an environment variable etc... to allow you to set the value for this. I would be willing to contribute the change if you can direct me to where it should be added. I looked through the code and it would require a deeper dive to get my head wrapped around it enough to figure out what's going on.

Thank you in advance!

Proxy state disable (only tor)

I have run:

service haproxy start
service tor start
service polipo start

I have tried creating the user debian-tor I have run it with the services stopped, I don't know why I keep getting: Proxy state disable (only tor) thanks

Run MultiTor on CentOS 8 error

Hi,

I installed Tor, Privoxy, HAProxy, NC, Polipo and HPTS on CentOS 8. After I run multitor --init 20 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy

The output was:

socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false
    socks_port: 
        status: false

     Set processes: 20
           Created: 0
       Not created: 20
  Control password: *******

       Proxy state: running (haproxy » privoxy » socks)

I don't know why MultiTor cannot run, could you help me to fix the issue?

Another request, because I used Privoxy instead of Polipo, when I don't install Polipo and run MultiTor with the command multitor --init 20 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy and the output was not found in PATH: polipo. So, I must install Polipo to run MultiTor. I guess it would be wonderful to fix this.

Many thanks,

Multitor directory: ownership bug

after running setup.sh, and attempting to run the program i was greeted with no std output. Digging around the logs, found the issue. should be handled in setup.sh

it didn't make the directory /var/lib/multitor, so I made it, then it complained about a ownership problem.
to fix that I simply used chown $USER /var/lib/multitor

Getting error

Hi,
I am getting the following error when trying to check IPs

for i in $(seq 1 4) ; do printf "req %2d: " "$i" ; curl -k --location --socks5 127.0.0.1:15379 http://ipinfo.io/ip ; done
req 1: curl: (7) Unable to receive initial SOCKS5 response.
Using centos 6-64bit but I don't understand what this issue is.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.