Informatika Komputer    
   
Daftar Isi
(Sebelumnya) TopXNotesTORCS (Berikutnya)

Tor (anonymity network)

Tor-logo-2011-flat.svg
Developer(s)The Tor Project [1]
Initial release20 September 2002 (2002-09-20)[2]
Stable release0.2.3.25 (3 December 2012; 3 months ago (2012-12-03)[3]) [±] [±]
Preview release0.2.4.10-alpha (4 February 2013; 50 days ago (2013-02-04)) [±][4] [±]
Written inC
Operating systemCross-platform
TypeOnion routing, Anonymity
LicenseBSD license
Websitewww.torproject.org

Tor (originally short for The Onion Router)[5] is a system intended to enable online anonymity. Tor client software directs internet traffic through a worldwide volunteer network of servers to conceal a user's location or usage from anyone conducting network surveillance or traffic analysis. Using Tor makes it more difficult to trace Internet activity, including "visits to Web sites, online posts, instant messages and other communication forms", back to the user [6] and is intended to protect users' personal privacy, freedom, and ability to conduct confidential business by keeping their internet activities from being monitored.

"Onion Routing" refers to the layered nature of the encryption service: The original data are encrypted and re-encrypted multiple times, then sent through successive Tor relays, each one of which decrypts a "layer" of encryption before passing the data on to the next relay and, ultimately, its destination. This reduces the possibility of the original data being unscrambled or understood in transit.[7]

The Tor client is a free software and use of the Tor network is free of charge.

Contents

History

An alpha version of the software, with the onion routing network "functional and deployed", was announced on 20 September 2002.[2] Roger Dingledine, Nick Mathewson and Paul Syverson presented "Tor: The Second-Generation Onion Router" at the 13th USENIX Security Symposium on 13 August 2004.[8] Although the name Tor originated as an acronym of The Onion Routing project, the current project no longer considers the name to be an acronym, and therefore does not use capital letters.[9]

Originally sponsored by the U.S. Naval Research Laboratory[8] (which had been instrumental in the early development of onion routing under the aegis of DARPA), Tor was financially supported by the Electronic Frontier Foundation from 2004 to 2005.[10] Tor software is now developed by the Tor Project, which has been a 501(c)(3) research-education nonprofit organization [11] based in the United States of America [1] since December 2006. It has a diverse base of financial support;[10] the U.S. State Department, the Broadcasting Board of Governors, and the National Science Foundation are major contributors.[12] As of 2012, 80% of the Tor Project's $2M annual budget comes from the United States government, with the Swedish government and other organizations providing the rest,[13] including NGOs and thousands of individual sponsors.[14]

In March 2011 The Tor Project was awarded the Free Software Foundation's 2010 Award for Projects of Social Benefit on the following grounds: "Using free software, Tor has enabled roughly 36 million people around the world to experience freedom of access and expression on the Internet while keeping them in control of their privacy and anonymity. Its network has proved pivotal in dissident movements in both Iran and more recently Egypt."[15]

Foreign Policy named Dingledine, Mathewson, and Syverson among its 2012 Top 100 Global Thinkers "for making the web safe for whistleblowers.".[16]

Jacob Appelbaum in 2013 described Tor as a "part of an ecosystem of software that helps people regain and reclaim their autonomy. It helps to enable people to have agency of all kinds; it helps others to help each other and it helps you to help yourself. It runs, it is open and it is supported by a large community spread across all walks of life." http://www.theverge.com/2013/3/11/409 1186/interview-uncut-jacob-appelbaum

Operation

Alice's Tor client picks a random path to destination server

Tor aims to conceal its users' identities and their network activity from surveillance and traffic analysis by separating identification and routing. It is an implementation of onion routing, which encrypts and then randomly bounces communications through a network of relays run by volunteers around the globe. These onion routers employ encryption in a multi-layered manner (hence the onion metaphor) to ensure perfect forward secrecy between relays, thereby providing users with anonymity in network location. That anonymity extends to the hosting of censorship-resistant content via Tor's anonymous hidden service feature.[8] Furthermore, by keeping some of the entry relays (bridge relays) secret, users can evade Internet censorship that relies upon blocking public Tor relays.[17]

Because the internet address of the sender and the recipient are not both in cleartext at any hop along the way, anyone eavesdropping at any point along the communication channel cannot directly identify both ends. Furthermore, to the recipient it appears that the last Tor node (the exit node) is the originator of the communication rather than the sender.

