# 2. Lab Set Up, Linux & Python

***

## Lab Set Up

> **Virtualizers**
>
> 🔗 [VMware Workstation Player](https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html)
>
> 🔗 [VMWare Workstation Pro (Free)](https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware%20Workstation%20Pro)
>
> 🔗 [VirtualBox + VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads)
>
> **O.S.**
>
> 🔗 [Kali Linux](https://www.kali.org/) / [ParrotOS](https://www.parrotsec.org/)
>
> * [My Kali VM Installation - VMware](https://blog.syselement.com/home/operating-systems/linux/distros/kali-vm)
> * [My Ubuntu VM Installation - VirtualBox](https://blog.syselement.com/tcm/courses/linux-101/1-linux-distributions/installing-linux)

1. Install a Virtualizer Software (VMware / VirtualBox)
2. Configure a Virtual Machine with **`Kali Linux`** O.S. (check above links)
   * [Kali Virtual Machines](https://www.kali.org/get-kali/#kali-virtual-machines) are ready to go VMs.
   * Kali Linux is a Debian-based Linux distribution

> ❗ **Use it responsibly, ethically and with proper authorization for security testing!**

***

## Sections

1. [Intro to Kali Linux](/tcm/courses/peh/2-lab/kali-linux.md)
2. [Intro to Python](/tcm/courses/peh/2-lab/python.md)

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.syselement.com/tcm/courses/peh/2-lab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
