Questions tagged [source-code]
Question about the source for Tor related software.
52 questions
0
votes
1
answer
72
views
What means origin circuit in Tor Project?
When I read source code of Tor,I found a concept called origin circuit, which appears a lot in the source code. I think it refers to the circuit from OP to OR.Is that correct? And what are the ...
1
vote
2
answers
142
views
Can we self-host a network like tor with tor source code?
Can we use tor source code for running a network like tor ?
0
votes
1
answer
33
views
run collector with Eclipse IDE
please did someone know how to use eclipse to run or test Collector ,or metrics using eclipse IDE,how to run
https://gitlab.torproject.org/tpo/network-health/metrics/collector,
0
votes
1
answer
1k
views
Is there a C/C++ Tor API?
I am looking for a (preferably Open Source) API usable in C/C++, that enables one to send/receive data over the Tor network. So I want to build an application that uses sockets to communicate data ...
0
votes
1
answer
223
views
Getting tor nodes list
I'm modifying tor source code for research purposes and I want to modify concept of getting tor nodes list. Now, tor client is getting tor nodes from directory servers and I want to change it.
My ...
0
votes
1
answer
761
views
Is this an official download mirror?
Is this an official download mirror of the Tails?
http://quantum-mirror.hu/mirrors/pub/tails/stable/
http://quantum-mirror.hu
1
vote
3
answers
2k
views
How can I create my own Tor alternative?
I'm not technically competent, but I was wondering how I could create my own Tor alternative using Visual Studio, Notepad++ or any other coding software and perhaps some links to the type of scripts I'...
1
vote
1
answer
129
views
Bloated codebase - are there third party implementations of the tor protocol?
Are there third party implementation of tor that perhaps don't implement the entirety of the protocol? But can interact with the tor network.
It really isn't practical to audit this for an individual:...
1
vote
1
answer
55
views
Verifying Tor source package impossible due to the valid key not linked
On the tor website there is a section:
https://2019.www.torproject.org/docs/signing-keys.html.en
The correct key from Nick Mathewson (0xFE43009C4607B1FB) is not linked there. However the correct key ...
0
votes
0
answers
160
views
Compiling Tor from source
So I compiled Tor from source using these instructions and everything went smoothly. However, when I look in /debian-packages/ there are three .deb files, which are:
tor_0.4.1.6-1~d9.stretch+1_armhf....
3
votes
2
answers
206
views
What hidden services does my relay node know about?
I built tor from source and am running it as a relay (not exit node) and also as a directory server. It is my understanding that after a while I should experience V2 hidden services publishing their ...
2
votes
1
answer
155
views
Where is noscript source code in Tor browser bundle
I'm trying to find the source code of noscript in the Tor browser bundle, usually (given how firefox does it) it should be under <uniqueID>.default/extensions, however with Tor browser bundle ...
0
votes
2
answers
524
views
Tor downtime from multiple processes
I’ve left my Tor relay (run on an AWS EC2 instance, Xenial Xerius Ubuntu) alone for a few days, and it operated for a few days. The relay then started counting downtime, and the “last seen” timestamp ...
1
vote
1
answer
177
views
Clearing the state of rendezvous client provides privacy improvement?
Context. In my quest on figuring out if I must use NEWNYM signal or stream isolation is enough for me I dig into the code and narrowed down the possible privacy improvements that NEWNYM can bring over ...
1
vote
1
answer
453
views
Clearing the client side DNS cache provides privacy improvement?
Context. In my quest on figuring out if I must use NEWNYM signal or stream isolation is enough for me I dig into the code and narrowed down the possible privacy improvements that NEWNYM can bring over ...