| 12345678910111213141516171819202122232425262728293031323334353637 | Filename: xxx-hide-platform.txtTitle: Hide Tor Platform InformationAuthor: Jacob Appelbaum Created: 24-July-2008Status: Draft                      Hiding Tor Platform Information0.0 IntroductionThe current Tor program publishes its specific Tor version and related OSplatform information. This information could be misused by an attacker.0.1 Current ImplementationCurrently, the Tor binary sends data that looks like the following:    Tor 0.2.0.26-rc (r14597) on Darwin Power Macintosh    Tor 0.1.2.19 on Windows XP Service Pack 3 [workstation] {terminal services,    single user}1.0 Suggested changesIt would be useful to allow a user to configure the disclosure of suchinformation. Such a change would be an option in the torrc file like so:    HidePlatform Yes1.1 Suggested default behavior in the futureIf a user would like to disclose this information, they could configure theirTor to do so.    HidePlatform No
 |