mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
[手动选题][news]: 20230314.4 ⭐️ Kali Linux Introduces “Kali Purple” for Defensive Security Hardening.md
This commit is contained in:
parent
a55b89d4f6
commit
93995ebe3a
@ -0,0 +1,112 @@
|
||||
[#]: subject: "Kali Linux Introduces “Kali Purple” for Defensive Security Hardening"
|
||||
[#]: via: "https://debugpointnews.com/kali-linux-2023-1/"
|
||||
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Kali Linux Introduces “Kali Purple” for Defensive Security Hardening
|
||||
======
|
||||
|
||||
**Kali Linux 2023.1 is released with major updates and introduces a new variant, “Kali Purple”.**
|
||||
|
||||
![Kali Linux 2023.1 Desktop][1]
|
||||
|
||||
It’s Kali Linux’s 10th anniversary. And the team have a few goodies for you. Kali Linux 2023.1 is the usual package refresh of Kali Linux, which is arriving with the latest desktop environments and mainline Kernel updates.
|
||||
|
||||
### Kali Linux 2023.1: Introducing Kali Purple
|
||||
|
||||
The major highlight of this release is the [“Kali Purple”][2], a new variant of Kali Linux with tools for “defensive security”. Kali team is currently releasing it as a technical preview.
|
||||
|
||||
Defensive security software enables security hardening in various areas, such as vulnerability scan, incident tracking and response, packet capture, intrusion detection and more. You can now use Kali Purple with all the tools built in for your application or enterprise.
|
||||
|
||||
![You have the option to choose defensive packages during installation][3]
|
||||
|
||||
Kali Purple is bringing in 100+ defensive tools, documentation, Kali CoPilot for automated attack script builder and many more tools.
|
||||
|
||||
- [Arkime][4] – Full packet capture and analysis
|
||||
- [CyberChef][5] – The cyber swiss army knife
|
||||
- `Elastic Security` – Security Information and Event Management
|
||||
- [GVM][6] – Vulnerability scanner
|
||||
- [TheHive][7] – Incident response platform
|
||||
- `Malcolm` – Network traffic analysis tool suite
|
||||
- [Suricata][8] – Intrusion Detection System
|
||||
- [Zeek][9] – (another) Intrusion Detection System
|
||||
|
||||
Furthermore, to align with the guidelines of “National Institute of Standards and Technology Critical Infrastructure Cybersecurity (NISF CSF)”, separate menu items are configured for you. It includes separate applications with categories – Identify, Protect, Detect, Respond and Recover.
|
||||
|
||||
![New menu groups as per CISF NSF guideline][10]
|
||||
|
||||
In addition, a separate discord channel is created for Kali Purple for collaboration and additional help for the community.
|
||||
|
||||
### Pip changes in Python
|
||||
|
||||
Python pip command is undergoing a change in Debian 12 Bookworm release (upcoming). The pip command is used to install Python modules. Since the modules are installed externally using pip, it might break the existing Debian installation.
|
||||
|
||||
Hence, from Debian 12 onwards, if you try to install any module using pip – you should get an “externally-managed-environment” error. See below.
|
||||
|
||||
![You can install using pip in Kali and Debian][11]
|
||||
|
||||
The Kali Linux team is providing a patch from this release onwards to enable you to install any module using pip. But it is temporary until the Debian 12 stable release.
|
||||
|
||||
So, if you are a developer using a Python environment in Kali Linux (or in Debian), you should definitely plan to deploy the modules using the apt command as below.
|
||||
|
||||
```
|
||||
apt install python3-numpy
|
||||
```
|
||||
|
||||
### Desktop environment and other updates
|
||||
|
||||
The default desktop Xfce now features Xfce 4.18 version, which brings massive features, including split view, image preview and others in Thunar file managers. Also, the KDE Plasma edition now arrives with version 5.27 in Kali Linux 2023.1.
|
||||
|
||||
The default theme in the Xfce edition is improved with stunning looks; many new wallpapers are also included in this version.
|
||||
|
||||
Finally, the mainline Kernel 6.1 is now available in this release, providing the latest hardware, CPU, GPU and other supports.
|
||||
|
||||
### Download
|
||||
|
||||
If you are already running Kali Linux, simply run the system upgrade to get this release.
|
||||
|
||||
```
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
```
|
||||
|
||||
For new downloads, visit the below page to get the ISO.
|
||||
|
||||
[Download Kali Linux][12]
|
||||
|
||||
If you want to try out Kali Purple, visit the below page.
|
||||
|
||||
[Download Kali Purple ISO][13]
|
||||
|
||||
_Via [announcement][14]_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://debugpointnews.com/kali-linux-2023-1/
|
||||
|
||||
作者:[arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://debugpointnews.com/author/dpicubegmail-com/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://debugpointnews.com/wp-content/uploads/2023/03/Kali-Linux-2023.1-Desktop.jpg
|
||||
[2]: https://gitlab.com/kalilinux/kali-purple/documentation/-/wikis/home
|
||||
[3]: https://debugpointnews.com/wp-content/uploads/2023/03/You-have-the-option-to-choose-defensive-packages-during-installation.jpg
|
||||
[4]: https://pkg.kali.org/pkg/arkime
|
||||
[5]: https://pkg.kali.org/pkg/cyberchef
|
||||
[6]: https://www.kali.org/tools/gvm/
|
||||
[7]: https://pkg.kali.org/pkg/thehive
|
||||
[8]: https://pkg.kali.org/pkg/suricata
|
||||
[9]: https://pkg.kali.org/pkg/zeek
|
||||
[10]: https://debugpointnews.com/wp-content/uploads/2023/03/New-menu-groups-as-per-CISF-NSF-guideline.jpg
|
||||
[11]: https://debugpointnews.com/wp-content/uploads/2023/03/You-can-install-using-pip-in-Kali-and-Debian.jpg
|
||||
[12]: https://www.kali.org/get-kali/#kali-installer-images
|
||||
[13]: https://cdimage.kali.org/kali-2023.1/kali-linux-2023.1-installer-purple-amd64.iso
|
||||
[14]: https://www.kali.org/blog/kali-linux-2023-1-release/
|
Loading…
Reference in New Issue
Block a user