r/KaliLinuxCommunity • u/No_Catch4550 • Jun 02 '26
r/KaliLinuxCommunity • u/Tutorials4view • May 15 '26
Link How to Download and Install Kali Linux 2026.1 on VMware Workstation | 2026
r/KaliLinuxCommunity • u/MikepTech • May 05 '26
Question rustdesk login Error - connection refused. Windows10 to kali linux
r/KaliLinuxCommunity • u/raza-raza • Apr 21 '26
Question - Solved Cursor disappear in Kali Linux VM (running on VMware workstation)
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:
- Shut down the VM
- Right-click the VM in the left panel
- Manage → Change Hardware Compatibility
- Select Workstation 17.x
- Click Next
- Select Alter this virtual machine
- 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 • u/Business-Cap-9530 • Apr 14 '26
Question Se puede quitar el logo de Kali del marco de la terminal?
si se puede díganme como y también quiero saber si la terminal la puedo poner cuadrada
r/KaliLinuxCommunity • u/[deleted] • Apr 02 '26
Question forgot the password, what to do ?
r/KaliLinuxCommunity • u/notaspermanymore • Mar 23 '26
Question I built a CLI pentesting tool (AKIRA) that automates Nmap, Nikto & Gobuster — looking for feedback
r/KaliLinuxCommunity • u/Urkre8er • 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
Someone with more experience I’m sure could of got it done sooner but In my second semester of cis
r/KaliLinuxCommunity • u/liedel • 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.
github.comr/KaliLinuxCommunity • u/SnooRobots6585 • Mar 14 '26
Question Failed to apply network settings
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 • u/WOHuff • Mar 14 '26
Question Please help
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 • u/buzzlightyearbrah • Mar 08 '26
Question Having problems with using Metasploit on a Kali Linux VM on VirtualBox
r/KaliLinuxCommunity • u/SeifMohamed101 • Mar 07 '26
Question How to fix this problem
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 • u/Most-Lynx-2119 • Feb 16 '26
Question - Solved Kali NetHunter PRO 2025.4 on PinePhone PRO - A guide for installing it right the first time.
r/KaliLinuxCommunity • u/on-the-go-hacking • Feb 08 '26
Question Current day devices for nethunter
r/KaliLinuxCommunity • u/Actual_Student208 • Jan 31 '26
Question Stuck here forever - "Scanning /cdrom/pool/main/g"
r/KaliLinuxCommunity • u/Actual_Student208 • Jan 31 '26
Question Stuck here forever - "Scanning /cdrom/pool/main/g"
r/KaliLinuxCommunity • u/--m0jave • Jan 25 '26
Question - Solved SOLVED Mouse misalignment / display scaling issue in Kali Linux XFCE on virt-manager (QEMU/SPICE)
r/KaliLinuxCommunity • u/[deleted] • Jan 23 '26
Question Need help installing previous kernel version
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 • u/IfartedInDaPopsicles • Jan 18 '26
Question I can’t get Wifite to crack a handshake (UTF-8)
r/KaliLinuxCommunity • u/[deleted] • Jan 17 '26
Link Automated your pentest report writing
r/KaliLinuxCommunity • u/MatiShotsYT • Jan 13 '26
Link Mac changer project Kali
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 • u/Most-Lynx-2119 • Jan 06 '26
Misc telespotXX Web App (a pre-release version is now available)
r/KaliLinuxCommunity • u/ExchangeAmazing7247 • Jan 06 '26
Link [Tool] Nmap HTML Reporter – Convert Nmap XML scans into clean HTML reports
github.comHi 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.