Main > Free Download Search >

Free tor software for linux

tor

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 47
TorK LiveCD

TorK LiveCD


TorK project offers a CD that allows you to use TorK on any computer. more>>
TorK project offers a CD that allows you to use TorK on any computer.

This is a so-called LiveCD. You put it in the CD-Rom drive, turn on your computer and within a few minutes you will be using a Linux system with TorK and Tor running on it. The CD works without installing anything on the computer you use it on.

The CD is still experimental and not feature complete. It may not even be fully secure yet.
<<less
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
901 downloads
FoxTor 0.7.3

FoxTor 0.7.3


FoxTor is a Firefox extension for anonymous Web browsing using the encrypted TOR network. more>>
FoxTor is a Firefox extension for anonymous Web browsing using the encrypted TOR network.

When you use the Internet, you leave a trail of information that can be used to track your online activities. FoxTor is a tool that helps prevent this. It provides an easy and convenient way to browse the web using the anonymous and encrypted TOR network.

This offers greater privacy compared to regular proxy services or extensions.

We use the "Masked" and "Unmasked" metaphor to help you control when websites can and cannot track you. Once installed, you Mask and Unmask yourself by clicking the icon in the bottom left corner of your web browser.

NOTE: Tor and Privoxy are required. Grab the latest "Tor & Privoxy & Vidalia" bundle from http://tor.eff.org/download.html.en

<<less
Download (0.068MB)
Added: 2007-07-31 License: MPL (Mozilla Public License) Price:
1177 downloads
TorK 0.18 Beta

TorK 0.18 Beta


TorK project is a Tor Controller for KDE. more>>
TorK project is a Tor Controller for KDE.

TorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.

TorK is very much in an alpha state.

