# Introduction

## About

This is a Wiki that will serve as an educational, research and reference guide relating to topics I have learnt during my educational and professional career in Computer Science, primarily specialising in Cyber Security. I have also decided to include miscellaneous content about other technical findings or issues and associated solutions, I've collated over time, so I am able to reference these at any point in time in the future.

Some of the major topics I plan to section out in this Wiki consist of but are not limited to Red Teaming, Purple Teaming, Penetration Testing, Application Security and associated branches of Technical Security to name a few and to keep the list non-exhaustive.

I will make my best attempt to make this as sectioned out and as accurate as possible with the latest techniques and updates. The 'Search' functionality on this GitBook can help quickly search for areas you are interested in.

* **Twitter Handle:** global404
* **GitHub:** [smhuda](https://github.com/smhuda)
* Gists: <https://gist.github.com/smhuda>
* **Website:**[ https://smhuda.com](https://smhuda.com)&#x20;

## Disclaimer

{% hint style="info" %}
The material located on this site is for informational and educational purposes only, is general in nature, and is not intended to and should not be relied upon or construed as a technical or legal opinion nor advice regarding any specific issue or factual circumstance. Use of any information on this site should be at your own discretion, the site owner cannot be held responsible for any damages caused. The views expressed on this site are my own and do not necessarily reflect those of my employer. Usage of all information on this site, such as attacking targets without prior mutual consent is illegal. The user of this content is responsible to oblige to all applicable local, state, and federal laws. I assume no liability nor am I responsible for any misuse or damage caused by this the information and content available on this site. If the terms of this disclaimer are not agreed upon, it is requested to leave this site immediately!
{% endhint %}


---

# 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.smhuda.com/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.
