- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 135字
- 2021-06-24 15:59:16
How to do it...
- To install I2P, we need to first check whether apt-transport-https and curl are installed:
sudo apt-get install apt-transport-https curl
- Now we can install the tool using the following command:
apt install i2p
The following screenshot shows the output of the preceding command:

- When the installation is complete, we can run the service by using the following command:
i2prouter start
- We should not run it as root so we log in as another account and run the command as shown in the following screenshot:

- We will see that I2P service is up and running; now we add a proxy to our Firefox on port 4444:

- We can also access the I2P console at localhost 7657:

And now a whole new world of I2P is open for us to explore.
推薦閱讀
- Kubernetes修煉手冊
- Learning Android Intents
- Kali Linux滲透測試全流程詳解
- Arch Linux Environment Setup How-to
- Windows Vista融會貫通
- Windows 7案例教程
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 計算機系統:基于x86+Linux平臺
- Windows Vista終極技巧金典
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- 統信UOS應用開發進階教程
- Web Penetration Testing with Kali Linux(Third Edition)
- Linux從入門到精通(視頻教學版)
- OpenStack Essentials(Second Edition)
- Linux內核修煉之道