> For the complete documentation index, see [llms.txt](https://docs.bdurham.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdurham.dev/old-projects.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bdurham.dev/old-projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
