# sud0woodo

## sud0woodo

- [welcome](https://visit.suspect.network/master.md): just a dude, interested in zeroes and ones
- [Reversing the shad0w framework part 1](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-1.md): 2020-06-29
- [Reversing the shad0w framework part 2](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-2.md): 2020-07-01
- [Reversing the shad0w framework part 3](https://visit.suspect.network/reversing-adventures/reversing-adventures-shad0w-framework-part-3.md): 2020-07-08
- [Building a PE from scratch](https://visit.suspect.network/reversing-adventures/building-a-pe-from-scratch.md): 2021-03-11
- [Decrypting Synology Patchfiles](https://visit.suspect.network/reversing-adventures/decrypting-synology-patchfiles.md)
- [Flare-On 11 - 05 sshd](https://visit.suspect.network/reversing-adventures/flare-on-11-05-sshd.md)
- [Inadvertent Injections](https://visit.suspect.network/reversing-adventures/inadvertent-injections.md): How a simple fingerprint search almost made me inadvertently inject webshells with a scan.
- [Binary Exploitation Automation with Radare2](https://visit.suspect.network/binary-exploitation/rarop.md): 2020-06-10
- [CTF write-up: Rob's Admin Program](https://visit.suspect.network/binary-exploitation/ctf-write-up-robs-admin-program.md): 2019-10-06
- [Developing Urgent11 Detection with Suricata](https://visit.suspect.network/network/developing-urgent11-detection-with-suricata.md): 2019-11-13
- [Unfortunate Encounters: Hardcoded RSA Keys](https://visit.suspect.network/network/unfortunate-encounters-hardcoded-rsa-keys.md): 2024-09-16


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://visit.suspect.network/master.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.
