Skip to content

Instantly share code, notes, and snippets.

@suryapratap1
Last active October 30, 2018 12:53
Show Gist options
  • Save suryapratap1/dad5389698ea2d439903e74c3991aa1e to your computer and use it in GitHub Desktop.
Save suryapratap1/dad5389698ea2d439903e74c3991aa1e to your computer and use it in GitHub Desktop.
TOR-Project
Follow the link for cloning the tor ->
https://gitweb.torproject.org/tor.git // official repo
https://github.com/VtpVlan-oo7/tor //unofficial repo
//* Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe Tor
is reasonably secure, but please ensure you read the instructions and
configure it properly. *//
// To build Tor from source:
./configure && make && make install
// To build Tor from a just-cloned git repository:
sh autogen.sh && ./configure && make && make install
// Home page:
https://www.torproject.org/
// Download new versions:
https://www.torproject.org/download/download.html
// Documentation, including links to installation and setup instructions:
https://www.torproject.org/docs/documentation.html
// Making applications work with Tor:
https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
// Frequently Asked Questions:
https://www.torproject.org/docs/faq.html
// To get started working on Tor development:
See the doc/HACKING directory.
// Release timeline:
https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases
=========================================Important links for making your own tor=======================
// run tor in your own system follow the link
1-https://www.comparitech.com/blog/vpn-privacy/build-tor-relay-node
2-https://blog.gaborszathmari.me/2016/10/11/setting-up-tor-relay-cryptoparty/
3-https://manpages.debian.org/jessie/tor/tor.1.en.html
4-https://github.com/ralphwetzel/theonionbox
5-https://www.wikihow.com/Set-a-Specific-Country-in-a-Tor-Browser
6-https://linux.die.net/man/1/tor
===============================making our own private tor========================
follow the link->
https://witestlab.poly.edu/blog/anonymous-routing-of-network-traffic-using-tor/#runmyexperiment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment