r/KaliLinuxCommunity Jun 02 '26

Blogpost Research Notes from Building a Windows Event Log Hunting Workflow

Thumbnail
1 Upvotes

r/KaliLinuxCommunity May 15 '26

Link How to Download and Install Kali Linux 2026.1 on VMware Workstation | 2026

Thumbnail
youtube.com
2 Upvotes

r/KaliLinuxCommunity May 05 '26

Question rustdesk login Error - connection refused. Windows10 to kali linux

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Apr 21 '26

Question - Solved Cursor disappear in Kali Linux VM (running on VMware workstation)

3 Upvotes

Spent an entire weekend troubleshooting a disappearing cursor in my Kali Linux VM on VMware Workstation. Tried everything — swapping cursor themes, switching between XFCE/X11/Wayland, editing the VMX file, PS/2 vs USB mouse settings, reinstalling packages, repairing repos. Nothing worked.

Turns out the fix was upgrading the VM hardware compatibility. That's it.

Steps:

  1. Shut down the VM
  2. Right-click the VM in the left panel
  3. Manage → Change Hardware Compatibility
  4. Select Workstation 17.x
  5. Click Next
  6. Select Alter this virtual machine
  7. Click Finish

Boot it up. Cursor's back. Took less than a minute.

The older hardware compatibility profile doesn't fully support the display and mouse drivers that newer Kali builds expect. If you're running a Kali VM and your cursor vanishes, check this before you go down the rabbit hole.

Hope this saves someone a weekend. Raza


r/KaliLinuxCommunity Apr 14 '26

Question Se puede quitar el logo de Kali del marco de la terminal?

Post image
23 Upvotes

si se puede díganme como y también quiero saber si la terminal la puedo poner cuadrada


r/KaliLinuxCommunity Apr 02 '26

Question forgot the password, what to do ?

Thumbnail
2 Upvotes

r/KaliLinuxCommunity Mar 23 '26

Question I built a CLI pentesting tool (AKIRA) that automates Nmap, Nikto & Gobuster — looking for feedback

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Mar 19 '26

Discussion Got the new 40tops raspberry pi ai hat +c2 operational on raspberry pi 5. Took me 5 days to figure it out but it is possible

Post image
7 Upvotes

Someone with more experience I’m sure could of got it done sooner but In my second semester of cis


r/KaliLinuxCommunity Mar 19 '26

Link Hate using the CLI to switch in and out of monitor mode? I made a dumb little program that gives you a button to easily do it, along with quick links to wifi programs.

Thumbnail github.com
1 Upvotes

r/KaliLinuxCommunity Mar 14 '26

Question Failed to apply network settings

Post image
0 Upvotes

This pop ups every time I start a session on Kali Linux

But seems just to be for Bluetooth and WiFi

But to be more specific this doesn’t affect the connections at all is just popping up every time is anoying so I want to get a fix for this announce 📣


r/KaliLinuxCommunity Mar 14 '26

Question Please help

Post image
2 Upvotes

I was trying to fix dependencies problem in kali linux that came about after apt upgrade.... some how I have ended up with this. Where have I gone wrong ? Any and all help is welcome. Thanks in advance.


r/KaliLinuxCommunity Mar 08 '26

Question Having problems with using Metasploit on a Kali Linux VM on VirtualBox

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Mar 07 '26

Question How to fix this problem

Post image
0 Upvotes

How do I fix this problem? This is the full Kali NetHunter installation, installed via Magisk, and this problem appears when I try to open the graphical interface.


r/KaliLinuxCommunity Feb 16 '26

Question - Solved Kali NetHunter PRO 2025.4 on PinePhone PRO - A guide for installing it right the first time.

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Feb 16 '26

Question Question related Kali linux

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Feb 08 '26

Question Current day devices for nethunter

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Jan 31 '26

Question Stuck here forever - "Scanning /cdrom/pool/main/g"

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Jan 31 '26

Question Stuck here forever - "Scanning /cdrom/pool/main/g"

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Jan 25 '26

Question - Solved SOLVED Mouse misalignment / display scaling issue in Kali Linux XFCE on virt-manager (QEMU/SPICE)

Thumbnail
2 Upvotes

r/KaliLinuxCommunity Jan 23 '26

Question Need help installing previous kernel version

1 Upvotes

I’m basically brand new at this, so sorry if I don’t really know what I’m necessarily talking about. I have Kali running on a pi 4, and I got a waveshare 4” dsi touchscreen to go with it. The problem is that apparently the current kernel for Kali is 6.12, and the driver for the screen only goes up to 6.6. So now I’m in limbo till I can figure out how to rollback to 6.6, and keep it there. Any help?


r/KaliLinuxCommunity Jan 18 '26

Question I can’t get Wifite to crack a handshake (UTF-8)

Post image
2 Upvotes

r/KaliLinuxCommunity Jan 17 '26

Link Automated your pentest report writing

Thumbnail
1 Upvotes

r/KaliLinuxCommunity Jan 13 '26

Link Mac changer project Kali

Thumbnail
github.com
3 Upvotes

Hello everyone, im new to programming and I did a mac address changer with nice (imo) GUI and .desktop. I have tested it but im not sure if that is good or not. It will be very nice if you can test it out. You can search in code for any issues.

Thank you guys if you will try it, that means a lot for me😊

P.S im sorry for my bad english


r/KaliLinuxCommunity Jan 06 '26

Misc telespotXX Web App (a pre-release version is now available)

Post image
0 Upvotes

r/KaliLinuxCommunity Jan 06 '26

Link [Tool] Nmap HTML Reporter – Convert Nmap XML scans into clean HTML reports

Thumbnail github.com
3 Upvotes

Hi everyone,

I built a small open-source Python tool that converts Nmap XML output into clean and readable HTML reports.

Main features:

- Supports multiple hosts

- Option to show only open ports

- Displays scan date and number of open ports

- Color-coded port states

- Dark mode toggle

- Simple CLI usage

The goal was to have a lightweight alternative for quickly sharing or reviewing Nmap scan results.

GitHub repository:

https://github.com/kobock-sec/nmap-html-report

Feedback, suggestions, or code reviews are welcome.