Category: Kali Linux

Kali Linux 2018.2

Kali Linux 2018.1 Official Release

Today, Kali Linux developer team official release Kali Linux 2018.1. Kali Linux is a Debian-based distribution for digital forensics and penetration testing, developed and maintained by Offensive Security. Mati Aharoni and Devon Kearns rewrote...

kali linux 2017.3

Kali Linux 2017.3 official release

Today, Kali Linux developer team official release Kali Linux 2017.3. Kali Linux is a Debian-based distribution for digital forensics and penetration testing, developed and maintained by Offensive Security. Mati Aharoni and Devon Kearns rewrote...

How to enable VPN on Kali Linux

A virtual private network (VPN) extends a private network through a public network, such as the Internet. It allows computers to send and receive data through public or public networks as if the computer...

php5 kali linux 2017.2

How to install php5.6 on Kali Linux 2017.2

Install php5.6 on Kali Linux 2017.2   Command $ apt-get install apt-transport-https $ curl https://packages.sury.org/php/apt.gpg | apt-key add – $ echo ‘deb https://packages.sury.org/php/ stretch main’ > /etc/apt/sources.list.d/deb.sury.org.list $ apt-get update $ apt-get -y install...

kali linux 2017.3

Kali Linux 2017.2 official Release

Today, Kali Linux developer team official release Kali Linux 2017.2. Image source: kali   What’s new? Many tools and packages have been updated The release includes updates to both the base platform packages that came...

Kali Linux 2017.2

Today, I switch Ubuntu to Kali Linux. When I try to update Kali Linux to the latest version, I saw “Setting up kali-desktop-gonme (2017.2.0)” info. I’m curious about it and use Google to search...

Kali Linux 2018.1

Kali Linux 2017.1 Release

Kali Linux is a Debian-based distribution for digital forensics and penetration testing, developed and maintained by Offensive Security. Mati Aharoni and Devon Kearns rewrote BackTrack. Kali Linux is the most versatile and advanced penetration...

Detect Mount CD-ROM

How to fix Detect and Mount CD-ROM

On your Kali Linux USB installation, you ofter see an error: “Installation step failed an installation step failed. You can try to run the failing item again from the menu, or skip it an...

Dual Boot Kali Linux & Windows

In this tutorial we will walk together step by step into Creating a dual boot of Kali-Linux & Windows 7. I Do not take credit for this post. So , Let’s start : The...

Configure a DHCP server on Kali Linux

Installing dhcp server: Define a static IP for the server     Configure DHCP server settings at /etc/dhcp/dhcpd.conf   Restart dhcp-server