Originating traffic

Users of a Tor network run an onion proxy on their machine. The Tor software periodically negotiates a virtual circuit through the Tor network, using multi-layer encryption, ensuring perfect forward secrecy. At the same time, the onion proxy software presents a SOCKS interface to its clients. SOCKS-aware applications may be pointed at Tor, which then multiplexes the traffic through a Tor virtual circuit. The Polipo proxy server can speak the SOCKS 4 & SOCKS 5 protocols and therefore is recommended to be used together with the Tor anonymising network. Polipo is a web proxy that does HTTP 1.1 pipelining well, so it can enhance Tor's communication latency.[18][19]

Once inside a Tor network, the traffic is sent from router to router, ultimately reaching an exit node at which point the cleartext packet is available and is forwarded on to its original destination. Viewed from the destination, the traffic appears to originate at the Tor exit node.

A Tor non-exit relay with a maximum output of 239.69 KB/s

Tor's application independence sets it apart from most other anonymity networks: it works at the Transmission Control Protocol (TCP) stream level. Applications whose traffic is commonly anonymised using Tor include Internet Relay Chat (IRC), instant messaging, and World Wide Web browsing. When browsing the Web, Tor is often coupled with Polipo or Privoxy proxy servers. Privoxy is a filtering proxy server that aims to add privacy at the application layer. Polipo can speak the SOCKS protocol and does HTTP 1.1 pipelining for enhancing latencies, therefore is now recommended to be used together with the Tor anonymising network by the torproject.org.[18][19]

On older versions of Tor (resolved May–July 2010),[20] as with many anonymous web surfing systems, direct Domain Name System (DNS) requests are usually still performed by many applications, without using a Tor proxy. This allows someone monitoring a user's connection to determine (for example) which WWW sites they are viewing using Tor, even though they cannot see the content being viewed. Using Privoxy or the command "torify" included with a Tor distribution is a possible solution to this problem.[21] Additionally, applications using SOCKS5 – which supports name-based proxy requests – can route DNS requests through Tor, having lookups performed at the exit node and thus receiving the same anonymity as other Tor traffic.[22]

As of Tor release 0.2.0.1-alpha, Tor includes its own DNS resolver which will dispatch queries over the mix network. This should close the DNS leak and can interact with Tor's address mapping facilities to provide the Tor hidden service (.onion) access to non-SOCKS-aware applications.[20]

Hidden services

Tor can also provide anonymity to servers in the form of location-hidden services, which are Tor clients or relays running specially configured server software. Rather than revealing the server's IP address (and therefore its network location), hidden services are accessed through Tor-specific .onion pseudo top-level domain (TLD), or "pseudomain," making it one realm of the so-called darknet.[23] The Tor network understands this TLD and routes data anonymously both to and from the hidden service. Due to this lack of reliance on a public address, hidden services may be hosted behind firewalls or network address translators (NAT). A Tor client is necessary in order to access a hidden service.[24]

Hidden services have been deployed on the Tor network beginning in 2004.[25] Other than the database that stores the hidden-service descriptors,[26] Tor is decentralized by design; there is no direct readable list of hidden services. There are a number of independent hidden services that serve this purpose.

Because location-hidden services do not use exit nodes, they are not subject to exit node eavesdropping. There are, however, a number of security issues involving Tor hidden services. For example, services that are reachable through Tor hidden services and the public Internet are susceptible to correlation attacks and thus not perfectly hidden. Other pitfalls include misconfigured services (e.g. identifying information included by default in web server error responses),[24] uptime and downtime statistics, intersection attacks, and user error.

Weaknesses

Like all current low latency anonymity networks, Tor cannot and does not attempt to protect against monitoring of traffic at the boundaries of the Tor network, i.e., the traffic entering and exiting the network. While Tor does provide protection against traffic analysis, it cannot prevent traffic confirmation (also called end-to-end correlation).[27][28]

Steven J. Murdoch and George Danezis from University of Cambridge presented an article[29] at the 2005 IEEE Symposium on security and privacy on traffic-analysis techniques that allow adversaries with only a partial view of the network to infer which nodes are being used to relay the anonymous streams. These techniques greatly reduce the anonymity provided by Tor. Murdoch and Danezis have also shown that otherwise unrelated streams can be linked back to the same initiator. However, this attack fails to reveal the identity of the original user.[29] Murdoch has been working with—and has been funded by—Tor since 2006.

