Kali Linux Metapackages
2021/11/7 7:13:20
本文主要是介绍Kali Linux Metapackages,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
What are metapackages
Metapackages are used to install many packages at one time, created as a list of dependencies on other packages. Kali Linux uses these in a few ways. One way is allowing users to decide how many packages out of the total Kali list they would like to install. Need just enough to use Linux? Want enough to conduct Pentests? Perhaps nearly every package available in Kali?
To install a metapackage we first need to update and then install the desired package:
kali@kali:~$ sudo apt update kali@kali:~$ kali@kali:~$ sudo apt install -y kali-linux-default kali@kali:~$
System
kali-linux-core
: Base Kali Linux System – core items that are always includedkali-linux-headless
: Default install that doesn’t require GUIkali-linux-default
: “Default” desktop (amd64/i386) images include these toolskali-linux-arm
: All tools suitable for ARM deviceskali-linux-nethunter
: Tools used as part of Kali NetHunter
Desktop environments/Window managers
kali-desktop-core
: Any key tools required for a GUI imagekali-desktop-e17
: Enlightenment (WM)kali-desktop-gnome
: GNOME (DE)kali-desktop-i3
: i3 (WM)kali-desktop-kde
: KDE (DE)kali-desktop-lxde
: LXDE (WM)kali-desktop-mate
: MATE (DE)kali-desktop-xfce
: Xfce (WM)
Tools
kali-tools-gpu
: Tools which benefit from having access to GPU hardwarekali-tools-hardware
: Hardware hacking toolskali-tools-crypto-stego
: Tools based around Cryptography & Steganographykali-tools-fuzzing
: For fuzzing protocolskali-tools-802-11
: 802.11 (Commonly known as “Wi-Fi”)kali-tools-bluetooth
: For targeting Bluetooth deviceskali-tools-rfid
: Radio-Frequency IDentification toolskali-tools-sdr
: Software-Defined Radio toolskali-tools-voip
: Voice over IP toolskali-tools-windows-resources
: Any resources which can be executed on a Windows hosts
Menu
kali-tools-information-gathering
: Used for Open Source Intelligence (OSINT) & information gatheringkali-tools-vulnerability
: Vulnerability assessments toolskali-tools-web
: Designed doing web applications attackskali-tools-database
: Based around any database attackskali-tools-passwords
: Helpful for password cracking attacks – Online & offlinekali-tools-wireless
: All tools based around Wireless protocols – 802.11, Bluetooth, RFID & SDRkali-tools-reverse-engineering
: For reverse engineering binarieskali-tools-exploitation
: Commonly used for doing exploitationkali-tools-social-engineering
: Aimed for doing social engineering techniqueskali-tools-sniffing-spoofing
: Any tools meant for sniffing & spoofingkali-tools-post-exploitation
: Techniques for post exploitation stagekali-tools-forensics
: Forensic tools – Live & Offlinekali-tools-reporting
: Reporting tools
Others
kali-linux-large
: Our previous default tools for amd64/i386 imageskali-linux-everything
: Every metapackage and tool listed herekali-tools-top10
: The most commonly used toolskali-desktop-live
: Used during a live session when booted from the image
这篇关于Kali Linux Metapackages的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-12如何创建可引导的 ESXi USB 安装介质 (macOS, Linux, Windows)
- 2024-11-08linux的 vi编辑器中搜索关键字有哪些常用的命令和技巧?-icode9专业技术文章分享
- 2024-11-08在 Linux 的 vi 或 vim 编辑器中什么命令可以直接跳到文件的结尾?-icode9专业技术文章分享
- 2024-10-22原生鸿蒙操作系统HarmonyOS NEXT(HarmonyOS 5)正式发布
- 2024-10-18操作系统入门教程:新手必看的基本操作指南
- 2024-10-18初学者必看:操作系统入门全攻略
- 2024-10-17操作系统入门教程:轻松掌握操作系统基础知识
- 2024-09-11Linux部署Scrapy学习:入门级指南
- 2024-09-11Linux部署Scrapy:入门级指南
- 2024-08-21【Linux】分区向左扩容的方法