# Old Projects

- [Nominal](https://docs.bdurham.dev/old-projects/nominal.md): My time in indie-dev-land
- [Nanoparser](https://docs.bdurham.dev/old-projects/nanoparser.md): Python meets Azure Functions meets Azure MySQL.
- [Intel NUC Proxmox & Linode Homelab](https://docs.bdurham.dev/old-projects/intel-nuc-proxmox-and-linode-homelab.md): Experimenting with baremetal meeting cloud virtualizatoin
- [Active Directory Exploitation & Pivoting Lab](https://docs.bdurham.dev/old-projects/active-directory-exploitation-and-pivoting-lab.md): Attacking AD in a virtualized environment
- [TCM-Sec's Windows WiFi Extractor](https://docs.bdurham.dev/old-projects/tcm-secs-windows-wifi-extractor.md): Contributed to open source pentesting software
- [Rust Basics](https://docs.bdurham.dev/old-projects/rust-basics.md): You should learn Rust. No really, you should. It's great. I'm totally here on my own free will. Rust is definitely not watching.
- [CTF Writeups](https://docs.bdurham.dev/old-projects/ctf-writeups.md): CTF Writeup Aggregation Post!
- [Paratrooper](https://docs.bdurham.dev/old-projects/paratrooper.md): Your Pi in the Sky
- [DinoDisplay](https://docs.bdurham.dev/old-projects/dinodisplay.md): A little something to learn microcontroller to serial to OS-process communication.
- [sqlcheck.py](https://docs.bdurham.dev/old-projects/sqlcheck.py.md): You got your SQLi in my PCAP!


---

# 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://docs.bdurham.dev/old-projects.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.
