The new Kali Linux 2022.4 release is here and it brings new features and improvements. Some of the updated in the Desktop version are: As usual, to upgrade your Kali Linux the commands are: Ensure that /etc/apt/sources.list is correct: $ cat /etc/apt/sources.list Then update and upgrade your packages. $ sudo apt update && sudo apt -y full-upgrade After a restart you should can check your Kali version. $ grep VERSION /etc/os-release
kali
Kali Linux 2022.1 & MacBook M1 Pro – boot issue
In one of the last Kali’s updates a new kernel was installed and now if I try to run it inside my VM app (VMware Fusion and Parallels) for my MacBook Pro with an M1 Pro processor gives an error. While I don’t find a better solution or a new update solves this issue, there is a workaround that can be made to boot again Kali Linux.The fix is just
Shared folder VM – Kali Linux
Enable shared folders. mount_shared_folder.sh $ chmod +x mount-shared-folders.sh$ ./mount-shared-folders.sh
Kali Linux 2021.1 Released
The new Kali 2021.1 version has been recently released. The official post can be found here:https://www.kali.org/blog/kali-linux-2021-1-release/ The summary of the news are: Xfce 4.16 – Our preferred and current default desktop environment has been updated and tweaked KDE 5.20 – Plasma also received a version bump Terminals – mate-terminal, terminator and tilix all had various work carried out on them Command Not Found – A helping hand to say if
BurpSuite: FoxyProxy and Burp CA cert installation
This post will guide you to install FoxyProxy plugin and the Burp CA cert in a Kali machine. Install FoxyProxy FoxyProxy setup Run BurpSuite Access to the localhost:8080 site and download the CA cert. Install the certificate Test
(Solution) Change python default version (Kali linux)
kali@kali:/bin$ update-alternatives –list python kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python2.7 1 kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python3.7 2 kali@kali:/bin$ sudo update-alternatives –install /usr/bin/python python /usr/bin/python3.8 3 kali@kali:/bin$ sudo update-alternatives –config python Finally test everything is ok.
(Solution) Install python-pip in Kali Linux
ruben@kali:/etc/apt$ sudo apt search python-pip ruben@kali:/etc/apt$ sudo apt search python3-pip ruben@kali:/etc/apt$ sudo apt install python3-pip Downloading the specific package and installing with dkpg can solve also the issue. https://packages.debian.org/buster/all/python-pip/download
(Solution) How to change the screen resolution Kali Linux using Hyper-V
Hi, In order to change the screen resolution to a Kali Linux using Hyper-V follow these steps: Add these lines to this file:sudo vim /etc/initramfs-tools/modules In the terminal type:sudo update-initramfs -u Reboot. sudo nano /etc/default grub GRUB_CMDLINE_LINUX_DEFAULT=»quiet splash video=hyperv_fb:1920×1080″sudo update-grub Regards,Rubén
Kali linux 2017.3 released
Hi, A new Kali release (2017.3) has been launched. If you want to check all included changes please read this site If you need to install it from scratch or for a first time, please read the documentation that can be found here. This distro can be downloaded from here. If you have already installed a previous release, execute these commands to upgrade your system to the latest release.# apt