# TCM - Zero to Hero

- [Week 1: Setup](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-1.md): Introduction, Notekeeping, and Introductory Linux
- [ipsweep.sh](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-1/ipsweep.sh.md)
- [Week 2: Python 101](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-2.md): Introductory Python
- [python101.py](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-2/untitled-1.md)
- [bof.py](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-2/bof.py.md)
- [Week 3: Python 102](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-3-python-102.md): Building a Terrible Port Scanner
- [python102.py](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-3-python-102/python102.py.md)
- [scanner.py](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-3-python-102/scanner.py.md)
- [Week 4: Passive OSINT](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-4-passive-osint.md)
- [Week 5: Scanning Tools & Tactics](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-1.md)
- [nmap](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-1/nmap.md)
- [Nessus](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-1/nessus.md)
- [msfconsole](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-1/msfconsole.md)
- [Week 6: Enumeration](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-6-enumeration.md)
- [Week 7: Exploitation, Shells, and Some Credential Stuffing](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-2.md)
- [Week 8: LLMNR/NBT-NS Poisoning](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-3.md): Building an AD Lab, LLMNR Poisoning, and NTLMv2 Cracking with Hashcat
- [Week 9: NTLM](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-9.md): NTLM Relay, Token Impersonation, Pass the Hash, PsExec, and more
- [Week 10: MS17-010, GPP/cPasswords, and Kerberoasting](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/untitled-4.md): AD Exploitation Part 3
- [Week 11: File Transfers, Pivoting, Reporting](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/week-11-file-transfers-pivoting-reporting.md): File Transfers, Pivoting, Report Writing, and Career Advice
- [Commands](https://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting/commands.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://wiki.zacheller.dev/pentest/courses/beginner-network-pentesting.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.
