---
name: dokhacgiakhoa/Pentest Commands
source: https://app.decimal.ai/s/dokhacgiakhoa-pentest-commands@1/SKILL.md
source_sha256: 3cf6d3976ac7
---

# Pentest Commands

## Purpose

Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application testing. Enable quick command lookup during security assessments.

## Inputs/Prerequisites

- Kali Linux or penetration testing distribution
- Target IP addresses with authorization
- Wordlists for brute forcing
- Network access to target systems
- Basic understanding of tool syntax

## Outputs/Deliverables

- Network enumeration results
- Identified vulnerabilities
- Exploitation payloads
- Cracked credentials
- Web vulnerability findings

## Core Workflow

## 🧠 Knowledge Modules (Fractal Skills)

### 1. [1. Nmap Commands](./sub-skills/1-nmap-commands.md)
### 2. [2. Metasploit Commands](./sub-skills/2-metasploit-commands.md)
### 3. [3. Nikto Commands](./sub-skills/3-nikto-commands.md)
### 4. [4. SQLMap Commands](./sub-skills/4-sqlmap-commands.md)
### 5. [5. Hydra Commands](./sub-skills/5-hydra-commands.md)
### 6. [6. John the Ripper Commands](./sub-skills/6-john-the-ripper-commands.md)
### 7. [7. Aircrack-ng Commands](./sub-skills/7-aircrack-ng-commands.md)
### 8. [8. Wireshark/Tshark Commands](./sub-skills/8-wiresharktshark-commands.md)
### 9. [Common Port Scans](./sub-skills/common-port-scans.md)
### 10. [Password Hash Types](./sub-skills/password-hash-types.md)
### 11. [Example 1: Quick Vulnerability Scan](./sub-skills/example-1-quick-vulnerability-scan.md)
### 12. [Example 2: Web App Test](./sub-skills/example-2-web-app-test.md)