TeamBerserk

Anonymous [#opNewBlood - #Setup] Connecting To ClearNet IRC

Apr 27th, 2013
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 5.27 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 ] -> [ Network Security ] -> [ IRC Connections and IRC Security ]
  32.  
  33. ============================================
  34. + Building a Strong Foundation of Security +
  35. ============================================
  36.  
  37. ** This is the eigth video tutorial of a series I am making for the New-Blood **
  38.  
  39. - How to Connect to ClearNet IRC Properly -
  40.  
  41. First off, Connect to your VPN Service Provider and verify that you have a new IP Address and that your DNS information-
  42. isn't leaking by checking yourself here: http://www.dnsleaktest.com/
  43. ---------------------------------------------------------------------------------------
  44.  
  45. Setup IRC Client
  46. (01): - Download IRSSI From:
  47.      ( http://www.irssi.org/files/irssi-win32-0.8.12.exe )
  48.      Install IRSSI
  49.      - Download OTR ( Off-The-Record ) Plugin ( If you don't already have it ) From:
  50.       ( http://www.cypherpunks.ca/otr/index.php#downloads )
  51.       Load the OTR Plugin into the IRSSI directory.
  52.       - Download Console2 From:
  53.       ( http://sourceforge.net/projects/console/files/latest/download )
  54.       Install Console2
  55.       - Execute Console2
  56.       - CD ( Change Directory ) To: Drive:/path/to/IRSSI/
  57.       - Type: irssi-cmd.bat -- to fire IRSSI
  58. ---------------------------------------------------------------------------------------
  59.  
  60. Connecting to IRC and Some Basic IRC Commands
  61. (02): - Connect to an IRC Server -- I will be using the AnonOps Anonymous IRC Network as a demonstration
  62.     Connect to an IRC Network by typing: /server -ssl irc.network.domain
  63.     Remember that Port: 6667 is the Unencrypted Port and Port: 6697 is the Encrypted Port using Secure Socket Layer-
  64.     IRSSI by default comes packed with the SSL Plugin -- SSL prevents MITM ( Man-In-The-Middle ) Attacks and adds-
  65.     an additional layer of security; additionally the OTR Plugin adds even more security by Encrypting your Messages-
  66.     from P2P across an IRC Network.
  67.     Upon connecting to the IRC Server you will need to choose a nickname, for this type /nick <nickname>.
  68.     After you have chosen a nickname you should check your information by typing /whois <mynickname>
  69.     You will want to register your nickname so that no one can impersonate you, to do this type /msg NickServ REGISTER <fakeemail> <password>
  70.     Be sure to generate a random password of great length to prevent any hash cracking of your nick's hashed password -- save this username/password-
  71.     to your AES256 Bit Encrypted KeePass Database and Copy the Password upon Connecting to the IRC Network then Paste the Password into the Identification Process.
  72.     After Sucessfully Connecting to the IRC Network, Registering your Nick/Password and Saving the Login Credentials you should then disconnect by typing /disconnect
  73.     Re-connect to the IRC Network and type /nick <yournick> then the NickServer will require that you Identify yourself, to do this type: /msg NickServ IDENTIFY <password>
  74.     If everything was done correctly you will now have a registered Nick on the IRC Network.
  75.     More IRC Commands can be Memorized by reading the articles here: http://www.ircbeginner.com/ircinfo/ircc-commands.html
  76. ---------------------------------------------------------------------------------------
  77.  
  78. This Tutorial ( AnonPST: https://pastebin.com/raw.php?i=ftVNtckG )
  79. This Tutorial ( YouTube: https://www.youtube.com/watch?v=2yaufN4ClVg )
Add Comment
Please, Sign In to add comment