Multicast Test Tool

The below Multicast Test tool is a command-line utility written in .NET C#, designed for basic multicast send/receive testing, in both Windows and Linux. Whether you’re dealing with IGMP joins, PIM routing, or simply validating multicast reachability between hosts, this tool provides a clean, no-nonsense way to do it. Please check the GitHub below: https://github.com/ICTFella/multicast-test […]

Multicast Test Tool Read More »

How to Decrypt Cisco Type 7 Passwords

Just a big thanks to Richard Strnad’s Python script to decrypt the Cisco Type 7 Password Richard’s original link: https://www.richardstrnad.ch/2016/10/12/python-building-a-cisco-type-7-decrypt-tool Richard’s Github page: https://github.com/richardstrnad/cisco7decrypt Richard’s actual Python Script: How to Use in Ubuntu 22.04 LTS Copy the above and save it to a file “cisco_type7.py”, then run it with the encrypted password. In my example

How to Decrypt Cisco Type 7 Passwords Read More »

How to Configure Cisco NCS 500 Series Router – Basic Template

In this guide, we’ll walk through some essential configuration steps with practical examples of Cisco NCS 500 router configuration. Related Post Configuration Template Useful Links https://www.cisco.com/c/en/us/products/routers/network-convergence-system-500-series-routers/index.html https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r4-0/routing/configuration/guide/rc40xr12k_chapter7.html

How to Configure Cisco NCS 500 Series Router – Basic Template Read More »

How to Upgrade Your Cisco ASR 920 Router

Upgrading your Cisco ASR 920 router ensures that you benefit from the latest features, security enhancements, and performance improvements. This guide, based on Cisco’s official documentation, will walk you through the upgrade process step by step. Prerequisites Access to Cisco Software Downloads: You need the appropriate privileges to download software from the Cisco website. Backup

How to Upgrade Your Cisco ASR 920 Router Read More »

Setup Mobaxterm with Eve-NG

This post is just to bookmark the solution from the Stackoverflow link below, Mobaxterm is not in a standard installation path in the below example, please modify your code based on your circumstances. https://stackoverflow.com/questions/62150858/how-to-use-mobaxterm-as-default-telnet-handler-in-eve-ng Create a batch file with below content, then place it in a folder such as “C:\Program Files\EVE-NG” Create a reg file,

Setup Mobaxterm with Eve-NG Read More »