# Awesome Hackpuntes

## Awesome Hackpuntes

- [Intro](https://awesome.hackpuntes.com/master.md): Welcome to my collection of commands, tools and tips on hacking techniques. I hope you get something useful from them. If you have any ideas let me know.
- [My CVE](https://awesome.hackpuntes.com/my-cve.md)
- [Exploit-DB](https://awesome.hackpuntes.com/exploit-db.md): A collection of proofs of concept of Exploit-DB
- [XMLBlueprint <= 16.191112 - XML External Entity Injection](https://awesome.hackpuntes.com/exploit-db/xmlblueprint-less-than-16.191112-xml-external-entity-injection.md)
- [Easy XML Editor <= 1.7.8 - XML External Entity Injection](https://awesome.hackpuntes.com/exploit-db/easy-xml-editor-less-than-1.7.8-xml-external-entity-injection.md)
- [winrar 5.80 64bit - Denial of Service](https://awesome.hackpuntes.com/exploit-db/winrar-5.80-64bit-denial-of-service.md): https://awesome.hackpuntes.com/exploit-db/winrar-5.80-64bit-denial-of-service
- [rConfig 3.9.2 - Remote Code Execution](https://awesome.hackpuntes.com/exploit-db/rconfig-3.9.2-remote-code-execution.md): https://awesome.hackpuntes.com/exploit-db/rconfig-3.9.2-remote-code-execution
- [XML Notepad 2.8.0.4 - XML External Entity Injection](https://awesome.hackpuntes.com/exploit-db/xml-notepad-2.8.0.4-xml-external-entity-injection.md): https://awesome.hackpuntes.com/exploit-db/xml-notepad-2.8.0.4-xml-external-entity-injection
- [IObit Uninstaller 9.1.0.8 - 'IObitUnSvr' Unquoted Service Path](https://awesome.hackpuntes.com/exploit-db/iobit-uninstaller-9.1.0.8-iobitunsvr-unquoted-service-path.md): https://awesome.hackpuntes.com/exploit-db/iobit-uninstaller-9.1.0.8-iobitunsvr-unquoted-service-path
- [OWASP - EN](https://awesome.hackpuntes.com/owasp-en.md)
- [OWASP: Testing guide checklist](https://awesome.hackpuntes.com/owasp-en/owasp-testing-guide-checklist.md): A checklist of OWASP Testing guide v4
- [OWASP - ES](https://awesome.hackpuntes.com/owasp-es.md)
- [\[INFO\] RECOPILACIÓN DE INFORMACIÓN](https://awesome.hackpuntes.com/owasp-es/info-recopilacion-de-informacion.md): Recopilar la mayor cantidad de información posible sobre la aplicación, sistema u organización.
- [\[CONFIG\] GESTIÓN DE CONFIGURACIÓN E IMPLEMENTACIÓN](https://awesome.hackpuntes.com/owasp-es/config-gestion-de-configuracion-e-implementacion.md): Buscar información sobre el servidor y fallos de configuración e implementación que puedan suponer un riesgo para la organización.
- [OWASP: Guía de pruebas](https://awesome.hackpuntes.com/owasp-es/owasp-comprobacion-pruebas.md): Listado de pruebas de OWASP
- [Page 1](https://awesome.hackpuntes.com/page-1.md)
- [Checklist](https://awesome.hackpuntes.com/osep-cheatsheet/checklist.md)
- [Online Tools](https://awesome.hackpuntes.com/osep-cheatsheet/online-tools.md)
- [AV Evasion](https://awesome.hackpuntes.com/osep-cheatsheet/av-evasion.md)
- [File transfer](https://awesome.hackpuntes.com/osep-cheatsheet/file-transfer.md)
- [Exfiltrate Data](https://awesome.hackpuntes.com/osep-cheatsheet/exfiltrate-data.md)
- [Interesting files](https://awesome.hackpuntes.com/osep-cheatsheet/interesting-files.md)
- [Network Forwarding](https://awesome.hackpuntes.com/osep-cheatsheet/network-forwarding.md)
- [Tools](https://awesome.hackpuntes.com/osep-cheatsheet/tools.md)
- [CRTO Cheat Sheet](https://awesome.hackpuntes.com/osep-cheatsheet/crto-cheat-sheet.md)
- [Page](https://awesome.hackpuntes.com/osep-cheatsheet/page.md)
- [Page 3](https://awesome.hackpuntes.com/osep-cheatsheet/page-3.md)
- [Page 4](https://awesome.hackpuntes.com/osep-cheatsheet/page-4.md)
- [Page 2](https://awesome.hackpuntes.com/android/page-2.md)
- [How to extract IPA from iOS device](https://awesome.hackpuntes.com/ios/how-to-extract-ipa-from-ios-device.md)


---

# 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://awesome.hackpuntes.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.
