Kali Linux Revealed




Download 11,68 Mb.
Pdf ko'rish
bet160/174
Sana15.01.2024
Hajmi11,68 Mb.
#137314
1   ...   156   157   158   159   160   161   162   163   ...   174
Bog'liq
Kali-Linux-Revealed-2021-edition

10.4. Summary
Kali Linux scales beyond the desktop to medium or large scale deployments and even to the en-
terprise level. In this chapter, we covered how to centralize management of multiple Kali instal-
lations with SaltStack, allowing you to quickly deploy highly secure Kali systems preconfigured
for your specific needs. We also revealed how you can keep them synchronized thanks to Kali’s
(semi-automatic) installation of package updates.
We discussed package forking, which allows you to create your own customized distributable
source packages.
In summary, let’s review the major steps required to establish Salt masters and minions, which
allow you remote control and configuration of remote hosts.
Summary Tips:
• Boot machine from the network with PXE, with at least a TFTP file server, a DHCP/BOOTP
server (and a web server for debconf preseeding). dnsmasq handles both DHCP and TFTP,
and the apache2 web server comes pre-installed (but disabled) on Kali.
• The Debian installation manual covers the setup of isc-dhcp-server and tftpd-hpa for PXE boot-
ing:
è
https://www.debian.org/releases/stable/amd64/ch04s05
• dnsmasq is configured through
/etc/dnsmasq.conf
. A basic configuration consists of only
a few key lines:
# Network interface to handle
interface=eth0
# DHCP options
# IP range to allocate
dhcp-range=192.168.101.100,192.168.101.200,12h
# Gateway to announce to clients
dhcp-option=option:router,192.168.101.1
# DNS servers to announce to clients
dhcp-option=option:dns-server,8.8.8.8,8.8.4.4
# Boot file to announce to clients
dhcp-boot=pxelinux.0
# TFTP options
enable-tftp
# Directory hosting files to serve
tftp-root=/tftpboot/
• Unpack 32-bit (i386), 64-bit (amd64), standard or graphical (gtk) installation boot files from
the Kali archive into
/tftpboot/
. The archives can be found here:
è
http://http.kali.org/dists/kali-rolling/main/installer-amd64/current/
images/netboot/gtk/netboot.tar.gz
279
Chapter 10 — Kali Linux in the Enterprise


è
http://http.kali.org/dists/kali-rolling/main/installer-amd64/current/
images/netboot/netboot.tar.gz
è
http://http.kali.org/dists/kali-rolling/main/installer-i386/current/
images/netboot/gtk/netboot.tar.gz
è
http://http.kali.org/dists/kali-rolling/main/installer-i386/current/
images/netboot/netboot.tar.gz
mkdir /tftpboot
cd /tftpboot
wget http://http.kali.org/dists/kali-rolling/main/installer-amd64/current/
å

Download 11,68 Mb.
1   ...   156   157   158   159   160   161   162   163   ...   174




Download 11,68 Mb.
Pdf ko'rish