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

https://github.com/onlyuser/tor-exit-dl

tor-exit-dl is a script to find Tor exit nodes
https://github.com/onlyuser/tor-exit-dl

bash-script

Last synced: 9 months ago
JSON representation

tor-exit-dl is a script to find Tor exit nodes

Awesome Lists containing this project

README

          

tor-exit-dl
===========

Copyright (C) 2011-2017

About
-----

tor-exit-dl is a script to find Tor exit nodes.

Requirements
------------

bash curl tor http://torstatus.blutmagie.de

Installation (Debian)
---------------------

1. git clone https://github.com/onlyuser/tor-exit-dl.git
2. sudo aptitude install curl

Usage
-----

1. Issue command "tor-exit-dl <TOP_N> [COUNTRY_CODE={US}]" into a bash terminal (not including brackets).
2. sudo vi /etc/tor/torrc
3. Append router names to the line that begins with "exitnodes" in file "torrc".
4. sudo /etc/init.d/tor restart

References
----------


"Tor Network Status"

http://torstatus.blutmagie.de/

Keywords
--------

tor, exitnodes, bash, Linux