# OTHER

- [CMS](https://ivalexev.gitbook.io/rednote/pentesting-process/other/cms.md): Content Management System.
- [WordPress](https://ivalexev.gitbook.io/rednote/pentesting-process/other/cms/wordpress.md): Open-source Content Management System (CMS)
- [Joomla](https://ivalexev.gitbook.io/rednote/pentesting-process/other/cms/joomla.md): Open-source Content Management System (CMS)
- [Drupal](https://ivalexev.gitbook.io/rednote/pentesting-process/other/cms/drupal.md): Open-source Content Management System (CMS)
- [Tomcat](https://ivalexev.gitbook.io/rednote/pentesting-process/other/tomcat.md): Web Server.
- [Jenkins](https://ivalexev.gitbook.io/rednote/pentesting-process/other/jenkins.md): CI/CD (Continuous Integration / Continuous Delivery/Deployment) platform.
- [Splunk](https://ivalexev.gitbook.io/rednote/pentesting-process/other/splunk.md): Log Analytics.
- [Web Service](https://ivalexev.gitbook.io/rednote/pentesting-process/other/web-service.md): A web service is a server-side program that provides functionality that can be invoked and used at the programming level (interoperable architecture).
- [Navigating Python Objects](https://ivalexev.gitbook.io/rednote/pentesting-process/other/navigating-python-objects.md): Navigate python objects and some tricks to bypass python sandbox protections, pyjails.
- [JavaScript Deobfuscation](https://ivalexev.gitbook.io/rednote/pentesting-process/other/javascript-deobfuscation.md): Techniques for obfuscation and deobfuscation of JavaScript code.
- [Windows Concepts](https://ivalexev.gitbook.io/rednote/pentesting-process/other/windows-concepts.md): Concepts related to code execution on Windows.
- [Utility](https://ivalexev.gitbook.io/rednote/pentesting-process/other/utility.md)


---

# 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://ivalexev.gitbook.io/rednote/pentesting-process/other.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.
