> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/services/fudforum.md).

# fudforum

## Interesting Paths

```bash
# login page
/fudfourm/index.php?t=login

# to update mysql pass, salt is needed; make new user and copy salt and pwdhash
update fud30_users set passwd=PWDHASH, salt=SALT where login='admin';
```

## File upload (authenticated)

v3.0.6

```
Logged in > Administration > Admin Control Panel > (top of General Management) > Files
# can upload php shells.
```
