Giter Club home page Giter Club logo

torsocks-2.0's Introduction

What is torsocks?
-----------------

Torsocks allows you to use most applications in a safe way with Tor. It ensures
that DNS requests are handled safely and explicitly rejects any traffic other
then TCP from the application you're using.

Torsocks is an ELF shared library that is loaded before all others. The library
overrides every needed Internet communication libc function calls such as
connect(2) or gethostbyname(3).

This process is transparent to the user and if torsocks detects any
communication that can't go through the Tor network such as UDP traffic for
instance, the connection is denied. If, in some wayt, there is no way for
torsocks to provide the Tor anonymity guarantee with your application, torsocks
will force the application to quit and stop everything.

Installation
-----------------

  $ ./configure
  $ make
  $ sudo make install

If you are compiling it from the git repository, run ./autogen.sh before the
configure script.

Using torsocks
--------------

Once you have installed torsocks, just launch it like so:

  $ torsocks [application]

So, for example you can use ssh to a some.ssh.com by doing:

  $ torsocks ssh [email protected]

You can use the torsocks library without the script provided:

  $ LD_PREALOD=/full/path/to/libtorsocks.so your_app

For more details, please see the torsocks.1, torsocks.8 and torsocks.conf.5 man
pages. Also, you can use -h, --help for all the possible options of the
torsocks script.

A configuration file named *torsocks.conf* is also provided for the user to
control some parameters.

More informations
--------------

torsocks is distributed under the GNU General Public License version 2.

Mailing list for help is <[email protected]> and for development
use <[email protected]>. You can find the project also on IRC server
irc.oftc.net (OFTC) in #tor and #tor-dev.

See more information about the Tor project at https://www.torproject.org.

torsocks-2.0's People

Contributors

dgoulet avatar intrigeri avatar ioerror avatar lgrz avatar ln5 avatar sysrqb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

fingerleakers

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.