Skip to content

Small tool in Rust to analyze and manage a Tor client node

Notifications You must be signed in to change notification settings

mephesto1337/tor-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor Analyzer

Tor daemon step-up

This app should be run as a non-privileged user, so twick your tor configuration:

# Control port
ControlSocket /var/lib/tor/control.sock
ControlSocketsGroupWritable 1

# Cookie
CookieAuthentication 1
CookieAuthFileGroupReadable 1

# Data directory
DataDirectoryGroupReadable 1

This will allow users of the tor group to connect to the control socket.?

Build

Just run the following command:

cargo build --release

Enjoy

cargo run --release -- /var/lib/tor/control.sock

The only argument is the tor control socket (either IPv4/IPv6/Unix).

About

Small tool in Rust to analyze and manage a Tor client node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages