Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install i2p on GNU/Linux

Leer en espanol
Install i2p on GNU/Linux

Table of contents

Now let's talk about other anonymity networks like i2p which provide anonymity. What is ===

Loo

Well, previously I already posted an article published in blackploit about the dark side of the Internet...

Now let's talk about other anonymity networks like i2p which provide anonymity.

What is i2p? (Wikipedia)

I2P (acronym of Invisible Internet Project, what does it meaninvisible internet project) it's a software free and free that offers an anonymous network for communications between computers using internet. I2P makes a protocol that allows anonymous communication between various tools and applications such as anonymous email or an anonymous IRC chat among others.

Operation.

The I2P network is based on the concept of incoming and outgoing tunnels, which offers great ease for adapting pre-existing programs to the I2P network.

Each tunnel is made up of a sequence of peer nodes, which transport information in a unidirectional direction. These tunnels only exist for ten minutes each, then the tunnel, that is, the route that the data takes, changes. Thus, it is not known where/who the information comes from or where it goes or who it is for.

Obviously, all information is encrypted so no one can know what information is being transmitted.

More information:

Wikipedia

Install i2p on GNU/Linux

We download from its official website:

http://www.i2p2.de/download

Bash
rokitoh@red-orbita:~$ java -jar i2pinstall_0.8.7.exe

It shows you a small screen to choose the language.

Pantallazo4

The installation wizard opens.

Pantallazo 117

It shows us information about the license…

Pantallazo 214

Route where it will be installed.

Pantallazo 38

It informs us that the directory has been created.

Pantallazo 44

It tells you how to start it...

Pantallazo 54

Carry out the installation process…

Pantallazo 64

READY, installation completed!

Pantallazo 75

We start i2p

Bash
rokitoh@red-orbita:~$ /home/rokitoh/i2p/i2prouter start
Starting I2P Service…done.

We configure the browser to connect through port 4444, for this I am going to use Proxy Switchy!.

Pantallazo 94

And we connect.

Pantallazo 104

Well, that's it, if you're interested, I'll post more information related to this topic...

Greetings, rokitoh! ;)



Comments