An open API service indexing awesome lists of open source software.

https://github.com/unkaktus/torsh

tor control interactive shell
https://github.com/unkaktus/torsh

onion shell tor tor-control

Last synced: 2 months ago
JSON representation

tor control interactive shell

Awesome Lists containing this project

README

          

torsh
=====

`torsh` is a simple interactive shell for tor control protocol.
Type your commands and get responses.

Also you can just execute single command by just typing it after binary name:

```
$ torsh getinfo ns/all
```

Consult tor control spec [https://gitweb.torproject.org/torspec.git/tree/control-spec.txt]
for all available commands.

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

```
go get github.com/nogoegst/torsh
```