Python by itself is a strong Programming Language but if you want more than lines of codes and Grphical User Interface for users to interact with, you need a GUI framework. PyQt is one of the GUI frameworks for Python Developers. Qt by itself is a set of C++ libraries and tools. PyQt is Python …
Read More “Installing PyQt on Linux”
There are different ways you can capture Network traffic using Wireshark. 1) Locally on host interface2) Wire Tapping 3) Port Mirroring or SPAN 1) Simplest way of capturing traffic from local traffic (your own computer).Just select the interface that you want to monitor and hit RUN. Nothing is simpler. 2) Wire TappingAnother sneaky way of …
Read More “Wireshark Capturing methods”
Here is my advise on Windows users if you want to try Linux out for the first time. This will be a series of videos to help you from Linux total beginner to Power user level. So If you like my videos and find them interesting, please Like and Subscribe my channel. Why not! its …
Read More “L I N U X – L I N U X – L I N U X ! ! ! New Beginner’s Guide”
Its always good to change the default password of your Network Devices. Below is the instruction on how to change the default password for your Huawei ONT. It works for Huawei ONT model H545M5 but I am sure it works the same of other Huawei ONTs as well. First of all, from your browser, you …
Read More “Changing Huawei ONT HS8545M5 password with MD5 and SHA256 hashes”
When you do Wireless pen-testings, you want to use these tools. airmon-ngairodump-ng aireplay-ng Basically what that means is you want your wireless cards to be able to perform these tasks.Change monitor modePacket capturingPacket Injection. If you want to go fancier, you might also want to have a look at TX gain, band etc but nevermind …
Read More “wifi card with monitor mode and packet injections”
If you are familiar with Security tools or Penetration testing, you definitely must have heard of Nmap. Zenmap is a GUI of Nmap. However it is no longer included in later version of Security testing OSs. Below is an instruction on how to install it on Debian machines. 1) Download the latest RPM package at …
Read More “Zenmap Installation in Debian using ALIEN package converter”
To put in a simplest way, Minikube is a compact version of Kubernetes. Minikube -> Mini Kubernetes Instead of having Master – Slave nodes set up in Kubernetes, Minikube will have all components installed in one single node cluster.Due to limitation of your infrastructure and resources or if you just want to trial out your …
Read More “Installing Minikube on Linux”
Recently I have had some USB sticks which volumes shrank. These are some of the snapshots of how my USB drive looks like. It is actually supposed to be 16 GB drive, however showing wrong size. If you have similar issue, read on. Below is how it shows on My PC. Below is how it …
Read More “USB drive shrink in size how to fix”
Apparently there seems to be an issue with creating Ingress controller in Minikube version 1.21 when you try to run – minikube addons enable ingress, it will be stuck at Verifying ingress addon and will come up with time out error. So far, doesnt seem like there is a fix for it. Edit: apparently if …
Read More “❌ Exiting due to MK_ENABLE: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: timed out waiting for the condition]”