<<less
Download (0.75MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
TorChat 0.9.9.277

TorChat 0.9.9.277


TorChat is a peer to peer instant messenger. more>> TorChat is a peer to peer instant messenger with a completely decentralized design, built on top of Tors location hidden services, giving you extremely strong anonymity while being very easy to use without the need to install or configure anything.
TorChat just runs from an USB drive on any Windows PC. (It can run on Linux and Mac too, in fact it was developed on Linux with cross platform usability in mind from the very first moment on, but the installation on other platforms than Windows is a bit more complicated at the moment)
Tor location hidden services basically means:
Nobody will be able to find out where you are.
If they are already observing you and sniff your internet connection they will not be able to find out
what you send or receice
to whom you are sending or receiving from
where your contacts are located
<<less
Download (7.63MB)
Added: 2009-04-10 License: Freeware Price: Free
243 downloads
TorApplet 0.0.6 Alpha

TorApplet 0.0.6 Alpha


TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon. more>>
TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon.

<<less
Download (0.17MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
Tor 0.1.2.16 / 0.2.0.2 Alpha

Tor 0.1.2.16 / 0.2.0.2 Alpha


Tor is a network of virtual tunnels. more>>
Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet.
Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications that use the TCP protocol. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features.
Your traffic is safer when you use Tor, because communications are bounced around a distributed network of servers, called onion routers. Instead of taking a direct route from source to destination, data packets on the Tor network take a random pathway through several servers that cover your tracks so no observer at any single point can tell where the data came from or where its going.
This makes it hard for recipients, observers, and even the onion routers themselves to figure out who and where you are. Tors technology aims to provide Internet users with protection against "traffic analysis," a form of network surveillance that threatens personal anonymity and privacy, confidential business activities and relationships, and state security.
Traffic analysis is used every day by companies, governments, and individuals that want to keep track of where people and organizations go and what they do on the Internet. Instead of looking at the content of your communications, traffic analysis tracks where your data goes and when, as well as how much is sent.
For example, online advertising companies like Fastclick and Doubleclick uses traffic analysis to record what web pages youve visited, and can build a profile of your interests from that. A pharmaceutical company could use traffic analysis to monitor when the research wing of a competitor visits its website, and track what pages or products that interest the competitor.
IBM hosts a searchable patent index, and it could keep a list of every query your company makes. A stalker could use traffic analysis to learn whether youre in a certain Internet cafe.
Tor aims to make traffic analysis more difficult by preventing eavesdroppers from finding out where your communications are going online, and by letting you decide whether to identify yourself when you communicate.
Tors security is improved as its user base grows and as more people volunteer to run servers. Please consider installing it and then helping out. You can also learn more about Tor here.
Part of the goal of the Tor project is to deploy a public testbed for experimenting with design trade-offs, to teach us how best to provide privacy online. We welcome research into the security of Tor and related anonymity systems, and want to hear about any vulnerabilities you find.
Tor is an important piece of building more safety, privacy, and anonymity online, but it is not a complete solution. And remember that this is development code?its not a good idea to rely on the current Tor network if you really need strong anonymity.
Whats New in 0.1.2.16 Stable Release:
- This release fixes a critical security vulnerability that allowed a remote attacker in certain situations to rewrite the users torrc configuration file. This could completely compromise anonymity of users in most configurations, including those running the Vidalia bundles, TorK, etc.
Whats New in 0.2.0.2 Alpha Development Release:
- This release provide new features for people running Tor as both a client and a server.
- Tor may now be run as a DNS proxy.
<<less
Download (1.1MB)
Added: 2007-08-05 License: BSD License Price:
921 downloads
Tk::Mirror 0.02

Tk::Mirror 0.02


Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. more>>
Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions.

SYNOPSIS

# in the simplest kind and manner
use Tk::Mirror;
use Tk;
my $mw->MainWindow->new();
$mw->Mirror()->grid();
MainLoop();
# in a detailed kind
use Tk;
use Tk::Mirror;
my $mw = MainWindow->new();
my $mirror = $mw->Mirror(
-localdir => "TestA",
-remotedir => "TestD",
-usr => my_ftp@username.de
-ftpserver => "ftp.server.de",
-pass => "my_password",
-debug => 1,
-delete => "enable",
-exclusions => ["private.txt", "secret.txt"],
-timeout => 60,
-connection => undef, # or a connection to a ftp-server
)->grid();
for(keys(%{$mirror->GetChilds()}))
{
$mirror->Subwidget($_)->configure(
-font => "{Times New Roman} 14 {bold}",
);
}
for(qw/
TreeLocalDir
TreeRemoteDir
/)
{
$mirror->Subwidget($_)->configure(
-background => "#FFFFFF",
-width => 40,
-height => 20,
);
}
for(qw/
bEntryUsr
EntryPass
bEntryFtpServer
bEntryLocalDir
bEntryRemoteDir
/)
{
$mirror->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
MainLoop();

This is a graphic user interface to compare and update local with remote directories in both directions.

<<less
Download (0.007MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1183 downloads
Net::MirrorDir 0.05

Net::MirrorDir 0.05


Net::MirrorDir is a Perl extension for compare local-directories and remote-directories with each other. more>>
Net::MirrorDir is a Perl extension for compare local-directories and remote-directories with each other.

SYNOPSIS

use Net::MirrorDir;
my $md = Net::MirrorDir->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
);

or more detailed
my $md = Net::MirrorDir->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
localdir => "home/nameA/homepageA",
remotedir => "public",
debug => 1 # 1 for yes, 0 for no
timeout => 60 # default 30
delete => "enable" # default "disabled"
connection => $ftp_object, # default undef
exclusions => ["private.txt", "Thumbs.db", ".sys", ".log"],
);
$md->SetLocalDir("home/name/homepage");
print("hostname : ", $md->get_ftpserver(), "n");
$md->Connect();
my ($ref_h_local_files, $ref_h_local_dirs) = $md->ReadLocalDir();
if($md->{_debug})
{
print("local files : $_n") for(sort keys %{$ref_h_local_files});
print("local dirs : $_n") for(sort keys %{$ref_h_local_dirs});
}
my ($ref_h_remote_files, $ref_h_remote_dirs) = $md->ReadRemoteDir();
if($md->{_debug})
{
print("remote files : $_n") for(sort keys %{$ref_h_remote_files});
print("remote dirs : $_n") for(sort keys %{$ref_h_remote_dirs});
}
my $ref_a_new_local_files = $md->LocalNotInRemote($ref_h_local_files, $ref_h_remote_files);
if($md->{_debug})
{
print("new local files : $_n") for(@{$ref_a_new_local_files});
}
my $ref_a_new_local_dirs = $md->LocalNotInRemote($ref_h_local_dirs, $ref_h_remote_dirs);
if($md->{_debug})
{
print("new local dirs : $_n") for(@{$ref_a_new_local_dirs});
}
my $ref_a_new_remote_files = $md->RemoteNotInLocal($ref_h_local_files, $ref_h_remote_files);
if($md->{_debug})
{
print("new remote files : $_n") for(@{$ref_a_new_remote_files});
}
my $ref_a_new_remote_dirs = $md->RemoteNotInLocal($ref_h_local_dirs, $ref_h_remote_dirs);
if($md->{_debug})
{
print("new remote dirs : $_n") for(@{$ref_a_new_remote_dirs});
}
$md->Quit();

This module is written as base class for Net::UploadMirror and Net::DownloadMirror. Howevr, it can be used, also for something other. It can compare local-directories and remote-directories with each other. In order to find which files where in which directory available.

<<less
Download (0.006MB)
Added: 2007-04-05 License: Perl Artistic License Price:
933 downloads
Net::UploadMirror 0.06

Net::UploadMirror 0.06


Net::UploadMirror is a Perl extension for mirroring a local directory via FTP to the remote location. more>>
Net::UploadMirror is a Perl extension for mirroring a local directory via FTP to the remote location.

SYNOPSIS

use Net::UploadMirror;
my $um = Net::UploadMirror->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
);
$um->Update();

or more detailed
my $um = Net::UploadMirror->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
localdir => "home/nameA/homepageA",
remotedir => "public",
debug => 1 # 1 for yes, 0 for no
timeout => 60 # default 30
delete => "enable" # default "disabled"
connection => $ftp_object, # default undef
exclusions => ["private.txt", "Thumbs.db", ".sys", ".log"],
);
$um->SetLocalDir("home/nameB/homepageB");
print("hostname : ", $um->get_ftpserver(), "n");
$um->Update();

