mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
parent
c0f46bbaf6
commit
9c1e5d42a2
@ -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: "wxy"
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-15636-1.html"
|
||||
|
||||
Kali Linux 推出用于防御性安全加固的 “Kali Purple”
|
||||
======
|
||||
|
||||
> Kali Linux 2023.1 发布了重大更新,并引入了一个新的变体 “Kali Purple”。
|
||||
|
||||
![Kali Linux 2023.1 桌面][1]
|
||||
|
||||
在 Kali Linux 的 10 周年纪念,该团队为你准备了一些好东西。Kali Linux 2023.1 是 Kali Linux 的常规软件包更新,它带来了最新的桌面环境和主线内核更新。
|
||||
|
||||
### Kali Linux 2023.1 推出 Kali Purple
|
||||
|
||||
这个版本的主要亮点是 [Kali Purple][2],这是 Kali Linux 的一个新变体,带有 “防御性安全” 工具。Kali 团队目前正在将其作为技术预览版发布。
|
||||
|
||||
防御性安全软件可以实现各方面的安全加固,如漏洞扫描、事件跟踪和响应、数据包捕获、入侵检测等。现在你可以使用 Kali Purple 为你的应用程序或企业内置的所有工具。
|
||||
|
||||
![你可以在安装过程中选择防卫包][3]
|
||||
|
||||
Kali Purple 带来了 100 多个防御工具、文档、用于自动攻击脚本构建的 Kali CoPilot 以及更多工具。
|
||||
|
||||
- [Arkime][4] - 完整的数据包捕获和分析
|
||||
- [CyberChef][5] - 网络瑞士军刀
|
||||
- Elastic Security - 安全信息和事件管理
|
||||
- [GVM][6] - 漏洞扫描器
|
||||
- [TheHive][7] - 事件响应平台
|
||||
- Malcolm - 网络流量分析工具套件
|
||||
- [Suricata][8] - 入侵检测系统
|
||||
- [Zeek][9] -(另一个)入侵检测系统
|
||||
|
||||
此外,为了与 美国《国家标准和技术研究所关键基础设施网络安全(NIST CSF)》的指导方针保持一致,为你配置了单独的菜单项目。它包括单独的应用类别 - 识别、保护、检测、响应和恢复。
|
||||
|
||||
![根据 CIST CSF 准则的新菜单组][10]
|
||||
|
||||
此外,还为 Kali Purple 创建了一个单独的 Discord 频道,用于合作和为社区提供额外的帮助。
|
||||
|
||||
### Python 中的 Pip 变化
|
||||
|
||||
Python 的 `pip` 命令在(即将发布的)Debian 12 Bookworm 版本中正在发生变化。`pip` 命令用于安装 Python 模块。由于这些模块是用 `pip` 从外部安装的,它可能会破坏现有的 Debian 系统。
|
||||
|
||||
因此,从 Debian 12 开始,如果你试图用 `pip` 安装任何模块,你应该会得到一个 “<ruby>外部管理的环境<rt>externally-managed-environment</rt></ruby>”的错误。如下:
|
||||
|
||||
![你可以在 Kali 和 Debian 中使用 pip 进行安装][11]
|
||||
|
||||
Kali Linux 团队从这个版本开始提供一个补丁,使你可以使用 `pip` 安装任何模块。但这只是暂时的解决方案,直到 Debian 12 稳定版。
|
||||
|
||||
所以,如果你是一个在 Kali Linux(或在 Debian)中使用 Python 环境的开发者,你肯定应该计划使用下面的 `apt` 命令来部署这些模块:
|
||||
|
||||
```
|
||||
apt install python3-numpy
|
||||
```
|
||||
|
||||
### 桌面环境和其他更新
|
||||
|
||||
默认桌面 Xfce 现在采用了 Xfce 4.18 版本,它带来了大量的功能,包括分割视图、图像预览和 Thunar 文件管理器中的其他功能。另外,KDE Plasma 版现在在 Kali Linux 2023.1 中的版本是 5.27。
|
||||
|
||||
Xfce 版的默认主题得到了改进,具有令人惊叹的外观;许多新的壁纸也包含在这个版本中。
|
||||
|
||||
最后,主线内核 6.1 现在可以在这个版本中使用,提供了最新的硬件、 CPU、GPU 和其他支持。
|
||||
|
||||
### 下载
|
||||
|
||||
如果你已经在运行 Kali Linux,只需运行系统升级就可以得到这个版本:
|
||||
|
||||
```
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
```
|
||||
|
||||
对于新的下载,请访问下面的页面来获取 ISO。
|
||||
|
||||
> **[下载 Kali Linux][12]**
|
||||
|
||||
如果你想试试 Kali Purple,请访问下面的页面:
|
||||
|
||||
> **[下载 Kali Purple ISO][13]**
|
||||
|
||||
参考自 [发布公告][14]。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://debugpointnews.com/kali-linux-2023-1/
|
||||
|
||||
作者:[arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[wxy](https://github.com/wxy)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [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/
|
@ -1,112 +0,0 @@
|
||||
[#]: 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