In March 2011, researchers with the Rocquencourt, France based National Institute for Research in Computer Science and Control (Institut national de recherche en informatique et en automatique, INRIA) have documented an attack that is capable of revealing the IP addresses of BitTorrent users on the Tor network. The "bad apple attack" exploits Tor's design and takes advantage of insecure application use to associate the simultaneous use of a secure application with the IP address of the Tor user in question. One method of attack depends on control of an exit node or hijacking tracker responses, while a secondary attack method is based in part on the statistical exploitation of distributed hash table tracking.[30] According to the study:

This attack against Tor consists of two parts: (a) exploiting an insecure application to reveal the source IP address of, or trace, a Tor user and (b) exploiting Tor to associate the use of a secure application with the IP address of a user (revealed by the insecure application). As it is not a goal of Tor to protect against application-level attacks, Tor cannot be held responsible for the first part of this attack. However, because Tor's design makes it possible to associate streams originating from secure application with traced users, the second part of this attack is indeed an attack against Tor. We call the second part of this attack the bad apple attack. (The name of this attack refers to the saying 'one bad apple spoils the bunch.' We use this wording to illustrate that one insecure application on Tor may allow to trace other applications.)[30]

The results presented in the bad apple attack research paper are based on an actual attack in the wild launched against the Tor network by the authors of the study. The attack targeted six exit nodes, lasted for 23 days, and revealed a total of 10,000 IP addresses of active Tor users. This study is particularly significant because it is the first documented attack designed to target P2P file sharing applications on Tor.[30] BitTorrent may generate as much as 40% of all traffic on Tor,[31] which means a significant number of Tor users are potentially at risk. Furthermore, the bad apple attack is effective against insecure use of any application over Tor, not just BitTorrent.[30]

In September 2007, Dan Egerstad, a Swedish security consultant, revealed that he had intercepted usernames and passwords for a large number of email accounts by operating and monitoring Tor exit nodes.[32] As Tor does not, and by design cannot, encrypt the traffic between an exit node and the target server, any exit node is in a position to capture any traffic passing through it which does not use end-to-end encryption such as TLS. While this may not inherently breach the anonymity of the source, traffic intercepted in this way by self-selected third parties can expose information about the source in either or both of payload and protocol data. [33]

Nonetheless, Tor and the alternative network system JonDonym (Java Anon Proxy, JAP) are considered more resilient than alternatives such as VPNs. Were a local observer on an ISP or WLAN to attempt to analyze the size and timing of the encrypted data stream going through the VPN, Tor or JonDo system, the latter two would be harder to analyze, as demonstrated by a 2009 study.[34]

Researchers from INRIA showed that Tor dissimulation technique in BitTorrent can be bypassed.[35]

In October 2011, a research team from ESIEA (a French engineering school) claimed to have discovered a way to compromise the Tor network by decrypting communication passing over it.[36][37] The technique they describe requires creating a map of Tor network nodes, controlling one third of them and then acquiring their encryption keys and algorithm seeds. Then, using these known keys and seeds, they claim the ability to decrypt two encryption layers out of three. They claim to break the third key by a statistical-based attack. In order to redirect Tor traffic to the nodes they controlled, they used a denial-of-service attack. A response to this claim has been published on the official Tor Blog stating that these rumours of Tor's compromise are greatly exaggerated.[38]

Legal aspects

According to CNet, Tor's anonymity function is "endorsed by the Electronic Frontier Foundation and other civil liberties groups as a method for whistleblowers and human rights workers to communicate with journalists".[39] It has also been described by The Economist, in relation to Bitcoin and the Silk Road, as being "a dark corner of the web."[40] Anonymizing systems such as Tor are at times used for matters that are, or may be, illegal in some countries, e.g. Tor may be used to gain access to censored information, to organize political activities,[41] or to circumvent laws against criticism of heads of state. Tor can also be used for anonymous defamation, unauthorized leaks of sensitive information, and copyright infringement, the distribution of illegal sexual content,[42][43][44] the selling of controlled substances,[45] money laundering,[46] credit card fraud and identity theft; the black market which utilizes the Tor infrastructure operates, at least in part, in conjunction with Bitcoin,[47] and Tor itself has been used by criminal enterprises, hacktivism groups (such as Anonymous), and law enforcement agencies at cross purposes, sometimes simultaneously.[48][49]

