Skip to content

A C program that allows any cli tool to use tor network using the tor socks4 proxy.

Notifications You must be signed in to change notification settings

Davenchy/torrify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrify

This project is a command line application that allows you to run any command line in a tor network.

Note: Only Socks4 proxies supported.

Requirments:

  • tor proxy server running locally on port 9050.

Build

Run make to build the torrify binary and the libtorrify library.

Usage

Note: the libtorrify.so library must be in the same directory as the torrify binary.

  • torrify <command> <...args>

Examples:

  • Run any command with arguments
$ torrify ls -1
connect.c
connect.h
libtorrify.so
makefile
README.md
torrify
torrify.c
  • Fetch your ip address using ipify.org without tor proxy.
$ curl "http://api.ipify.org"
102.184.197.136 # dummy ip result without tor
  • Fetch your ip address using ipify.org with tor proxy.
$ ./torrify curl "http://api.ipify.org"
188.172.229.15 # dummy ip result with tor

About

A C program that allows any cli tool to use tor network using the tor socks4 proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published