# Installed programs

Kali Linux is a Debian-based distribution specifically designed for digital forensics and penetration testing. It comes pre-installed with a comprehensive collection of security tools and software for various information security tasks, including:

* **Penetration Testing Tools**: Applications like Metasploit, Nmap, and Burp Suite help users identify and exploit vulnerabilities.
* **Forensic Tools**: Software such as Autopsy and Sleuth Kit facilitate detailed forensic investigations.
* **Reverse Engineering**: Tools like Ghidra and radare2 assist in analyzing binaries and understanding how programs work.
* **Wireless Attacks**: Utilities such as Aircrack-ng and Reaver are included for testing wireless network security.
* **Web Vulnerability Assessment Tools**: Tools like OWASP ZAP and sqlmap are available for testing and identifying web vulnerabilities.

Offensive Security maintains Kali Linux and receives regular updates to ensure users can access the latest tools and software.&#x20;

#### All tools&#x20;

For a full list of tools, you can visit the Kali website <https://www.kali.org/tools/>


---

# 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://bob-johns-book.gitbook.io/cyber-security-hand-book/linux/getting-started-with-linux/installed-programs.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.