This module is for mirroring a local directory to a remote location via FTP. For example websites, documentations or developmentstuff which ones were worked on locally. It is not developt for mirroring large archivs. But there are not in principle any limits.

<<less
Download (0.006MB)
Added: 2007-04-10 License: Perl Artistic License Price:
932 downloads
GStreamer 0.09

GStreamer 0.09


GStreamer is a Perl interface to the GStreamer library. more>>
GStreamer is a Perl interface to the GStreamer library.

SYNOPSIS

use GStreamer -init;

my $loop = Glib::MainLoop -> new();

# set up
my $play = GStreamer::ElementFactory -> make("playbin", "play");
$play -> set(uri => Glib::filename_to_uri $file, "localhost");
$play -> get_bus() -> add_watch(&my_bus_callback, $loop);
$play -> set_state("playing");

# run
$loop -> run();

# clean up
$play -> set_state("null");

sub my_bus_callback {
my ($bus, $message, $loop) = @_;

if ($message -> type & "error") {
warn $message -> error;
$loop -> quit();
}

elsif ($message -> type & "eos") {
$loop -> quit();
}

# remove message from the queue
return TRUE;
}

<<less
Download (0.063MB)
Added: 2007-05-11 License: Perl Artistic License Price:
906 downloads
FoxyProxy 2.5.3

FoxyProxy 2.5.3


