Skip to content

aosmith/tor-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tor-control

<img src=“https://travis-ci.org/aosmith/tor-control.png?branch=master” />

Usage

Mantra-tor depends upon a running tor instance.

A Singleton variable is used to interact with the tor instance:

TorControl.password = "password"
TorControl.host = "localhost"
TorControl.port = 9051
TorControl.connect
TorControl.authenticate
TorControl.new_identity
TorControl.close

I use socksify to proxy my tcp connections:

TCPSocket::socks_server = "127.0.0.1"
TCPSocket::socks_port = 9050

About

tor-control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages