# 04 WebApps

- [Apache](https://pentest.mxhx.org/04-webapps/apache.md)
- [Blogs](https://pentest.mxhx.org/04-webapps/blogs.md)
- [Coldfusion](https://pentest.mxhx.org/04-webapps/coldfusion.md)
- [Content Management (CMS)](https://pentest.mxhx.org/04-webapps/content-man-systems-cms.md)
- [Drupal](https://pentest.mxhx.org/04-webapps/drupal.md)
- [Elastix FreePBX](https://pentest.mxhx.org/04-webapps/pbx-elastix.md)
- [HttpFileServer (HFS)](https://pentest.mxhx.org/04-webapps/httpfileserver-hfs.md)
- [IIS](https://pentest.mxhx.org/04-webapps/iis.md)
- [IIS6 WebDav](https://pentest.mxhx.org/04-webapps/iis6-webdav.md)
- [Local File Inclusion (LFI)](https://pentest.mxhx.org/04-webapps/lfi.md): AKA: Directory Traversal
- [Magento](https://pentest.mxhx.org/04-webapps/magento.md)
- [Nagios](https://pentest.mxhx.org/04-webapps/nagios.md)
- [PFSense](https://pentest.mxhx.org/04-webapps/pfsense.md)
- [php](https://pentest.mxhx.org/04-webapps/php-tricks.md)
- [php type juggling](https://pentest.mxhx.org/04-webapps/php-type-juggling.md)
- [phpLite](https://pentest.mxhx.org/04-webapps/phplite.md)
- [Web Injections](https://pentest.mxhx.org/04-webapps/03-webapp.md)
- [Javascript](https://pentest.mxhx.org/04-webapps/03-webapp-javascript.md)
- [Shellshock](https://pentest.mxhx.org/04-webapps/03-shellshock.md)
- [SQL Injections (sqli)](https://pentest.mxhx.org/04-webapps/03-webapp-sqli.md)
- [SQLMap](https://pentest.mxhx.org/04-webapps/03-webapp-sqlmap.md)
- [WAF](https://pentest.mxhx.org/04-webapps/03-webapp-waf.md)
- [Webmin](https://pentest.mxhx.org/04-webapps/webmin.md)
- [Web Scrape](https://pentest.mxhx.org/04-webapps/web-scrape.md)
- [Wordpress](https://pentest.mxhx.org/04-webapps/03-webapp-wordpress.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://pentest.mxhx.org/04-webapps.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.
