> For the complete documentation index, see [llms.txt](https://luftenshjaltar.gitbook.io/ctf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luftenshjaltar.gitbook.io/ctf/general/links.md).

# Links

A lot of these were found [here](https://github.com/collections/ctf-cybersec-resources).

## Other notebooks

* [TechNote](https://www.lazenca.net/display/TEC/TechNote) (Korean)
* [Hacktricks](https://book.hacktricks.xyz/)
* [0xFFsec](https://0xffsec.com/handbook/)
* [Kathan19](https://kathan19.gitbook.io/howtohunt/)<br>

## Open services

[Hacktricks](https://book.hacktricks.xyz/) contains a lot of information about pentesting specific protocols, as well as other gems.

## SSTI, SQLI, LFI, RFI, ...

Anywhere user input is accepted, there's a possibility for format trickery.

[PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) has excellent lists of *everything* from server-side template injections to file traversal paths, etc. Take one of the intruder files and use it in your own scanning tool to quickly evaluate what's open and what's not.

[This cheat sheet](https://github.com/riramar/Web-Attack-Cheat-Sheet) contains a lot of tools and links.

## Unicode normalization bypass

[This](https://www.hahwul.com/phoenix/ssrf-open-redirect) page is about open redirects, but contains a neat table of unicode replacements that normalize to numbers and letters.

## OSINT

[jivoi](https://github.com/jivoi/awesome-osint)

## Privesc

[m0nad](https://github.com/m0nad/awesome-privilege-escalation)

## Windows and DOS

[Docs and such](http://bytepointer.com/resources/index.htm) for various microsoft platforms


---

# 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:

```
GET https://luftenshjaltar.gitbook.io/ctf/general/links.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.
