-
Creating a GPG Key for Signing Software Packages
Open up your terminal or command prompt on your computer. 2. Type in the following command and press enter: `gpg –full-generate-key` This will start…
-
Creating a Package Repository for APT
First off, what is APT? Well, if you’re using Linux (which I assume you are since we’re talking about package repositories), then chances are…
-
Introduction to Kali Linux
Write it to a USB drive using dd or Etcher (recommended). 3. Boot into the live environment and select “Install” from the menu. 4.…
-
Linux Server Configuration for Kali
This includes having enough RAM, storage space, and processing power to handle all of the tasks you plan on performing with the server. 2.…
-
Kali Linux in the Enterprise
These tools will help you perform basic tests such as scanning target IPs for open ports with services running on them using NMAP, launching…
-
Salt Module Reference
This magical tool is perfect for those who want to impress their friends with their cooking skills, but don’t have any taste buds. So…
-
Setting Up SaltStack for Configuration Management
So how does this magical tool work? Well, let me break it down for you. First off, SaltStack is made up of two main…
-
Customizing Kali Linux Live ISO Images with Preseed Files and PXE Booting
For example, `custom-kali` 2. Download the latest version of Kali Linux from their website (https://www.kali.org/downloads/) and extract it to the newly created directory using…
-
Setting up Kali Linux for TFTP Netboot
Create a configuration file for dnsmasq in /etc/dnsmasq.conf with the following lines: # Create a configuration file for dnsmasq in /etc/dnsmasq.conf with the following…