Advertisement
TeamBerserk

Anonymous [#opNewBlood - #Setup] Connecting To I2P

Aug 20th, 2013
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.97 KB | None | 0 0
  1. /====================================================================================\
  2. |      _____   ___     _     __  __   ___   ___   ___   ___   ___   ___   _  __      |
  3. |     |_   _| | __|   /_\   |  \/  | | _ ) | __| | _ \ / __| | __| | _ \ | |/ /      |
  4. |       | |   | _|   / _ \  | |\/| | | _ \ | _|  |   / \__ \ | _|  |   / | ' <       |
  5. |       |_|   |___| /_/ \_\ |_|  |_| |___/ |___| |_|_\ |___/ |___| |_|_\ |_|\_\     |
  6. \====================================================================================/
  7.     | - T E A M B E R S E R K -
  8.     | Corporations, Governments and PsyOps Regarded as Apostles.
  9.     | Even if we painstakingly piece together something lost,
  10.     | - it doesn't mean things will ever go back to how they were.
  11.     | IRC >> IIP->127.0.0.1 6668 << Channel: #TeamBerserk
  12.     | https://www.Twitter.com/TeamBerserk
  13. --------------------------------------------------------------------------------------
  14.  
  15. /=====================================================================================\
  16. |             __ __              _   __             ____  __                __        |
  17. |          __/ // /_____  ____  / | / /__ _      __/ __ )/ /___  ____  ____/ /        |
  18. |         /_  _  __/ __ \/ __ \/  |/ / _ \ | /| / / __  / / __ \/ __ \/ __  /         |
  19. |        /_  _  __/ /_/ / /_/ / /|  /  __/ |/ |/ / /_/ / / /_/ / /_/ / /_/ /          |
  20. |         /_//_/  \____/ .___/_/ |_/\___/|__/|__/_____/_/\____/\____/\__,_/           |
  21. |                     /_/                                                             |
  22. \=====================================================================================/
  23.     | Anonymous Operation: New Blood
  24.     | Articles and Guides written by Gutts of TeamBerserk
  25.     | IRC.AnonNet.ORG - IRC.AnonOps.COM - IRC.AnonPlus.COM - IRC.AnonPlusRadio.COM
  26.     | IRC.AnonSet.COM - IRC.Cryto.NET - IRC.CyberGuerrilla.ORG - IRC.VoxAnon.SE
  27. ---------------------------------------------------------------------------------------
  28.  
  29. HashTags: #Anonymous, #opNewBlood, #Setup, #Security
  30.  
  31. [ Computer Security ] -> [ Operating System Setup & Security ] -> [ Anonymous I2P Network ]
  32.  
  33. ============================================
  34. + Building a Strong Foundation of Security +
  35. ============================================
  36.  
  37. ** This is the fifth video tutorial of a series I am making for the New-Blood **
  38.  
  39. - Installation and Configuration of the Anonymous I2P Network -
  40.  
  41. What is I2P ? I2P is a computer network layer that allows applications to send messages to each other pseudonymously and securely.
  42. Uses include anonymous web surfing, chatting, blogging and file transfers.
  43.  
  44. Simply stated since I2P is an anonymous network layer, it is designed so other software can use it for anonymous communication.
  45. As such there are a variety of tools currently available for I2P or in development.
  46. ---------------------------------------------------------------------------------------
  47.  
  48. (01): - Download I2P From:
  49.      ( https://www.i2p2.de/ )
  50. ---------------------------------------------------------------------------------------
  51.  
  52. (02): - Install The I2P Package:
  53.     Install the I2P Package to your hard disk.
  54. ---------------------------------------------------------------------------------------
  55.  
  56. (03): - Configure Your Firewall For I2P:
  57.     Make sure you allow the JavaSEBinary executable inbound and outbound in your-
  58.     firewall table rules. The reason for this is that I2P uses Java and needs to
  59.     connect to peers for it to work properly. The JavaSEBinary file can be located
  60.     in Windows->System32->Java.exe - it is unfortunate that the writers of this
  61.     great project didn't do a C++ implementation, however securing your firewall
  62.     further by instead only allowing the I2P ports inbound/outbound and not the
  63.     JavaSEBinary executable inbound/outbound would greatly increase your security
  64.     while connecting to this network layer.
  65. ---------------------------------------------------------------------------------------
  66.  
  67. (04): - Start I2P:
  68.     Just run the I2P ( Restartable ) executable and if everything was done correctly
  69.     I2P will connect to peers and open a javascript interface web page locally for
  70.     further configuration of your I2P Client. Keep in mind it takes about 2 to 4
  71.     minutes for it to gather enough peers to establish a connection.
  72. ---------------------------------------------------------------------------------------
  73.  
  74. (05): - Configuring Software To Use I2P:
  75.     I will only go into configuring your web browser to use I2P.
  76.     Whatever web browser you are using whether it be FireFox, Chrome, Opera, etc..
  77.     Find the network configuration settings interface via the options tab-
  78.     set the HTTP Proxy to 127.0.0.1 and port 4444 for standard unencrypted connections and port 4445 for encrypted connections.
  79.     Read a more detailed guide here ( https://www.i2p2.de/htproxyports.html )
  80. ---------------------------------------------------------------------------------------
  81.  
  82. This Tutorial ( AnonPST: https://pastebin.com/raw.php?i=2dwNSfmr )
  83. This Tutorial ( YouTube: https://youtu.be/LnwPprr5umQ )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement