# zenphoto cms

## version check

```
# view source on homepage
<!-- zenphoto version 1.4.1.4 [8157] (Official Build)
```

## Interesting Paths

```bash
# admin login page
/admin
/zp-core/admin.php

# config file
/zp-data/zp-config.php
/zp-core/zp-config.php
config.php
```

## 'ajax\_create\_folder.php' RCE

v1.4.1.4 | <https://www.exploit-db.com/exploits/18083>

```bash
$ php 18083.php IP PATH
# msfvenom to stable shell
```


---

# 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://kashz.gitbook.io/kashz-jewels/services/zenphoto-cms.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.
