Git Product home page Git Product logo

tor-autocircuit's Introduction

Tor Autocircuit was developed to give users a finer control over Tor circuit creation. The tool exposes the functionality of TorCtl library which allows its users to control circuit length, speed, geolocation, and other parameters.

In order to control the script, you must edit the source file and change the following default parameters in the Configuration section:

# Number of circuits to build
num_circs = 10

# Do not use a country twice in a route 
# [True --> unique, False --> same or None --> pass] 
unique_countries    = True,

# Configure max continent crossings in one path  
# [integer number 0-n or None --> ContinentJumper/UniqueContinent]
continent_crossings = 3,
    					
# Configure max ocean crossings in one path 
# [integer number 0-n or None --> OceanJumper/UniqueOcean]
ocean_crossings     = 1,         

# Specify countries for positions [single country code or None]
entry_country       = None,
       
# Specify countries for positions [single country code or None]
middle_country      = None,
       
# Specify countries for positions [single country code or None]
exit_country        = None,      

# List of countries not to use in routes 
# [(empty) list of country codes or None]
excludes            = None

# Number of hops in circuits
pathlen       = 3,

# True   - produces exits in an ordered fashion for a specific port.
# False  - If uniform is set to True, exists will be produced in a uniform fashion,
#	   otherwise it produces exits in a bandwidth weighted fashion.
order_exits   = False,
				    
# Maximum percentile requirement of bandwidth rankings to be included in the circuit
percent_fast  = 100,
      
# Minimum percentile requirement of bandwidth rankings to be included in the circuit
percent_skip  = 0,

# Minimum hop bandwidth
min_bw        = 1024,

# True   - the same router can't appear more than once in a path, otherwise no path restriction
# False  - no two nodes from the same /16 subnet can be in the path and the same router can't 
#          appear more than once in a path. Set to False when using percent_fast or percent_skip
use_all_exits = False,

# True   - produces nodes in the uniform distribution
# False  - produces nodes in the bandwidth weighted distribution
uniform       = False,

# Name of the exit node or None
use_exit      = None,

# True   - entry node must have "Guard", "Valid", and "Running" flags set
# False  - entry node must have "Valid" and "Running" flags set
use_guards    = True,

tor-autocircuit's People

Contributors

iphelix avatar

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.