February 2026

security

The boot log snippet you shared shows normal progress: If the screen is now black/frozen (no login prompt, no cursor movement, stuck indefinitely), this is a very common Kali Linux issue on Hyper-V (especially Gen2 VMs). The root cause is almost always: plymouth-quit-wait.service itself is not the problem — it’s expected to show as finished […]

Read Post »

security

Understanding and Fixing the SMBus Base Address Error

piix4_smbus 0000:00:07.3: SMBus base address uninitialized – upgrade BIOS or use force_addr=0xaddr The message you’re seeing: is a very common kernel warning that appears during boot on many Linux distributions (Ubuntu, CentOS/RHEL, Arch, openSUSE, etc.). It comes from the i2c-piix4 (or piix4_smbus) driver probing for an SMBus (System Management Bus) controller. Why This Happens Virtual

Understanding and Fixing the SMBus Base Address Error Read Post »

security

Understanding the System Logs in Kali Linux on Hyper-V

These log messages show normal system initialization in Kali Linux Hyper-V VM. Let’s break down what’s happening: Log Analysis 1. SSH Configuration Message [ 205.763135] systemd-ssyh-generator: Configuration directory ‘/etc/ssh/’ does not exist! No units generated. [ 205.763135] systemd-ssyh-generator: Configuration directory ‘/etc/ssh/’ does not exist! No units generated. 2. Stunnel4 Service Compatibility Warning [ 205.794507] systemd-ssys-generator[615]:

Understanding the System Logs in Kali Linux on Hyper-V Read Post »

security

dirb tool in linux

dirb is a classic, fast, and lightweight web content scanner used in Linux (including Kali Linux) to brute-force and discover hidden directories and files on web servers. It’s commonly used during the reconnaissance and enumeration phase of penetration testing or bug bounty hunting. ⚠️ Note: dirb is no longer actively maintained (last update ~2015), and

dirb tool in linux Read Post »

security

Caido tool in Kali Linux The tool “caido” is not a standard or officially included package in Kali Linux as of the latest releases (2024–2026). 🔍 Investigation Summary: Explanation: Caido Proxy (Web Debugging Tool): How to Install It Manually: Requires Node.js and npm # Install Node.js if not presentsudo apt update && sudo apt install

Read Post »

security

Latest Kali linux 16 modules from 01 reconnaissance to 16 services and other tool

As of the latest official Kali Linux documentation and tool categorization (2024–2026), Kali organizes its 600+ tools into 16 standardized categories—often referred to as “modules” in training contexts like the Kali Linux Revealed course or Offensive Security curricula. These 16 categories flow logically from initial reconnaissance to post-exploitation and reporting, aligning with the penetration testing

Latest Kali linux 16 modules from 01 reconnaissance to 16 services and other tool Read Post »

security

kali linux for beginners and students

Kali Linux is a powerful, Debian-based Linux distribution designed specifically for penetration testing, ethical hacking, and digital forensics. While it’s an excellent tool for cybersecurity professionals, beginners and students should approach it with care and proper guidance. Here’s a beginner-friendly guide to getting started with Kali Linux: 1. Understand What Kali Linux Is (and Isn’t)

kali linux for beginners and students Read Post »

Scroll to Top