Implementation

  • The main implementation of Tor is written in the C programming language and consists of roughly 146,000 lines of source code.[50]
  • Vuze (formerly Azureus), a BitTorrent client written in Java, includes built-in Tor support.[51]
  • Routers with built-in hardware support for Tor are currently under development through the Torouter project.[52] The code is currently in the alpha phase of development, and runs on top of the OpenWrt platform.[53]
  • The Guardian Project is actively developing a free and open-source suite of application programs and firmware for the Android operating system to help make mobile communications more secure.[54] The applications include: Gibberbot — a secure, no-logging, instant messaging client that uses OTR encryption;[55] Orbot — a Tor implementation for Android;[56] Orweb — a privacy-enhanced mobile browser;[57] ProxyMob — a Firefox add-on that helps manage the HTTP, SOCKS, and SSL proxy settings for integration with Orbot;[58] and Secure Smart Cam — a set of privacy enhancing tools that offers encryption of stored images, face detection and blurring, and secure remote sync of media over slow networks.[59]
  • The TAILS Linux Distribution includes Tor as part of its web browser.

See also

Footnotes

  1. ^ a b "Tor Project: Core People". The Tor Project. https://www.torproject.org/about/core people. Retrieved 17 July 2008.
  2. ^ a b Dingledine, Roger (20 September 2002). "pre-alpha: run an onion proxy now!". or-dev mailing list. http://archives.seul.org/or/dev/Sep-2 002/msg00019.html. Retrieved 17 July 2008.
  3. ^ ChangeLog
  4. ^ ChangeLog in Tor Project Git repository
  5. ^ Jordi Domingo-Pascual; Yuval Shavitt; Steve Uhlig (14 June 2011). Traffic Monitoring and Analysis: Third International Workshop, TMA 2011, Vienna, Austria, April 27, 2011, Proceedings. Springer. pp. 113–. ISBN 978-3-642-20304-6. Retrieved 6 August 2012. 
  6. ^ Glater, Jonathan D. (25 January 2006). "Privacy for People Who Don't Show Their Navels". The New York Times. Retrieved 13 May 2011. 
  7. ^ The Tor Project. "Tor: anonymity online". https://www.torproject.org/. Retrieved 9 January 2011.
  8. ^ a b c Dingledine, Roger; Mathewson, Nick; Syverson, Paul (13 August 2004). "Tor: The Second-Generation Onion Router". Proc. 13th USENIX Security Symposium. San Diego, California. http://www.usenix.org/events/sec04/te ch/dingledine.html. Retrieved 17 November 2008.
  9. ^ "Tor FAQ: Why is it called Tor?". The Tor Project. https://www.torproject.org/docs/faq#W hyCalledTor. Retrieved 1 July 2011.
  10. ^ a b "Tor: Sponsors". The Tor Project. https://www.torproject.org/about/spon sors.html.en. Retrieved 11 December 2010.
  11. ^ "Make a Donation". The Tor Project. https://www.torproject.org/donate/don ate. Retrieved 31 May 2011.
  12. ^ Privacy software, criminal use – Page 2 – Boston.com. Articles.boston.com (8 March 2012). Retrieved 20 April 2012.
  13. ^ http://online.wsj.com/article/SB10001 424127887324677204578185382377144280. html?mod=googlenews_wsj
  14. ^ https://www.torproject.org/donate/don ate.html.en
  15. ^ "2010 Free Software Awards announced". http://www.fsf.org/news/2010-free-sof tware-awards-announced. Retrieved 23 March 2011.
  16. ^ "The FP Top 100 Global Thinkers". Foreign Policy. 26 November 2012. Archived from the original on 28 November 2012. http://www.foreignpolicy.com/articles /2012/11/26/the_fp_100_global_thinker s?page=0,48. Retrieved 28 November 2012.
  17. ^ "Tor: Bridges". The Tor Project. https://www.torproject.org/docs/bridg es. Retrieved 9 January 2011.
  18. ^ a b "TheOnionRouter/TorFAQ". The Tor Project. https://trac.torproject.org/projects/ tor/wiki/TheOnionRouter/TorFAQ#Whydow eneedPolipoorPrivoxywithTorWhichisbet ter. Retrieved 28 December 2010.
  19. ^ a b "Ubuntuusers.de – Tor einrichten und verwenden.". http://wiki.ubuntuusers.de/Tor/Instal lation. Retrieved 28 December 2010.
  20. ^ a b "Tor Changelog". https://www.torproject.org/svn/trunk/ ChangeLog. Retrieved 11 September 2007.
  21. ^ "TheOnionRouter/TorifyHOWTO – Noreply Wiki". https://wiki.torproject.org/noreply/T heOnionRouter/TorifyHOWTO. Retrieved 19 April 2007.
  22. ^ "RFC 1928 – SOCKS Proxy Protocol, Version 5". http://www.rfc.net/rfc1928.html. Retrieved 4 August 2008.
  23. ^ http://slifty.com/2012/08/a-tor-of-th e-dark-web/#buckwalter
  24. ^ a b "Configuring Hidden Services for Tor". The Tor Project. https://www.torproject.org/docs/tor-h idden-service. Retrieved 9 January 2011.
  25. ^ Øverlier, Lasse; Paul Syverson (21 June 2006). "Locating Hidden Servers" (PDF). Proceedings of the 2006 IEEE Symposium on Security and Privacy. IEEE Symposium on Security and Privacy. Oakland, CA: IEEE CS Press. pp. 1. doi:10.1109/SP.2006.24. ISBN 0-7695-2574-1. http://www.onion-router.net/Publicati ons/locating-hidden-servers.pdf. Retrieved 8 June 2008.
  26. ^ The Tor Project, Inc.. "Tor: Hidden Service Protocol, Hidden services". Torproject.org. https://www.torproject.org/docs/hidde n-services.html. Retrieved 9 January 2011.
  27. ^ "One cell is enough to break Tor's anonymity". Tor website. 18 February 2009. https://blog.torproject.org/blog/one- cell-enough. Retrieved 9 January 2011.
  28. ^ "TheOnionRouter/TorFAQ". https://wiki.torproject.org/noreply/T heOnionRouter/TorFAQ?action=recall&am p;rev=554#EntryGuards. Retrieved 18 September 2007. "Tor (like all current practical low-latency anonymity designs) fails when the attacker can see both ends of the communications channel"
  29. ^ a b "Low-Cost Traffic Analysis of Tor" (PDF). 19 January 2006. http://www.cl.cam.ac.uk/users/sjm217/ papers/oakland05torta.pdf. Retrieved 21 May 2007.
  30. ^ a b c d Le Blond, Stevens; Manils, Pere; Chaabane, Abdelberi; Ali Kaafar, Mohamed; Castelluccia, Claude; Legout, Arnaud; Dabbous, Walid; Inria (March 2011). "One Bad Apple Spoils the Bunch: Exploiting P2P Applications to Trace and Profile Tor Users" (PDF). National Institute for Research in Computer Science and Control. https://www.usenix.org/events/leet11/ tech/full_papers/LeBlond.pdf. Retrieved 13 April 2011.
  31. ^ McCoy, Damon; Bauer, Kevin; Grunwald, Dirk; Kohno, Tadayoshi; Sicker, Douglas (2008). "Shining Light in Dark Places: Understanding the Tor Network" (PDF). Proceedings of the 8th International Symposium on Privacy Enhancing Technologies (Berlin: Springer-Verlag). pp. 63–76. doi:10.1007/978-3-540-70630-4_5. ISBN 978-3-540-70629-8. 
  32. ^ Zetter, Kim (10 September 2007). "Rogue Nodes Turn Tor Anonymizer Into Eavesdropper's Paradise". Wired. Retrieved 16 September 2007. 
  33. ^ "Tor hack proposed to catch criminals". http://www.securityfocus.com/news/114 47. Retrieved 1 February 2008.
  34. ^ Herrmann, Dominik; Wendolsky, Rolf; Federrath, Hannes (13 November 2009). "Website Fingerprinting: Attacking Popular Privacy Enhancing Technologies with the Multinomial Naïve-Bayes Classifier". Proceedings of the 2009 ACM Cloud Computing Security Workshop (CCSW). New York: Association for Computing Machinery (ACM). http://epub.uni-regensburg.de/11919/1 /authorsversion-ccsw09.pdf. Retrieved 2 September 2010.
  35. ^ Pere Manils, Abdelberi Chaabane, Stevens Le Blond, Mohamed Ali Kaafar, Claude Castelluccia, Arnaud Legout, Walid Dabbous (April 2010). Compromising Tor Anonymity Exploiting P2P Information Leakage. 
  36. ^ "Tor anonymizing network Compromised by French researchers". The Hacker News. Thehackernews.com. 24 October 2011. http://thehackernews.com/2011/10/tor- anonymizing-network-compromised-by.ht ml. Retrieved 10 December 2011.
  37. ^ "Announcment on 01net.com". http://pro.01net.com/editorial/544024 /des-chercheurs-francais-cassent-le-r eseau-danonymisation-tor/. Retrieved 17 October 2011.
  38. ^ Rumors of Tor's compromise are greatly exaggerated | The Tor Blog. Blog.torproject.org. Retrieved 20 April 2012.
  39. ^ Soghoian, Chris (16 September 2007). "Tor anonymity server admin arrested". CNET News. Retrieved 17 January 2011. 
  40. ^ http://www.economist.com/node/2156375 2?fb_action_ids=10152174673925385& ;fb_action_types=og.likes&fb_ref= scn%2Ffb_ec%2Fmonetarists_anonymous&a mp;fb_source=aggregation&fb_aggre gation_id=246965925417366
  41. ^ Cochrane, Nate (2 February 2011). "Egyptians turn to Tor to organise dissent online". Scmagazine.com.au. http://www.scmagazine.com.au/News/246 707,egyptians-turn-to-tor-to-organise -dissent-online.aspx. Retrieved 10 December 2011.
  42. ^ Cleaning up Tor on broadband.com
  43. ^ Jones, Robert (2005). Internet forensics. O'Reilly. pp. P133. ISBN 0-596-10006-X. 
  44. ^ 'Dark Net' Kiddie Porn Website Stymies FBI Investigation. Gawker.com (11 June 2012). Retrieved 6 August 2012.
  45. ^ The Underground Website Where You Can Buy Any Drug Imaginable. Gawker.com (1 June 2011). Retrieved 20 April 2012.
  46. ^ Goodin, Dan. (16 April 2012) Feds shutter online narcotics store that used TOR to hide its tracks. Arstechnica.com. Retrieved 20 April 2012.
  47. ^ How online black markets work – CSO Online – Security and Risk. CSO Online (30 April 2012). Retrieved 6 August 2012.
  48. ^ How online black markets work – CSO Online – Security and Risk. CSO Online (30 April 2012). Retrieved 6 August 2012.
  49. ^ Hunting for child porn, FBI stymied by Tor undernet. Muckrock (8 June 2012). Retrieved 6 August 2012.
  50. ^ Luckey, Robin. "Tor". Ohloh. http://www.ohloh.net/p/tor/analyses/l atest. Retrieved 16 April 2010.
  51. ^ "Tor". Vuze. http://wiki.vuze.com/w/Tor. Retrieved 3 March 2010.
  52. ^ Simonite, Tom (22 December 2010). "Home Internet with Anonymity Built In". Technology Review. Retrieved 14 May 2011. 
  53. ^ "Torouter Project". https://trac.torproject.org/projects/ tor/wiki/TheOnionRouter/Torouter. Retrieved 10 May 2011.
  54. ^ "About". The Guardian Project. https://guardianproject.info/. Retrieved 10 May 2011.
  55. ^ "Gibberbot: Secure Instant Messaging". The Guardian Project. https://guardianproject.info/apps/gib ber/. Retrieved 10 May 2011.
  56. ^ "Orbot: Mobile Anonymity + Circumvention". The Guardian Project. https://guardianproject.info/apps/orb ot/. Retrieved 10 May 2011.
  57. ^ "Orweb: Privacy Browser". The Guardian Project. https://guardianproject.info/apps/orw eb/. Retrieved 10 May 2011.
  58. ^ "ProxyMob: Firefox Mobile Add-on". The Guardian Project. https://guardianproject.info/apps/pro xymob-firefox-add-on/. Retrieved 10 May 2011.
  59. ^ "Obscura: Secure Smart Camera". The Guardian Project. https://guardianproject.info/apps/sec urecam/. Retrieved 10 May 2011.

References

Further reading

External links

(Sebelumnya) TopXNotesTORCS (Berikutnya)