xxx-hide-platform.txt 953 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Filename: xxx-hide-platform.txt
  2. Title: Hide Tor Platform Information
  3. Author: Jacob Appelbaum
  4. Created: 24-July-2008
  5. Status: Draft
  6. Hiding Tor Platform Information
  7. 0.0 Introduction
  8. The current Tor program publishes its specific Tor version and related OS
  9. platform information. This information could be misused by an attacker.
  10. 0.1 Current Implementation
  11. Currently, the Tor binary sends data that looks like the following:
  12. Tor 0.2.0.26-rc (r14597) on Darwin Power Macintosh
  13. Tor 0.1.2.19 on Windows XP Service Pack 3 [workstation] {terminal services,
  14. single user}
  15. 1.0 Suggested changes
  16. It would be useful to allow a user to configure the disclosure of such
  17. information. Such a change would be an option in the torrc file like so:
  18. HidePlatform Yes
  19. 1.1 Suggested default behavior in the future
  20. If a user would like to disclose this information, they could configure their
  21. Tor to do so.
  22. HidePlatform No