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
- Host: GitHub
- URL: https://github.com/onlyuser/tor-exit-dl
- Owner: onlyuser
- Created: 2013-02-28T06:42:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T14:16:19.000Z (over 8 years ago)
- Last Synced: 2023-03-24T06:32:56.653Z (almost 3 years ago)
- Topics: bash-script
- Language: Shell
- Homepage: http://onlyuser.github.io/
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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