This page (revision-20) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by HarryMetske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20 23-Apr-2022 17:05 8 KB Harry Metske to previous stopped it
19 23-Apr-2022 17:05 7 KB Harry Metske to previous | to last
18 23-Apr-2022 17:05 7 KB Harry Metske to previous | to last
17 23-Apr-2022 17:05 7 KB Harry Metske to previous | to last
16 23-Apr-2022 17:05 7 KB Harry Metske to previous | to last
15 23-Apr-2022 17:05 6 KB HarryMetske to previous | to last status update
14 23-Apr-2022 17:05 6 KB HarryMetske to previous | to last
13 23-Apr-2022 17:05 2 KB HarryMetske to previous | to last
12 23-Apr-2022 17:05 2 KB HarryMetske to previous | to last
11 23-Apr-2022 17:05 2 KB HarryMetske to previous | to last
10 23-Apr-2022 17:05 2 KB HarryMetske to previous | to last
9 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
8 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
7 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
6 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
5 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
4 23-Apr-2022 17:05 678 bytes HarryMetske to previous | to last
3 23-Apr-2022 17:05 422 bytes HarryMetske to previous | to last
2 23-Apr-2022 17:05 373 bytes HarryMetske to previous | to last
1 23-Apr-2022 17:05 301 bytes HarryMetske to last

Page References

Incoming links Outgoing links
TOR Setup...nobody

Version management

Difference between version and

At line 75 added 134 lines
!! Control protocol
Tor has it's own control protocol. If you specified the ControlListenAddress or ControlPort option, it starts to listen on this port. You can the (very basic duh) open a telnet connection to this port and talk the [control protocol|http://www.torproject.org/svn/trunk/doc/spec/control-spec.txt]
\\A few examples:
{{{
metskem@bismarck:~/downloads$ telnet scharnhorst 9051
Trying 10.0.0.102...
Connected to scharnhorst.
Escape character is '^]'.
authenticate
250 OK
getconf ControlPort
250 ControlPort=9051
getinfo config/names
250+config/names=
AccountingMax DataSize
AccountingMaxKB Integer
AccountingStart String
Address String The advertised (external) address we should use.
__AllDirActionsPrivate Boolean
AllowInvalidNodes CommaList
AssumeReachable Boolean
AuthDirInvalid LineList
AuthDirReject LineList
AuthDirRejectUnlisted Boolean
AuthoritativeDirectory Boolean
BandwidthBurst DataSize
BandwidthRate DataSize
CircuitBuildTimeout TimeInterval
CircuitIdleTimeout TimeInterval
ClientOnly Boolean
ConnLimit Integer
ContactInfo String
ControlListenAddress LineList
ControlPort Integer
CookieAuthentication Boolean
DataDirectory String
DebugLogFile String
DirAllowPrivateAddresses Boolean
DirListenAddress LineList
DirFetchPeriod TimeInterval
DirPolicy LineList
DirPort Integer
DirServer LineList
EntryNodes String
ExcludeNodes String
ExitNodes String
ExitPolicy LineList
ExitPolicyRejectPrivate Boolean
FascistFirewall Boolean
FirewallPorts CommaList
FastFirstHopPK Boolean
FetchServerDescriptors Boolean
FetchHidServDescriptors Boolean
FetchUselessDescriptors Boolean
Group String
HardwareAccel Boolean
HashedControlPassword String
HiddenServiceDir Dependant
HiddenServiceExcludeNodes Dependant
HiddenServiceNodes Dependant
HiddenServiceOptions Virtual
HiddenServicePort Dependant
HttpProxy String
HttpProxyAuthenticator String
HttpsProxy String
HttpsProxyAuthenticator String
KeepalivePeriod TimeInterval
Log LineList
LogFile Dependant
LogLevel Dependant
LongLivedPorts CommaList
MapAddress LineList
MaxAdvertisedBandwidth DataSize
MaxCircuitDirtiness TimeInterval
MaxOnionsPending Integer
MyFamily String
NewCircuitPeriod TimeInterval
NamingAuthoritativeDirectory Boolean
Nickname String
NoPublish Boolean
NodeFamily LineList
NumCpus Integer
NumEntryGuards Integer
ORListenAddress LineList
ORPort Integer
OutboundBindAddress String
PathlenCoinWeight Float
PidFile String
ProtocolWarnings Boolean
PublishServerDescriptor Boolean
PublishHidServDescriptors Boolean
ReachableAddresses LineList
ReachableDirAddresses LineList
ReachableORAddresses LineList
RecommendedVersions LineList
RecommendedClientVersions LineList
RecommendedServerVersions LineList
RedirectExit LineList
RendExcludeNodes String
RendNodes String
RendPostPeriod TimeInterval
RephistTrackTime TimeInterval
RunAsDaemon Boolean
RunTesting Boolean
SafeLogging Boolean
SafeSocks Boolean
ShutdownWaitLength TimeInterval
SocksListenAddress LineList
SocksPolicy LineList
SocksPort Integer
SocksTimeout TimeInterval
StatusFetchPeriod TimeInterval
StrictEntryNodes Boolean
StrictExitNodes Boolean
SysLog Dependant
TestSocks Boolean
TestVia String
TrackHostExits CommaList
TrackHostExitsExpire TimeInterval
UseEntryGuards Boolean
User String
V1AuthoritativeDirectory Boolean
VersioningAuthoritativeDirectory Boolean
VirtualAddrNetwork String
__LeaveStreamsUnattached Boolean
.
250 OK
quit
250 closing connection
Connection closed by foreign host.
metskem@bismarck:~/downloads$
}}}