FoxyProxy is an advanced proxy management tool that completely replaces Firefoxs proxy configuration. more>>
FoxyProxy is an advanced proxy management tool that completely replaces Firefoxs proxy configuration. The extension offers more features than SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc:
- Animated statusbar/toolbar icons show you when a proxy is in use
- Define which proxy to use (or none!) for arbitrary URLs using wildcards, regular expression, whitelists, and blacklists
- Define multiple proxies and order their use with priorities
- No more wondering whether a URL loaded through a proxy or not: FoxyProxy includes an optional log of all URLs loaded, including which proxy was used (if any), which pattern was matched, timestamps, etc.
- Temporarily or permanently disable a proxy with the click of a button
- Out-of-the-box support for Tor - zero configuration
- Optional status bar information about which proxy is currently in use
- Full Proxy Auto-Config (PAC) support, with PAC features not available within Firefox itself
- Unobtrusive presence, stable execution, premier support
<<less
Download (0.38MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
862 downloads
Gtk2::Ex::PodViewer 0.16

Gtk2::Ex::PodViewer 0.16


Gtk2::Ex::PodViewer is a Gtk2 widget for displaying Plain old Documentation (POD). more>>
Gtk2::Ex::PodViewer is a Gtk2 widget for displaying Plain old Documentation (POD). NB: This module used to be called Gtk2::PodViewer. That module is now a stub that points to this module.

SYNOPSIS

use Gtk2 -init;
use Gtk2::Ex::PodViewer;

my $viewer = Gtk2::Ex::PodViewer->new;

$viewer->load(/path/to/file.pod); # load a file
$viewer->load(IO::Scalar); # load a module
$viewer->load(perlvar); # load a perldoc
$viewer->load(bless); # load a function

$viewer->show; # see, its a widget!

my $window = Gtk2::Window->new;
$window->add($viewer);

$window->show;

Gtk2->main;

Gtk2::Ex::PodViewer is a widget for rendering Perl POD documents. It is based on the Gtk2::TextView widget and uses Pod::Parser for manipulating POD data.

<<less
Download (0.015MB)
Added: 2006-07-13 License: Perl Artistic License Price:
1198 downloads
Net::DownloadMirror 0.04

Net::DownloadMirror 0.04


Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory. more>>
Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory.

SYNOPSIS

use Net::DownloadMirror;
my $um = Net::DownloadMirror->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
);
$um->Update();

or more detailed
my $um = Net::DownloadMirror->new(
ftpserver => "my_ftp.hostname.com",
usr => "my_ftp_usr_name",
pass => "my_ftp_password",
localdir => "home/nameA/homepageA",
remotedir => "public",
debug => 1 # 1 for yes, 0 for no
timeout => 60 # default 30
delete => "enable" # default "disabled"
connection => $ftp_object, # default undef
exclusions => ["private.txt", "Thumbs.db", ".sys", ".log"],
);
$um->SetLocalDir("home/nameB/homepageB");
print("hostname : ", $um->get_ftpserver(), "n");
$um->Update();

This module is for mirroring a remote location to a local directory via FTP. For example websites, documentations or developmentstuff which ones were uploaded or changed in the net. It is not developt for mirroring large archivs. But there are not in principle any limits.

<<less
Download (0.006MB)
Added: 2007-04-04 License: Perl Artistic License Price:
935 downloads
Strasheela 0.8.3

Strasheela 0.8.3


Strasheela is a highly expressive constraint-based music composition system. more>>
Strasheela is a highly expressive constraint-based music composition system. The Strasheela user declaratively states a music theory and the computer generates music which complies with this theory.
A theory is formulated as a constraint satisfaction problem (CSP) by a set of rules (constraints) applied to a music representation in which some aspects are expressed by variables (unknowns).
Music constraint programming is style-independent and is well-suited for highly complex theories (e.g. a fully-fledged theory of harmony). The results can be output into various formats including MIDI, Lilypond, and Csound.
Enhancements:
- This release greatly extends the available documentation.
- It now comes with a tutorial (draft) and includes several examples with musical output, an explanation of their underlying music theory, remarks on their implementation, and the full source code.
- Substantial background information on Strasheela is given by a monograph.
- Also, many additions and bugfixes have been made to the system.
<<less
Download (0.75MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
809 downloads
ScatterChat 1.0.1

ScatterChat 1.0.1


ScatterChat is a HACKTIVIST WEAPON designed to allow non-technical human rights activists and political dissidents. more>>
ScatterChat is a HACKTIVIST WEAPON designed to allow non-technical human rights activists and political dissidents to communicate securely and anonymously while operating in hostile territory. ScatterChat is also useful in corporate settings, or in other situations where privacy is desired.

It is a secure instant messaging client (based upon the Gaim software) that provides end-to-end encryption, integrated onion-routing with Tor, secure file transfers, and easy-to-read documentation.

Its security features include resiliency against partial compromise through perfect forward secrecy, immunity from replay attacks, and limited resistance to traffic analysis... all reinforced through a pro-actively secure design.
<<less
Download (5.8MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1195 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4