Kali Linux

Wazuh and Kali Linux Alert to IPv6 Traffic

To alert on IPv6 traffic using Wazuh and Kali Linux, you must install the Wazuh agent on the Kali machine, collect the network logs, and create a custom rule on your Wazuh manager to specifically detect and alert on IPv6-related events. Install Wazah client on Kali Linux curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | sudo tee /usr/share/keyrings/wazuh.gpg >/dev/null Wazuh and Kali Linux Alert to IPv6 Traffic

How to install PimpMyKali

PimpMyKali is basically a helper script made for Kali Linux. Its purpose is to “pimp out” a fresh install by fixing common issues, updating things, and adding extra tools that security testers often need. Instead of you having to manually tweak repositories, install missing packages, fix broken dependencies, or set up certain configurations, PimpMyKali automates How to install PimpMyKali

Kerberoasting using Kali Linix

Kerberoasting is a technique attackers use in Windows Active Directory environments to steal service account credentials. It works by requesting a Kerberos service ticket for a service account that uses a weak or guessable password. The ticket is encrypted with the account’s password hash, so once an attacker obtains it, they can take it offline Kerberoasting using Kali Linix

How to Use MITM6 on Kali Linux

Mitm6 is a penetration testing tool that targets weaknesses in how Windows networks handle IPv6. Even in environments that primarily use IPv4, Windows systems will often still listen for IPv6 traffic, and mitm6 takes advantage of this by impersonating an IPv6 router. Once a machine accepts it as a legitimate router, the attacker can redirect How to Use MITM6 on Kali Linux

Evil-WinRM on Kali Linux

Evil-WinRM is a security tool that penetration testers and ethical hackers often use when assessing Windows environments. It’s basically a PowerShell Remote Management (WinRM) client with extra features designed to make post-exploitation easier. WinRM itself is a legitimate Microsoft service that allows administrators to remotely manage Windows machines using PowerShell. Evil-WinRM takes advantage of that Evil-WinRM on Kali Linux

Install XRDP on Kali Linux

xRDP on Kali Linux is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) server. It allows you to remotely access and control the graphical desktop environment of your Kali machine from another system using a standard RDP client, like the built-in Remote Desktop Connection on Windows or Remmina on Linux. When installed and Install XRDP on Kali Linux

Kali Linux Prep

Prepping Kali Linux before a penetration test is crucial because it ensures the system is fully updated, properly configured, and equipped with the right tools for the engagement. Outdated software, missing dependencies, or misconfigured settings can cause tools to fail at critical moments, slowing down the assessment and reducing its effectiveness. By updating repositories, verifying Kali Linux Prep